[ci/build]: Upgrade SONiC package versions (#15854)
This commit is contained in:
parent
3e9ae4fc7a
commit
273cb46af9
@ -24,6 +24,7 @@ libsairedis==1.0.0
|
|||||||
libsairedis-dev==1.0.0
|
libsairedis-dev==1.0.0
|
||||||
libsaithrift-dev==0.9.4
|
libsaithrift-dev==0.9.4
|
||||||
libsaivs==1.0.0
|
libsaivs==1.0.0
|
||||||
|
libsaivs-dev==1.0.0
|
||||||
libswsscommon==1.0.0
|
libswsscommon==1.0.0
|
||||||
libswsscommon-dev==1.0.0
|
libswsscommon-dev==1.0.0
|
||||||
libtac-dev==1.4.1-1
|
libtac-dev==1.4.1-1
|
||||||
@ -43,7 +44,6 @@ linux-headers-5.10.0-18-2-common==5.10.140-1
|
|||||||
lldpd==1.0.4-1
|
lldpd==1.0.4-1
|
||||||
lm-sensors==1:3.6.0-7
|
lm-sensors==1:3.6.0-7
|
||||||
mft==4.22.1-15
|
mft==4.22.1-15
|
||||||
mlnx-sai==1.mlnx.SAIBuild2305.24.0.1
|
|
||||||
net-tools==1.60+git20181103.0eebece-1
|
net-tools==1.60+git20181103.0eebece-1
|
||||||
protobuf-compiler==3.21.12-3
|
protobuf-compiler==3.21.12-3
|
||||||
python-thrift==0.11.0-4
|
python-thrift==0.11.0-4
|
||||||
|
@ -2,3 +2,4 @@ bcrypt==3.2.2
|
|||||||
bitarray==1.5.3
|
bitarray==1.5.3
|
||||||
click==7.0
|
click==7.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
|
zipp==1.2.0
|
||||||
|
@ -17,6 +17,8 @@ libthrift0==0.14.1
|
|||||||
libyang==1.0.73
|
libyang==1.0.73
|
||||||
libyang-cpp==1.0.73
|
libyang-cpp==1.0.73
|
||||||
libyang-dev==1.0.73
|
libyang-dev==1.0.73
|
||||||
|
libyang2==2.0.112-6
|
||||||
|
libyang2-dev==2.0.112-6
|
||||||
python-swsscommon==1.0.0
|
python-swsscommon==1.0.0
|
||||||
python-thrift==0.11.0-4
|
python-thrift==0.11.0-4
|
||||||
python3-swsscommon==1.0.0
|
python3-swsscommon==1.0.0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
https://chromium.googlesource.com/chromium/tools/depot_tools.git==247429efd9e04d492ff5fe756818661d7feb7889
|
https://chromium.googlesource.com/chromium/tools/depot_tools.git==b389d031a263181c816b6609333a30bdecf4194b
|
||||||
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f
|
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f
|
||||||
https://github.com/CESNET/libyang.git==ea94c8b9f513f8a6ddc6ce1540fa41eaf4c8922a
|
https://github.com/CESNET/libyang.git==ea94c8b9f513f8a6ddc6ce1540fa41eaf4c8922a
|
||||||
https://github.com/daveolson53/audisp-tacplus.git==559c9f22edd4f2dea0ecedffb3ad9502b12a75b6
|
https://github.com/daveolson53/audisp-tacplus.git==559c9f22edd4f2dea0ecedffb3ad9502b12a75b6
|
||||||
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
|
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
|
||||||
https://github.com/dyninc/OpenBFDD.git==e35f43ad8d2b3f084e96a84c392528a90d05a287
|
https://github.com/dyninc/OpenBFDD.git==e35f43ad8d2b3f084e96a84c392528a90d05a287
|
||||||
https://github.com/flashrom/flashrom.git==b66f4766b5d7dc614ad609f27dd2794e06b5e2a4
|
https://github.com/flashrom/flashrom.git==ea54723cf86b8c2f670371e93d66593acea0749e
|
||||||
https://github.com/FreeRADIUS/freeradius-server.git==02df5b27df68396150c6424d2a16618f361329af
|
https://github.com/FreeRADIUS/freeradius-server.git==7c35cc0ca4b75c571d4cc9129edccdfb41913c46
|
||||||
https://github.com/FreeRADIUS/pam_radius.git==8d373539bb9f13b0abfe8bcae0095a930a00fad0
|
https://github.com/FreeRADIUS/pam_radius.git==8d373539bb9f13b0abfe8bcae0095a930a00fad0
|
||||||
https://github.com/jeroennijhof/pam_tacplus.git==4284d9016e64def2bb81d5f50f96dc3b59bfdc39
|
https://github.com/jeroennijhof/pam_tacplus.git==4284d9016e64def2bb81d5f50f96dc3b59bfdc39
|
||||||
https://github.com/jpirko/libteam.git==7cb5de8b01be132bd4150eff460bfd83296414b6
|
https://github.com/jpirko/libteam.git==7cb5de8b01be132bd4150eff460bfd83296414b6
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
deb.nodesource.com_node%5f14.x_dists_bullseye==2023-02-17T00:35:28Z
|
deb.nodesource.com_node%5f14.x_dists_bullseye==2023-02-17T00:35:28Z
|
||||||
deb.nodesource.com_node%5f14.x_dists_buster==2023-02-17T00:35:28Z
|
deb.nodesource.com_node%5f14.x_dists_buster==2023-02-17T00:35:28Z
|
||||||
debian==20230707T000210Z
|
debian==20230714T000211Z
|
||||||
debian-security==20230707T000202Z
|
debian-security==20230714T000215Z
|
||||||
download.docker.com_linux_debian_dists_bullseye==2023-07-07T20:10:57Z
|
download.docker.com_linux_debian_dists_bullseye==2023-07-07T20:10:57Z
|
||||||
download.docker.com_linux_debian_dists_buster==2023-07-07T20:10:57Z
|
download.docker.com_linux_debian_dists_buster==2023-07-07T20:10:57Z
|
||||||
packages.microsoft.com_repos_sonic-dev_dists_jessie==2022-10-31T19:34:29Z
|
packages.microsoft.com_repos_sonic-dev_dists_jessie==2022-10-31T19:34:29Z
|
||||||
packages.trafficmanager.net_snapshot_debian-security_20230707T000202Z_dists_bullseye-security==2023-07-06T20:09:13Z
|
packages.trafficmanager.net_snapshot_debian-security_20230714T000215Z_dists_bullseye-security==2023-07-13T20:22:36Z
|
||||||
packages.trafficmanager.net_snapshot_debian-security_20230707T000202Z_dists_buster_updates==2023-07-06T20:09:13Z
|
packages.trafficmanager.net_snapshot_debian-security_20230714T000215Z_dists_buster_updates==2023-07-13T20:22:36Z
|
||||||
packages.trafficmanager.net_snapshot_debian_20230707T000210Z_dists_bullseye==2023-06-10T08:52:21Z
|
packages.trafficmanager.net_snapshot_debian_20230714T000211Z_dists_bullseye==2023-06-10T08:52:21Z
|
||||||
packages.trafficmanager.net_snapshot_debian_20230707T000210Z_dists_bullseye-backports==2023-07-06T20:09:27Z
|
packages.trafficmanager.net_snapshot_debian_20230714T000211Z_dists_bullseye-backports==2023-07-13T20:25:18Z
|
||||||
packages.trafficmanager.net_snapshot_debian_20230707T000210Z_dists_bullseye-updates==2023-07-06T20:09:28Z
|
packages.trafficmanager.net_snapshot_debian_20230714T000211Z_dists_bullseye-updates==2023-07-13T20:25:18Z
|
||||||
packages.trafficmanager.net_snapshot_debian_20230707T000210Z_dists_buster==2023-06-10T08:53:33Z
|
packages.trafficmanager.net_snapshot_debian_20230714T000211Z_dists_buster==2023-06-10T08:53:33Z
|
||||||
packages.trafficmanager.net_snapshot_debian_20230707T000210Z_dists_buster-backports==2023-07-06T20:09:27Z
|
packages.trafficmanager.net_snapshot_debian_20230714T000211Z_dists_buster-backports==2023-07-13T20:25:18Z
|
||||||
packages.trafficmanager.net_snapshot_debian_20230707T000210Z_dists_buster-updates==2023-06-10T08:55:10Z
|
packages.trafficmanager.net_snapshot_debian_20230714T000211Z_dists_buster-updates==2023-06-10T08:55:10Z
|
||||||
|
@ -49,6 +49,8 @@ https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/armhf/sai
|
|||||||
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2010.5144/fw-SPC-rel-13_2010_5144-EVB.mfa==49de2652fc105ce1d8624d15cb02033d
|
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2010.5144/fw-SPC-rel-13_2010_5144-EVB.mfa==49de2652fc105ce1d8624d15cb02033d
|
||||||
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2010.5144/fw-SPC2-rel-29_2010_5144-EVB.mfa==0415936df3dfbbed9015d30b8244d110
|
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2010.5144/fw-SPC2-rel-29_2010_5144-EVB.mfa==0415936df3dfbbed9015d30b8244d110
|
||||||
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2010.5144/fw-SPC3-rel-30_2010_5144-EVB.mfa==c0b6b9d92320341da004c22ce14c2e52
|
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2010.5144/fw-SPC3-rel-30_2010_5144-EVB.mfa==c0b6b9d92320341da004c22ce14c2e52
|
||||||
|
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sai-SAIBuild2305.24.0.1-bullseye-amd64/mlnx-sai-dbgsym_1.mlnx.SAIBuild2305.24.0.1_amd64.deb==796605c9b759059c2b3ee099d924d76c
|
||||||
|
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sai-SAIBuild2305.24.0.1-bullseye-amd64/mlnx-sai_1.mlnx.SAIBuild2305.24.0.1_amd64.deb==865bbb442e7db0f67eb48e957d10738c
|
||||||
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.5.5142-bullseye-amd64/applibs-dev_1.mlnx.4.5.5142_amd64.deb==ddbee8ca24473dac9109b11ecafbc2ff
|
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.5.5142-bullseye-amd64/applibs-dev_1.mlnx.4.5.5142_amd64.deb==ddbee8ca24473dac9109b11ecafbc2ff
|
||||||
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.5.5142-bullseye-amd64/applibs_1.mlnx.4.5.5142_amd64.deb==3c0925b00e1844291f0c1bff00f7192d
|
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.5.5142-bullseye-amd64/applibs_1.mlnx.4.5.5142_amd64.deb==3c0925b00e1844291f0c1bff00f7192d
|
||||||
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.5.5142-bullseye-amd64/python-sdk-api_1.mlnx.4.5.5142_amd64.deb==0deb403e4cd293f5b4f94fda120e9441
|
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.5.5142-bullseye-amd64/python-sdk-api_1.mlnx.4.5.5142_amd64.deb==0deb403e4cd293f5b4f94fda120e9441
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
crc16==0.1.1
|
crc16==0.1.1
|
||||||
getmac==0.9.4
|
getmac==0.9.4
|
||||||
|
importlib-metadata==6.7.0
|
||||||
netifaces==0.11.0
|
netifaces==0.11.0
|
||||||
packet-helper==0.0.1
|
packet-helper==0.0.1
|
||||||
psutil==5.9.5
|
psutil==5.9.5
|
||||||
@ -9,4 +10,6 @@ pysubnettree==0.35
|
|||||||
scapy-helper==0.14.8
|
scapy-helper==0.14.8
|
||||||
tabulate==0.8.10
|
tabulate==0.8.10
|
||||||
thrift==0.14.1
|
thrift==0.14.1
|
||||||
|
typing-extensions==4.7.1
|
||||||
xmlrunner==1.7.7
|
xmlrunner==1.7.7
|
||||||
|
zipp==3.15.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
backports.functools-lru-cache==1.6.5
|
backports.functools-lru-cache==1.6.6
|
||||||
backports.shutil-get-terminal-size==1.0.0
|
backports.shutil-get-terminal-size==1.0.0
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
certifi==2017.4.17
|
certifi==2017.4.17
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
click==8.1.4
|
click==8.1.5
|
||||||
clickclick==20.10.2
|
clickclick==20.10.2
|
||||||
connexion==2.7.0
|
connexion==2.7.0
|
||||||
flask==2.2.5
|
flask==2.2.5
|
||||||
|
@ -46,7 +46,7 @@ markdown==3.3.4
|
|||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
mmh3==2.5.1
|
mmh3==2.5.1
|
||||||
mock==5.0.2
|
mock==5.1.0
|
||||||
mockredispy==2.9.3
|
mockredispy==2.9.3
|
||||||
more-itertools==4.2.0
|
more-itertools==4.2.0
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
@ -67,7 +67,7 @@ pyangbind==0.8.1
|
|||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
pyasn1-modules==0.2.1
|
pyasn1-modules==0.2.1
|
||||||
pycurl==7.43.0.6
|
pycurl==7.43.0.6
|
||||||
pyfakefs==5.2.2
|
pyfakefs==5.2.3
|
||||||
pygments==2.7.1
|
pygments==2.7.1
|
||||||
pygobject==3.38.0
|
pygobject==3.38.0
|
||||||
pyhamcrest==1.9.0
|
pyhamcrest==1.9.0
|
||||||
|
@ -1341,7 +1341,7 @@ libxxf86vm-dev==1:1.1.4-1+b2
|
|||||||
libxxf86vm1==1:1.1.4-1+b2
|
libxxf86vm1==1:1.1.4-1+b2
|
||||||
libxxhash0==0.6.5-2
|
libxxhash0==0.6.5-2
|
||||||
libxz-java==1.8-2
|
libxz-java==1.8-2
|
||||||
libyajl2==2.1.0-3+deb10u1
|
libyajl2==2.1.0-3+deb10u2
|
||||||
libyaml-0-2==0.2.1-1
|
libyaml-0-2==0.2.1-1
|
||||||
libyaml-dev==0.2.1-1
|
libyaml-dev==0.2.1-1
|
||||||
libyaml-libyaml-perl==0.76+repack-1
|
libyaml-libyaml-perl==0.76+repack-1
|
||||||
|
@ -49,7 +49,7 @@ pyang==2.4.0
|
|||||||
pyangbind==0.8.1
|
pyangbind==0.8.1
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
pycurl==7.43.0.2
|
pycurl==7.43.0.2
|
||||||
pyfakefs==5.2.2
|
pyfakefs==5.2.3
|
||||||
pygments==2.3.1
|
pygments==2.3.1
|
||||||
pygobject==3.30.4
|
pygobject==3.30.4
|
||||||
pympler==0.8
|
pympler==0.8
|
||||||
|
Reference in New Issue
Block a user