Skip to content

Commit 56c41cb

Browse files
authored
[ci/build]: Upgrade SONiC package versions (#12561)
1 parent 5417aab commit 56c41cb

File tree

37 files changed

+143
-133
lines changed

37 files changed

+143
-133
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
https://github.com/CESNET/libyang.git==0c609c35080f523c9696db48976de8257d174102
22
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
3-
https://github.com/flashrom/flashrom.git==22e9313d908ce376be6686ebeb3f77828ea70c2e
4-
https://github.com/FreeRADIUS/freeradius-server.git==50e92f2fb805b3c31beed7a383f8dea1895a98a6
5-
https://github.com/FreeRADIUS/pam_radius.git==272f6420c5c01f9bdb27c98e5edb44de406f4631
6-
https://github.com/jeroennijhof/pam_tacplus.git==453c7b6fc78eceeaaf39a59b6b87c124628f2fe8
3+
https://github.com/flashrom/flashrom.git==b9c03286b668489566c2a4bd17b0861d0e09c38e
4+
https://github.com/FreeRADIUS/freeradius-server.git==66629a837b046a038903377e20afcf1b00a589fe
5+
https://github.com/FreeRADIUS/pam_radius.git==bcafcf535c763ee193ce7803a56cddb929db04cb
6+
https://github.com/jeroennijhof/pam_tacplus.git==2fbe4844bdd871e22c2afa0687ef32734acf75f3
77
https://github.com/jpirko/libteam.git==c32369829b2b1881e25fab85d74aa0b3ad017dcb
88
https://github.com/Mellanox/libpsample.git==62bb27d9a49424e45191eee81df7ce0d8c74e774
9-
https://github.com/sflow/host-sflow==f1ddde6580ae049e53cb9e25822d4c7d98a672cf
9+
https://github.com/sflow/host-sflow==7bac3b923581ef9e8def95ed00c9150dfc19e75c
1010
https://github.com/sflow/sflowtool==5307b19399ffb0a1a873c9d09e78cb5011deaf6f
1111
https://github.com/thom311/libnl==cbafad9ddf24caef5230fef715d34f0539603be0
1212
https://salsa.debian.org/debian/libteam.git==f8808df228b00873926b5e7b998ad8b61368d4c5
13-
https://salsa.debian.org/dhcp-team/isc-dhcp.git==70e30ef107fc3bc5a8c8a7c1a48d596e0669f44a
14-
https://salsa.debian.org/kernel-team/ethtool/==fb77fb17864600d7deb46729c28c677c7da367d5
13+
https://salsa.debian.org/dhcp-team/isc-dhcp.git==800b6ea0960c9941ec9088979f9f3256d9f49f6d
14+
https://salsa.debian.org/kernel-team/ethtool/==fb0c7e285eae27b7c1a2f16a4f1b224bf815aa70
1515
https://salsa.debian.org/kernel-team/initramfs-tools.git==40e544e13611c1b2690eb99a8096fc16c1b9c74e
1616
https://salsa.debian.org/sk-guest/monit.git==c9da7ebb1f35dfba17b50b5969a6e75e29cbec0d
1717
https://salsa.debian.org/ssh-team/openssh.git==cac473afc339d472f01bd50674ddcf3adb5fc82e

files/build/versions/build/build-sonic-slave-buster/versions-py2

-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ contextlib2==0.6.0.post1
33
functools32==3.2.3.post2
44
future==0.18.2
55
importlib-resources==3.3.1
6-
ipaddress==1.0.23
76
jsonschema==2.6.0
8-
lxml==4.6.3
97
natsort==6.2.1
108
netaddr==0.8.0
119
pyang==2.5.3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ipaddress==1.0.23
2+
lxml==4.6.3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
bitarray==1.5.3
21
blessed==1.19.1
32
charset-normalizer==2.1.1
43
click==7.0
@@ -11,30 +10,23 @@ enlighten==1.11.1
1110
filelock==3.8.0
1211
ijson==2.6.1
1312
ipaddress==1.0.23
14-
jinja2==3.1.2
1513
jsondiff==2.0.0
1614
jsonpatch==1.32
1715
jsonpointer==2.3
1816
jsonschema==2.6.0
19-
lxml==4.6.3
20-
markupsafe==2.1.1
2117
natsort==6.2.1
2218
netaddr==0.8.0
2319
netifaces==0.11.0
24-
prefixed==0.3.2
20+
prefixed==0.4.0
2521
prettyprinter==0.18.0
26-
psutil==5.9.2
22+
psutil==5.9.3
2723
pycairo==1.21.0
2824
pyroute2==0.5.19
2925
python-arptable==0.0.2
30-
redis==3.5.3
31-
requests==2.28.1
3226
semantic-version==2.10.0
3327
tabulate==0.8.2
3428
toposort==1.6
35-
urllib3==1.26.12
3629
wcwidth==0.2.5
3730
websocket-client==1.4.1
3831
www-authenticate==0.9.2
39-
xmltodict==0.12.0
40-
zipp==1.2.0
32+
xmltodict==0.12.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
bitarray==1.5.3
2+
jinja2==3.1.2
3+
lxml==4.6.3
4+
markupsafe==2.1.1
5+
redis==3.5.3
6+
requests==2.28.1
7+
urllib3==1.26.12
8+
zipp==1.2.0
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
amd64:amd64/debian:buster==sha256:12da36082ea17cd91307adaf2e91bb631a3fbbf2c92f7ca9545caa91036c1043
2-
amd64:debian:buster==sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb
1+
amd64:amd64/debian:buster==sha256:67bce7e2696486db71ea150f90ab1595dbecca20c5561af85f82428d09029131
2+
amd64:debian:buster==sha256:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9
33
amd64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be
4-
arm64:arm64v8/debian:buster==sha256:cb4597c2e5b3f7d54be4927f4f27d8d84d7b1cd5ef6743d4ecd752727a7e0a07
5-
arm64:debian:buster==sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb
4+
arm64:arm64v8/debian:buster==sha256:7606bfe436672f9b9c172527bc61a665066ddf1033505da8aca25ab9ed93cdfd
5+
arm64:debian:buster==sha256:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9
66
arm64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
https://chromium.googlesource.com/chromium/tools/depot_tools.git==8ae226ec3bb1e518d4ceab54768a4f6d7b12d63c
1+
https://chromium.googlesource.com/chromium/tools/depot_tools.git==7bd4611895d36d03ae3fc6c7954ff39afe6c5cc7
22
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f
33
https://github.com/CESNET/libyang.git==0c609c35080f523c9696db48976de8257d174102
44
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
5-
https://github.com/FreeRADIUS/freeradius-server.git==47591d492b3378b1f94f110370b51ff807ce70d2
6-
https://github.com/FreeRADIUS/pam_radius.git==272f6420c5c01f9bdb27c98e5edb44de406f4631
7-
https://github.com/jeroennijhof/pam_tacplus.git==453c7b6fc78eceeaaf39a59b6b87c124628f2fe8
5+
https://github.com/FreeRADIUS/freeradius-server.git==66629a837b046a038903377e20afcf1b00a589fe
6+
https://github.com/FreeRADIUS/pam_radius.git==bcafcf535c763ee193ce7803a56cddb929db04cb
7+
https://github.com/jeroennijhof/pam_tacplus.git==2fbe4844bdd871e22c2afa0687ef32734acf75f3
88
https://github.com/jpirko/libteam.git==c32369829b2b1881e25fab85d74aa0b3ad017dcb
99
https://github.com/lguohan/gnxi.git==f2b11e45b16ab13485ae14933f30c18ee6336499
1010
https://github.com/Mellanox/libpsample.git==62bb27d9a49424e45191eee81df7ce0d8c74e774
1111
https://github.com/p4lang/scapy-vxlan.git==85ffe83da156568ee47a0750f638227e6e1d7479
12-
https://github.com/sflow/host-sflow==f1ddde6580ae049e53cb9e25822d4c7d98a672cf
12+
https://github.com/sflow/host-sflow==7bac3b923581ef9e8def95ed00c9150dfc19e75c
1313
https://github.com/sflow/sflowtool==5307b19399ffb0a1a873c9d09e78cb5011deaf6f
1414
https://github.com/thom311/libnl==cbafad9ddf24caef5230fef715d34f0539603be0
1515
https://salsa.debian.org/debian/libteam.git==f8808df228b00873926b5e7b998ad8b61368d4c5
16-
https://salsa.debian.org/dhcp-team/isc-dhcp.git==70e30ef107fc3bc5a8c8a7c1a48d596e0669f44a
17-
https://salsa.debian.org/kernel-team/ethtool/==fb77fb17864600d7deb46729c28c677c7da367d5
16+
https://salsa.debian.org/dhcp-team/isc-dhcp.git==800b6ea0960c9941ec9088979f9f3256d9f49f6d
17+
https://salsa.debian.org/kernel-team/ethtool/==fb0c7e285eae27b7c1a2f16a4f1b224bf815aa70
1818
https://salsa.debian.org/kernel-team/initramfs-tools.git==40e544e13611c1b2690eb99a8096fc16c1b9c74e
1919
https://salsa.debian.org/sk-guest/monit.git==c9da7ebb1f35dfba17b50b5969a6e75e29cbec0d
2020
https://salsa.debian.org/ssh-team/openssh.git==cac473afc339d472f01bd50674ddcf3adb5fc82e

files/build/versions/default/versions-web

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://deb.nodesource.com/gpgkey/nodesource.gpg.key==003b51a89a133b5db4cca98b2d
1717
https://deb.nodesource.com/node_10.x/dists/stretch/Release==22738118af583db3bfad39d6fcb4fa5a
1818
https://deb.nodesource.com/node_14.x/dists/buster/Release==f603a03a9c19dfcff06549da4d65e6ea
1919
https://deb.nodesource.com/setup_10.x==6742c0148159980e8f6e886df1f8bbe1
20-
https://deb.nodesource.com/setup_14.x==02e66fef39d18cc683f760a67ccd5d68
20+
https://deb.nodesource.com/setup_14.x==1114280c0f746528d6722fd50a814f42
2121
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
2222
https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnplatform_20210423_sai_1.8.1_deb10.deb==8504769d9b05e551c54916b686db5978
2323
https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnsdk_20210423_sai_1.8.1_deb10.deb==4416c8fc77a0deb11ee0c9623cc93a93

files/build/versions/dockers/docker-base-buster/versions-deb-buster

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libcurl4==7.64.0-4+deb10u3
77
libdaemon0==0.14-7
88
libdbus-1-3==1.12.24-0+deb10u1
99
libestr0==0.1.10-2.1
10-
libexpat1==2.2.6-2+deb10u5
10+
libexpat1==2.2.6-2+deb10u6
1111
libfastjson4==0.99.8-2
1212
libgdbm-compat4==1.18.1-4
1313
libgdbm6==1.18.1-4
@@ -24,7 +24,8 @@ libldap-common==2.4.47+dfsg-3+deb10u7
2424
liblognorm5==2.0.5-1
2525
liblua5.1-0==5.1.5-8.1+b2
2626
libmpdec2==2.4.2-2
27-
libncurses6==6.1+20181013-2+deb10u2
27+
libncurses6==6.1+20181013-2+deb10u3
28+
libncursesw6==6.1+20181013-2+deb10u3
2829
libnghttp2-14==1.36.0-2+deb10u1
2930
libnorm1==1.5.8+dfsg2-1
3031
libonig5==6.9.1-1
@@ -43,6 +44,7 @@ libsodium23==1.0.17-1
4344
libsqlite3-0==3.27.2-3+deb10u2
4445
libssh2-1==1.8.0-2.1
4546
libssl1.1==1.1.1n-0+deb10u3
47+
libtinfo6==6.1+20181013-2+deb10u3
4648
libwrap0==7.6.q-28
4749
libzmq5==4.3.1-4+deb10u2
4850
lsb-base==10.2019051400

files/build/versions/dockers/docker-config-engine-buster/versions-deb-buster

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ gcc-8==8.3.0-6
1515
libapt-inst2.0==1.8.2.3
1616
libasan5==8.3.0-6
1717
libbinutils==2.31.1-16
18-
libbz2-1.0==1.0.6-9.2~deb10u2
19-
libc-dev-bin==2.28-10+deb10u1
20-
libc6-dev==2.28-10+deb10u1
18+
libc-dev-bin==2.28-10+deb10u2
19+
libc6-dev==2.28-10+deb10u2
2120
libcc1-0==8.3.0-6
2221
libdpkg-perl==1.19.8
23-
libexpat1-dev==2.2.6-2+deb10u5
22+
libexpat1-dev==2.2.6-2+deb10u6
2423
libgcc-8-dev==8.3.0-6
2524
libgomp1==8.3.0-6
2625
libhiredis0.14==0.14.0-3~bpo9+1

files/build/versions/dockers/docker-config-engine-buster/versions-deb-buster-arm64

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ icu-devtools==63.1-6+deb10u3
33
libglib2.0-0==2.58.3-2+deb10u4
44
libicu-dev==63.1-6+deb10u3
55
libicu63==63.1-6+deb10u3
6-
libxml2==2.9.4+dfsg1-7+deb10u4
7-
libxml2-dev==2.9.4+dfsg1-7+deb10u4
6+
libxml2==2.9.4+dfsg1-7+deb10u5
7+
libxml2-dev==2.9.4+dfsg1-7+deb10u5
88
libxslt1-dev==1.1.32-2.2~deb10u2
99
libxslt1.1==1.1.32-2.2~deb10u2
1010
pkg-config==0.29-6
11-
zlib1g==1:1.2.11.dfsg-1+deb10u2
1211
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

files/build/versions/dockers/docker-config-engine-buster/versions-py3

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pyangbind==0.8.1
99
pyyaml==5.4.1
1010
redis==3.5.3
1111
redis-dump-load==1.1
12-
regex==2022.9.13
12+
regex==2022.10.31
1313
six==1.16.0
1414
xmltodict==0.12.0

files/build/versions/dockers/docker-lldp/versions-deb-buster

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libsnmp-base==5.7.3+dfsg-5
1919
libsnmp30==5.7.3+dfsg-5
2020
libswsscommon-dbg==1.0.0
2121
libunwind8==1.2.1-10~deb10u1
22-
libxml2==2.9.4+dfsg1-7+deb10u4
22+
libxml2==2.9.4+dfsg1-7+deb10u5
2323
lldpd==1.0.4-1
2424
lldpd-dbgsym==1.0.4-1
2525
mariadb-common==1:10.3.36-0+deb10u2

files/build/versions/dockers/docker-orchagent/versions-deb-buster

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ libasan5==8.3.0-6
1919
libbabeltrace1==1.5.6-2+deb10u1
2020
libbinutils==2.31.1-16
2121
libbsd0==0.9.1-2+deb10u1
22-
libc-dev-bin==2.28-10+deb10u1
23-
libc6-dev==2.28-10+deb10u1
22+
libc-dev-bin==2.28-10+deb10u2
23+
libc6-dev==2.28-10+deb10u2
2424
libcc1-0==8.3.0-6
2525
libdpkg-perl==1.19.8
2626
libdw1==0.176-1.1
2727
libedit2==3.1-20181209-1
28-
libexpat1-dev==2.2.6-2+deb10u5
28+
libexpat1-dev==2.2.6-2+deb10u6
2929
libgcc-8-dev==8.3.0-6
3030
libglib2.0-0==2.58.3-2+deb10u4
3131
libgomp1==8.3.0-6

files/build/versions/dockers/docker-platform-monitor/versions-deb-buster

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ libasan5==8.3.0-6
2626
libbabeltrace1==1.5.6-2+deb10u1
2727
libbinutils==2.31.1-16
2828
libbsd0==0.9.1-2+deb10u1
29-
libc-dev-bin==2.28-10+deb10u1
30-
libc6-dev==2.28-10+deb10u1
29+
libc-dev-bin==2.28-10+deb10u2
30+
libc6-dev==2.28-10+deb10u2
3131
libcairo2==1.16.0-4+deb10u1
3232
libcc1-0==8.3.0-6
3333
libdatrie1==0.2.12-2
3434
libdbi1==0.9.0-5
3535
libdpkg-perl==1.19.8
3636
libdw1==0.176-1.1
3737
libedit2==3.1-20181209-1
38-
libexpat1-dev==2.2.6-2+deb10u5
38+
libexpat1-dev==2.2.6-2+deb10u6
3939
libfontconfig1==2.13.1-2
4040
libfreeipmi17==1.6.3-1.1
4141
libfreetype6==2.9.1-3+deb10u3
@@ -95,7 +95,7 @@ libxcb-shm0==1.13.1-2
9595
libxcb1==1.13.1-2
9696
libxdmcp6==1:1.1.2-3
9797
libxext6==2:1.3.3-1+b2
98-
libxml2==2.9.4+dfsg1-7+deb10u4
98+
libxml2==2.9.4+dfsg1-7+deb10u5
9999
libxrender1==1:0.9.10-1
100100
linux-libc-dev==4.19.260-1
101101
lm-sensors==1:3.5.0-3

files/build/versions/dockers/docker-snmp/versions-deb-buster

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ libasan5==8.3.0-6
1414
libbabeltrace1==1.5.6-2+deb10u1
1515
libbinutils==2.31.1-16
1616
libbsd0==0.9.1-2+deb10u1
17-
libc-dev-bin==2.28-10+deb10u1
18-
libc-l10n==2.28-10+deb10u1
19-
libc6-dev==2.28-10+deb10u1
17+
libc-dev-bin==2.28-10+deb10u2
18+
libc-l10n==2.28-10+deb10u2
19+
libc6-dev==2.28-10+deb10u2
2020
libcc1-0==8.3.0-6
2121
libdw1==0.176-1.1
2222
libedit2==3.1-20181209-1
23-
libexpat1-dev==2.2.6-2+deb10u5
23+
libexpat1-dev==2.2.6-2+deb10u6
2424
libfreeipmi17==1.6.3-1.1
2525
libgcc-8-dev==8.3.0-6
2626
libglib2.0-0==2.58.3-2+deb10u4
@@ -50,7 +50,7 @@ libtsan0==8.3.0-6
5050
libubsan1==8.3.0-6
5151
libunwind8==1.2.1-10~deb10u1
5252
linux-libc-dev==4.19.260-1
53-
locales==2.28-10+deb10u1
53+
locales==2.28-10+deb10u2
5454
make==4.2.1-1.2
5555
mariadb-common==1:10.3.36-0+deb10u2
5656
mysql-common==5.8+1.0.5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
hiredis==2.0.0
2-
psutil==5.9.2
2+
psutil==5.9.3
33
python-arptable==0.0.2
44
smbus==1.1.post2

files/build/versions/dockers/docker-sonic-mgmt-framework/versions-deb-buster

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libipt2==2.0-2
1515
libpopt0==1.16-12
1616
libswsscommon-dbg==1.0.0
1717
libunwind8==1.2.1-10~deb10u1
18-
libxml2==2.9.4+dfsg1-7+deb10u4
18+
libxml2==2.9.4+dfsg1-7+deb10u5
1919
openssh-client==1:7.9p1-10+deb10u2
2020
sonic-mgmt-common==1.0.0
2121
sonic-mgmt-framework==1.0-01

files/build/versions/dockers/docker-sonic-mgmt-framework/versions-py3

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ click==8.1.3
55
clickclick==20.10.2
66
connexion==2.7.0
77
flask==2.2.2
8-
grpcio==1.49.1
8+
grpcio==1.50.0
99
grpcio-tools==1.20.0
1010
idna==3.4
1111
importlib-metadata==5.0.0
@@ -14,17 +14,17 @@ inflection==0.5.1
1414
itsdangerous==2.1.2
1515
jsonschema==4.16.0
1616
jsonschema-spec==0.1.2
17-
lazy-object-proxy==1.7.1
17+
lazy-object-proxy==1.8.0
1818
openapi-schema-validator==0.3.4
1919
openapi-spec-validator==0.5.1
2020
pathable==0.4.3
2121
pkgutil_resolve_name==1.3.10
22-
protobuf==4.21.7
23-
pyrsistent==0.18.1
22+
protobuf==4.21.9
23+
pyrsistent==0.19.1
2424
python-dateutil==2.6.0
2525
requests==2.28.1
2626
six==1.11.0
2727
typing_extensions==4.4.0
2828
urllib3==1.26.5
2929
werkzeug==2.2.2
30-
zipp==3.9.0
30+
zipp==3.10.0

files/build/versions/dockers/docker-sonic-vs/versions-deb-buster

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ libboost-system1.71.0==1.71.0-6~bpo10+1
5050
libboost-thread1.71.0==1.71.0-6~bpo10+1
5151
libbsd0==0.9.1-2+deb10u1
5252
libc-ares2==1.14.0-1+deb10u1
53-
libc-dev-bin==2.28-10+deb10u1
54-
libc6-dev==2.28-10+deb10u1
53+
libc-dev-bin==2.28-10+deb10u2
54+
libc6-dev==2.28-10+deb10u2
5555
libcairo-gobject2==1.16.0-4+deb10u1
5656
libcairo-script-interpreter2==1.16.0-4+deb10u1
5757
libcairo2==1.16.0-4+deb10u1
@@ -64,7 +64,7 @@ libdpkg-perl==1.19.8
6464
libedit2==3.1-20181209-1
6565
libefiboot1==37-2+deb10u1
6666
libefivar1==37-2+deb10u1
67-
libexpat1-dev==2.2.6-2+deb10u5
67+
libexpat1-dev==2.2.6-2+deb10u6
6868
libffi-dev==3.2.1-9
6969
libfontconfig1==2.13.1-2
7070
libfontconfig1-dev==2.13.1-2
@@ -90,7 +90,7 @@ libisl19==0.20-2
9090
libitm1==8.3.0-6
9191
libjson-c3==0.12.1+ds-2+deb10u1
9292
libjudydebian1==1.0.5-5
93-
libksba8==1.3.5-2
93+
libksba8==1.3.5-2+deb10u1
9494
liblsan0==8.3.0-6
9595
liblzo2-2==2.10-0.1
9696
libmount-dev==2.33.1-0.1

files/build/versions/dockers/docker-sonic-vs/versions-py3

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ m2crypto==0.38.0
1717
netifaces==0.10.9
1818
packaging==21.3
1919
pexpect==4.8.0
20-
prefixed==0.3.2
20+
prefixed==0.4.0
2121
prettyprinter==0.18.0
2222
ptyprocess==0.7.0
2323
pycairo==1.21.0

files/build/versions/dockers/docker-syncd-bfn-rpc/versions-deb-buster

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libboost-atomic1.71.0==1.71.0-6~bpo10+1
1717
libcc1-0==8.3.0-6
1818
libdouble-conversion1==3.1.0-3
1919
libdpkg-perl==1.19.8
20-
libexpat1-dev==2.2.6-2+deb10u5
20+
libexpat1-dev==2.2.6-2+deb10u6
2121
libffi-dev==3.2.1-9
2222
libgcc-8-dev==8.3.0-6
2323
libglib2.0-0==2.58.3-2+deb10u4

0 commit comments

Comments
 (0)