[ci/build]: Upgrade SONiC package versions (#12561)

This commit is contained in:
mssonicbld 2022-11-01 09:06:45 +08:00 committed by GitHub
parent 5417aab4ec
commit 56c41cbede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 143 additions and 133 deletions

View File

@ -1,17 +1,17 @@
https://github.com/CESNET/libyang.git==0c609c35080f523c9696db48976de8257d174102 https://github.com/CESNET/libyang.git==0c609c35080f523c9696db48976de8257d174102
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
https://github.com/flashrom/flashrom.git==22e9313d908ce376be6686ebeb3f77828ea70c2e https://github.com/flashrom/flashrom.git==b9c03286b668489566c2a4bd17b0861d0e09c38e
https://github.com/FreeRADIUS/freeradius-server.git==50e92f2fb805b3c31beed7a383f8dea1895a98a6 https://github.com/FreeRADIUS/freeradius-server.git==66629a837b046a038903377e20afcf1b00a589fe
https://github.com/FreeRADIUS/pam_radius.git==272f6420c5c01f9bdb27c98e5edb44de406f4631 https://github.com/FreeRADIUS/pam_radius.git==bcafcf535c763ee193ce7803a56cddb929db04cb
https://github.com/jeroennijhof/pam_tacplus.git==453c7b6fc78eceeaaf39a59b6b87c124628f2fe8 https://github.com/jeroennijhof/pam_tacplus.git==2fbe4844bdd871e22c2afa0687ef32734acf75f3
https://github.com/jpirko/libteam.git==c32369829b2b1881e25fab85d74aa0b3ad017dcb https://github.com/jpirko/libteam.git==c32369829b2b1881e25fab85d74aa0b3ad017dcb
https://github.com/Mellanox/libpsample.git==62bb27d9a49424e45191eee81df7ce0d8c74e774 https://github.com/Mellanox/libpsample.git==62bb27d9a49424e45191eee81df7ce0d8c74e774
https://github.com/sflow/host-sflow==f1ddde6580ae049e53cb9e25822d4c7d98a672cf https://github.com/sflow/host-sflow==7bac3b923581ef9e8def95ed00c9150dfc19e75c
https://github.com/sflow/sflowtool==5307b19399ffb0a1a873c9d09e78cb5011deaf6f https://github.com/sflow/sflowtool==5307b19399ffb0a1a873c9d09e78cb5011deaf6f
https://github.com/thom311/libnl==cbafad9ddf24caef5230fef715d34f0539603be0 https://github.com/thom311/libnl==cbafad9ddf24caef5230fef715d34f0539603be0
https://salsa.debian.org/debian/libteam.git==f8808df228b00873926b5e7b998ad8b61368d4c5 https://salsa.debian.org/debian/libteam.git==f8808df228b00873926b5e7b998ad8b61368d4c5
https://salsa.debian.org/dhcp-team/isc-dhcp.git==70e30ef107fc3bc5a8c8a7c1a48d596e0669f44a https://salsa.debian.org/dhcp-team/isc-dhcp.git==800b6ea0960c9941ec9088979f9f3256d9f49f6d
https://salsa.debian.org/kernel-team/ethtool/==fb77fb17864600d7deb46729c28c677c7da367d5 https://salsa.debian.org/kernel-team/ethtool/==fb0c7e285eae27b7c1a2f16a4f1b224bf815aa70
https://salsa.debian.org/kernel-team/initramfs-tools.git==40e544e13611c1b2690eb99a8096fc16c1b9c74e https://salsa.debian.org/kernel-team/initramfs-tools.git==40e544e13611c1b2690eb99a8096fc16c1b9c74e
https://salsa.debian.org/sk-guest/monit.git==c9da7ebb1f35dfba17b50b5969a6e75e29cbec0d https://salsa.debian.org/sk-guest/monit.git==c9da7ebb1f35dfba17b50b5969a6e75e29cbec0d
https://salsa.debian.org/ssh-team/openssh.git==cac473afc339d472f01bd50674ddcf3adb5fc82e https://salsa.debian.org/ssh-team/openssh.git==cac473afc339d472f01bd50674ddcf3adb5fc82e

View File

@ -3,9 +3,7 @@ contextlib2==0.6.0.post1
functools32==3.2.3.post2 functools32==3.2.3.post2
future==0.18.2 future==0.18.2
importlib-resources==3.3.1 importlib-resources==3.3.1
ipaddress==1.0.23
jsonschema==2.6.0 jsonschema==2.6.0
lxml==4.6.3
natsort==6.2.1 natsort==6.2.1
netaddr==0.8.0 netaddr==0.8.0
pyang==2.5.3 pyang==2.5.3

View File

@ -0,0 +1,2 @@
ipaddress==1.0.23
lxml==4.6.3

View File

@ -1,4 +1,3 @@
bitarray==1.5.3
blessed==1.19.1 blessed==1.19.1
charset-normalizer==2.1.1 charset-normalizer==2.1.1
click==7.0 click==7.0
@ -11,30 +10,23 @@ enlighten==1.11.1
filelock==3.8.0 filelock==3.8.0
ijson==2.6.1 ijson==2.6.1
ipaddress==1.0.23 ipaddress==1.0.23
jinja2==3.1.2
jsondiff==2.0.0 jsondiff==2.0.0
jsonpatch==1.32 jsonpatch==1.32
jsonpointer==2.3 jsonpointer==2.3
jsonschema==2.6.0 jsonschema==2.6.0
lxml==4.6.3
markupsafe==2.1.1
natsort==6.2.1 natsort==6.2.1
netaddr==0.8.0 netaddr==0.8.0
netifaces==0.11.0 netifaces==0.11.0
prefixed==0.3.2 prefixed==0.4.0
prettyprinter==0.18.0 prettyprinter==0.18.0
psutil==5.9.2 psutil==5.9.3
pycairo==1.21.0 pycairo==1.21.0
pyroute2==0.5.19 pyroute2==0.5.19
python-arptable==0.0.2 python-arptable==0.0.2
redis==3.5.3
requests==2.28.1
semantic-version==2.10.0 semantic-version==2.10.0
tabulate==0.8.2 tabulate==0.8.2
toposort==1.6 toposort==1.6
urllib3==1.26.12
wcwidth==0.2.5 wcwidth==0.2.5
websocket-client==1.4.1 websocket-client==1.4.1
www-authenticate==0.9.2 www-authenticate==0.9.2
xmltodict==0.12.0 xmltodict==0.12.0
zipp==1.2.0

View File

@ -0,0 +1,8 @@
bitarray==1.5.3
jinja2==3.1.2
lxml==4.6.3
markupsafe==2.1.1
redis==3.5.3
requests==2.28.1
urllib3==1.26.12
zipp==1.2.0

View File

@ -1,6 +1,6 @@
amd64:amd64/debian:buster==sha256:12da36082ea17cd91307adaf2e91bb631a3fbbf2c92f7ca9545caa91036c1043 amd64:amd64/debian:buster==sha256:67bce7e2696486db71ea150f90ab1595dbecca20c5561af85f82428d09029131
amd64:debian:buster==sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb amd64:debian:buster==sha256:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9
amd64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be amd64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be
arm64:arm64v8/debian:buster==sha256:cb4597c2e5b3f7d54be4927f4f27d8d84d7b1cd5ef6743d4ecd752727a7e0a07 arm64:arm64v8/debian:buster==sha256:7606bfe436672f9b9c172527bc61a665066ddf1033505da8aca25ab9ed93cdfd
arm64:debian:buster==sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb arm64:debian:buster==sha256:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9
arm64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be arm64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be

View File

@ -1,20 +1,20 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==8ae226ec3bb1e518d4ceab54768a4f6d7b12d63c https://chromium.googlesource.com/chromium/tools/depot_tools.git==7bd4611895d36d03ae3fc6c7954ff39afe6c5cc7
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f
https://github.com/CESNET/libyang.git==0c609c35080f523c9696db48976de8257d174102 https://github.com/CESNET/libyang.git==0c609c35080f523c9696db48976de8257d174102
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
https://github.com/FreeRADIUS/freeradius-server.git==47591d492b3378b1f94f110370b51ff807ce70d2 https://github.com/FreeRADIUS/freeradius-server.git==66629a837b046a038903377e20afcf1b00a589fe
https://github.com/FreeRADIUS/pam_radius.git==272f6420c5c01f9bdb27c98e5edb44de406f4631 https://github.com/FreeRADIUS/pam_radius.git==bcafcf535c763ee193ce7803a56cddb929db04cb
https://github.com/jeroennijhof/pam_tacplus.git==453c7b6fc78eceeaaf39a59b6b87c124628f2fe8 https://github.com/jeroennijhof/pam_tacplus.git==2fbe4844bdd871e22c2afa0687ef32734acf75f3
https://github.com/jpirko/libteam.git==c32369829b2b1881e25fab85d74aa0b3ad017dcb https://github.com/jpirko/libteam.git==c32369829b2b1881e25fab85d74aa0b3ad017dcb
https://github.com/lguohan/gnxi.git==f2b11e45b16ab13485ae14933f30c18ee6336499 https://github.com/lguohan/gnxi.git==f2b11e45b16ab13485ae14933f30c18ee6336499
https://github.com/Mellanox/libpsample.git==62bb27d9a49424e45191eee81df7ce0d8c74e774 https://github.com/Mellanox/libpsample.git==62bb27d9a49424e45191eee81df7ce0d8c74e774
https://github.com/p4lang/scapy-vxlan.git==85ffe83da156568ee47a0750f638227e6e1d7479 https://github.com/p4lang/scapy-vxlan.git==85ffe83da156568ee47a0750f638227e6e1d7479
https://github.com/sflow/host-sflow==f1ddde6580ae049e53cb9e25822d4c7d98a672cf https://github.com/sflow/host-sflow==7bac3b923581ef9e8def95ed00c9150dfc19e75c
https://github.com/sflow/sflowtool==5307b19399ffb0a1a873c9d09e78cb5011deaf6f https://github.com/sflow/sflowtool==5307b19399ffb0a1a873c9d09e78cb5011deaf6f
https://github.com/thom311/libnl==cbafad9ddf24caef5230fef715d34f0539603be0 https://github.com/thom311/libnl==cbafad9ddf24caef5230fef715d34f0539603be0
https://salsa.debian.org/debian/libteam.git==f8808df228b00873926b5e7b998ad8b61368d4c5 https://salsa.debian.org/debian/libteam.git==f8808df228b00873926b5e7b998ad8b61368d4c5
https://salsa.debian.org/dhcp-team/isc-dhcp.git==70e30ef107fc3bc5a8c8a7c1a48d596e0669f44a https://salsa.debian.org/dhcp-team/isc-dhcp.git==800b6ea0960c9941ec9088979f9f3256d9f49f6d
https://salsa.debian.org/kernel-team/ethtool/==fb77fb17864600d7deb46729c28c677c7da367d5 https://salsa.debian.org/kernel-team/ethtool/==fb0c7e285eae27b7c1a2f16a4f1b224bf815aa70
https://salsa.debian.org/kernel-team/initramfs-tools.git==40e544e13611c1b2690eb99a8096fc16c1b9c74e https://salsa.debian.org/kernel-team/initramfs-tools.git==40e544e13611c1b2690eb99a8096fc16c1b9c74e
https://salsa.debian.org/sk-guest/monit.git==c9da7ebb1f35dfba17b50b5969a6e75e29cbec0d https://salsa.debian.org/sk-guest/monit.git==c9da7ebb1f35dfba17b50b5969a6e75e29cbec0d
https://salsa.debian.org/ssh-team/openssh.git==cac473afc339d472f01bd50674ddcf3adb5fc82e https://salsa.debian.org/ssh-team/openssh.git==cac473afc339d472f01bd50674ddcf3adb5fc82e

View File

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

View File

@ -7,7 +7,7 @@ libcurl4==7.64.0-4+deb10u3
libdaemon0==0.14-7 libdaemon0==0.14-7
libdbus-1-3==1.12.24-0+deb10u1 libdbus-1-3==1.12.24-0+deb10u1
libestr0==0.1.10-2.1 libestr0==0.1.10-2.1
libexpat1==2.2.6-2+deb10u5 libexpat1==2.2.6-2+deb10u6
libfastjson4==0.99.8-2 libfastjson4==0.99.8-2
libgdbm-compat4==1.18.1-4 libgdbm-compat4==1.18.1-4
libgdbm6==1.18.1-4 libgdbm6==1.18.1-4
@ -24,7 +24,8 @@ libldap-common==2.4.47+dfsg-3+deb10u7
liblognorm5==2.0.5-1 liblognorm5==2.0.5-1
liblua5.1-0==5.1.5-8.1+b2 liblua5.1-0==5.1.5-8.1+b2
libmpdec2==2.4.2-2 libmpdec2==2.4.2-2
libncurses6==6.1+20181013-2+deb10u2 libncurses6==6.1+20181013-2+deb10u3
libncursesw6==6.1+20181013-2+deb10u3
libnghttp2-14==1.36.0-2+deb10u1 libnghttp2-14==1.36.0-2+deb10u1
libnorm1==1.5.8+dfsg2-1 libnorm1==1.5.8+dfsg2-1
libonig5==6.9.1-1 libonig5==6.9.1-1
@ -43,6 +44,7 @@ libsodium23==1.0.17-1
libsqlite3-0==3.27.2-3+deb10u2 libsqlite3-0==3.27.2-3+deb10u2
libssh2-1==1.8.0-2.1 libssh2-1==1.8.0-2.1
libssl1.1==1.1.1n-0+deb10u3 libssl1.1==1.1.1n-0+deb10u3
libtinfo6==6.1+20181013-2+deb10u3
libwrap0==7.6.q-28 libwrap0==7.6.q-28
libzmq5==4.3.1-4+deb10u2 libzmq5==4.3.1-4+deb10u2
lsb-base==10.2019051400 lsb-base==10.2019051400

View File

@ -15,12 +15,11 @@ gcc-8==8.3.0-6
libapt-inst2.0==1.8.2.3 libapt-inst2.0==1.8.2.3
libasan5==8.3.0-6 libasan5==8.3.0-6
libbinutils==2.31.1-16 libbinutils==2.31.1-16
libbz2-1.0==1.0.6-9.2~deb10u2 libc-dev-bin==2.28-10+deb10u2
libc-dev-bin==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1
libcc1-0==8.3.0-6 libcc1-0==8.3.0-6
libdpkg-perl==1.19.8 libdpkg-perl==1.19.8
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libhiredis0.14==0.14.0-3~bpo9+1 libhiredis0.14==0.14.0-3~bpo9+1

View File

@ -3,10 +3,9 @@ icu-devtools==63.1-6+deb10u3
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4
libicu-dev==63.1-6+deb10u3 libicu-dev==63.1-6+deb10u3
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
libxml2-dev==2.9.4+dfsg1-7+deb10u4 libxml2-dev==2.9.4+dfsg1-7+deb10u5
libxslt1-dev==1.1.32-2.2~deb10u2 libxslt1-dev==1.1.32-2.2~deb10u2
libxslt1.1==1.1.32-2.2~deb10u2 libxslt1.1==1.1.32-2.2~deb10u2
pkg-config==0.29-6 pkg-config==0.29-6
zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2 zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -9,6 +9,6 @@ pyangbind==0.8.1
pyyaml==5.4.1 pyyaml==5.4.1
redis==3.5.3 redis==3.5.3
redis-dump-load==1.1 redis-dump-load==1.1
regex==2022.9.13 regex==2022.10.31
six==1.16.0 six==1.16.0
xmltodict==0.12.0 xmltodict==0.12.0

View File

@ -19,7 +19,7 @@ libsnmp-base==5.7.3+dfsg-5
libsnmp30==5.7.3+dfsg-5 libsnmp30==5.7.3+dfsg-5
libswsscommon-dbg==1.0.0 libswsscommon-dbg==1.0.0
libunwind8==1.2.1-10~deb10u1 libunwind8==1.2.1-10~deb10u1
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
lldpd==1.0.4-1 lldpd==1.0.4-1
lldpd-dbgsym==1.0.4-1 lldpd-dbgsym==1.0.4-1
mariadb-common==1:10.3.36-0+deb10u2 mariadb-common==1:10.3.36-0+deb10u2

View File

@ -19,13 +19,13 @@ libasan5==8.3.0-6
libbabeltrace1==1.5.6-2+deb10u1 libbabeltrace1==1.5.6-2+deb10u1
libbinutils==2.31.1-16 libbinutils==2.31.1-16
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libcc1-0==8.3.0-6 libcc1-0==8.3.0-6
libdpkg-perl==1.19.8 libdpkg-perl==1.19.8
libdw1==0.176-1.1 libdw1==0.176-1.1
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6

View File

@ -26,8 +26,8 @@ libasan5==8.3.0-6
libbabeltrace1==1.5.6-2+deb10u1 libbabeltrace1==1.5.6-2+deb10u1
libbinutils==2.31.1-16 libbinutils==2.31.1-16
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libcairo2==1.16.0-4+deb10u1 libcairo2==1.16.0-4+deb10u1
libcc1-0==8.3.0-6 libcc1-0==8.3.0-6
libdatrie1==0.2.12-2 libdatrie1==0.2.12-2
@ -35,7 +35,7 @@ libdbi1==0.9.0-5
libdpkg-perl==1.19.8 libdpkg-perl==1.19.8
libdw1==0.176-1.1 libdw1==0.176-1.1
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libfontconfig1==2.13.1-2 libfontconfig1==2.13.1-2
libfreeipmi17==1.6.3-1.1 libfreeipmi17==1.6.3-1.1
libfreetype6==2.9.1-3+deb10u3 libfreetype6==2.9.1-3+deb10u3
@ -95,7 +95,7 @@ libxcb-shm0==1.13.1-2
libxcb1==1.13.1-2 libxcb1==1.13.1-2
libxdmcp6==1:1.1.2-3 libxdmcp6==1:1.1.2-3
libxext6==2:1.3.3-1+b2 libxext6==2:1.3.3-1+b2
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
libxrender1==1:0.9.10-1 libxrender1==1:0.9.10-1
linux-libc-dev==4.19.260-1 linux-libc-dev==4.19.260-1
lm-sensors==1:3.5.0-3 lm-sensors==1:3.5.0-3

View File

@ -14,13 +14,13 @@ libasan5==8.3.0-6
libbabeltrace1==1.5.6-2+deb10u1 libbabeltrace1==1.5.6-2+deb10u1
libbinutils==2.31.1-16 libbinutils==2.31.1-16
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc-l10n==2.28-10+deb10u1 libc-l10n==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libcc1-0==8.3.0-6 libcc1-0==8.3.0-6
libdw1==0.176-1.1 libdw1==0.176-1.1
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libfreeipmi17==1.6.3-1.1 libfreeipmi17==1.6.3-1.1
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4
@ -50,7 +50,7 @@ libtsan0==8.3.0-6
libubsan1==8.3.0-6 libubsan1==8.3.0-6
libunwind8==1.2.1-10~deb10u1 libunwind8==1.2.1-10~deb10u1
linux-libc-dev==4.19.260-1 linux-libc-dev==4.19.260-1
locales==2.28-10+deb10u1 locales==2.28-10+deb10u2
make==4.2.1-1.2 make==4.2.1-1.2
mariadb-common==1:10.3.36-0+deb10u2 mariadb-common==1:10.3.36-0+deb10u2
mysql-common==5.8+1.0.5 mysql-common==5.8+1.0.5

View File

@ -1,4 +1,4 @@
hiredis==2.0.0 hiredis==2.0.0
psutil==5.9.2 psutil==5.9.3
python-arptable==0.0.2 python-arptable==0.0.2
smbus==1.1.post2 smbus==1.1.post2

View File

@ -15,7 +15,7 @@ libipt2==2.0-2
libpopt0==1.16-12 libpopt0==1.16-12
libswsscommon-dbg==1.0.0 libswsscommon-dbg==1.0.0
libunwind8==1.2.1-10~deb10u1 libunwind8==1.2.1-10~deb10u1
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
openssh-client==1:7.9p1-10+deb10u2 openssh-client==1:7.9p1-10+deb10u2
sonic-mgmt-common==1.0.0 sonic-mgmt-common==1.0.0
sonic-mgmt-framework==1.0-01 sonic-mgmt-framework==1.0-01

View File

@ -5,7 +5,7 @@ click==8.1.3
clickclick==20.10.2 clickclick==20.10.2
connexion==2.7.0 connexion==2.7.0
flask==2.2.2 flask==2.2.2
grpcio==1.49.1 grpcio==1.50.0
grpcio-tools==1.20.0 grpcio-tools==1.20.0
idna==3.4 idna==3.4
importlib-metadata==5.0.0 importlib-metadata==5.0.0
@ -14,17 +14,17 @@ inflection==0.5.1
itsdangerous==2.1.2 itsdangerous==2.1.2
jsonschema==4.16.0 jsonschema==4.16.0
jsonschema-spec==0.1.2 jsonschema-spec==0.1.2
lazy-object-proxy==1.7.1 lazy-object-proxy==1.8.0
openapi-schema-validator==0.3.4 openapi-schema-validator==0.3.4
openapi-spec-validator==0.5.1 openapi-spec-validator==0.5.1
pathable==0.4.3 pathable==0.4.3
pkgutil_resolve_name==1.3.10 pkgutil_resolve_name==1.3.10
protobuf==4.21.7 protobuf==4.21.9
pyrsistent==0.18.1 pyrsistent==0.19.1
python-dateutil==2.6.0 python-dateutil==2.6.0
requests==2.28.1 requests==2.28.1
six==1.11.0 six==1.11.0
typing_extensions==4.4.0 typing_extensions==4.4.0
urllib3==1.26.5 urllib3==1.26.5
werkzeug==2.2.2 werkzeug==2.2.2
zipp==3.9.0 zipp==3.10.0

View File

@ -50,8 +50,8 @@ libboost-system1.71.0==1.71.0-6~bpo10+1
libboost-thread1.71.0==1.71.0-6~bpo10+1 libboost-thread1.71.0==1.71.0-6~bpo10+1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libc-ares2==1.14.0-1+deb10u1 libc-ares2==1.14.0-1+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libcairo-gobject2==1.16.0-4+deb10u1 libcairo-gobject2==1.16.0-4+deb10u1
libcairo-script-interpreter2==1.16.0-4+deb10u1 libcairo-script-interpreter2==1.16.0-4+deb10u1
libcairo2==1.16.0-4+deb10u1 libcairo2==1.16.0-4+deb10u1
@ -64,7 +64,7 @@ libdpkg-perl==1.19.8
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libefiboot1==37-2+deb10u1 libefiboot1==37-2+deb10u1
libefivar1==37-2+deb10u1 libefivar1==37-2+deb10u1
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libffi-dev==3.2.1-9 libffi-dev==3.2.1-9
libfontconfig1==2.13.1-2 libfontconfig1==2.13.1-2
libfontconfig1-dev==2.13.1-2 libfontconfig1-dev==2.13.1-2
@ -90,7 +90,7 @@ libisl19==0.20-2
libitm1==8.3.0-6 libitm1==8.3.0-6
libjson-c3==0.12.1+ds-2+deb10u1 libjson-c3==0.12.1+ds-2+deb10u1
libjudydebian1==1.0.5-5 libjudydebian1==1.0.5-5
libksba8==1.3.5-2 libksba8==1.3.5-2+deb10u1
liblsan0==8.3.0-6 liblsan0==8.3.0-6
liblzo2-2==2.10-0.1 liblzo2-2==2.10-0.1
libmount-dev==2.33.1-0.1 libmount-dev==2.33.1-0.1

View File

@ -17,7 +17,7 @@ m2crypto==0.38.0
netifaces==0.10.9 netifaces==0.10.9
packaging==21.3 packaging==21.3
pexpect==4.8.0 pexpect==4.8.0
prefixed==0.3.2 prefixed==0.4.0
prettyprinter==0.18.0 prettyprinter==0.18.0
ptyprocess==0.7.0 ptyprocess==0.7.0
pycairo==1.21.0 pycairo==1.21.0

View File

@ -17,7 +17,7 @@ libboost-atomic1.71.0==1.71.0-6~bpo10+1
libcc1-0==8.3.0-6 libcc1-0==8.3.0-6
libdouble-conversion1==3.1.0-3 libdouble-conversion1==3.1.0-3
libdpkg-perl==1.19.8 libdpkg-perl==1.19.8
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libffi-dev==3.2.1-9 libffi-dev==3.2.1-9
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4

View File

@ -1,8 +1,8 @@
bfnplatform==1.0.0 bfnplatform==1.0.0
bfnsdk==1.0.0 bfnsdk==1.0.0
libc-ares2==1.14.0-1+deb10u1 libc-ares2==1.14.0-1+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libcurl3-gnutls==7.64.0-4+deb10u3 libcurl3-gnutls==7.64.0-4+deb10u3
libcurl4-gnutls-dev==7.64.0-4+deb10u3 libcurl4-gnutls-dev==7.64.0-4+deb10u3
libgoogle-perftools4==2.7-1 libgoogle-perftools4==2.7-1
@ -19,6 +19,6 @@ libunwind-dev==1.2.1-10~deb10u1
libunwind8==1.2.1-10~deb10u1 libunwind8==1.2.1-10~deb10u1
libusb-1.0-0==2:1.0.22-2 libusb-1.0-0==2:1.0.22-2
libusb-1.0-0-dev==2:1.0.22-2 libusb-1.0-0-dev==2:1.0.22-2
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
linux-libc-dev==4.19.260-1 linux-libc-dev==4.19.260-1
syncd==1.0.0 syncd==1.0.0

View File

@ -4,8 +4,8 @@ gdbserver==8.2.1-2+b3
kmod==26-1 kmod==26-1
libbabeltrace1==1.5.6-2+deb10u1 libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libdw1==0.176-1.1 libdw1==0.176-1.1
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4
@ -34,5 +34,4 @@ syncd==1.0.0
syncd-dbg==1.0.0 syncd-dbg==1.0.0
vim==2:8.1.0875-5+deb10u2 vim==2:8.1.0875-5+deb10u2
vim-runtime==2:8.1.0875-5+deb10u2 vim-runtime==2:8.1.0875-5+deb10u2
zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2 zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -17,7 +17,7 @@ libboost-atomic1.71.0==1.71.0-6~bpo10+1
libcc1-0==8.3.0-6 libcc1-0==8.3.0-6
libdouble-conversion1==3.1.0-3 libdouble-conversion1==3.1.0-3
libdpkg-perl==1.19.8 libdpkg-perl==1.19.8
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libffi-dev==3.2.1-9 libffi-dev==3.2.1-9
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4
@ -51,7 +51,7 @@ libthrift-0.11.0==0.11.0-4
libtsan0==8.3.0-6 libtsan0==8.3.0-6
libubsan1==8.3.0-6 libubsan1==8.3.0-6
libuv1==1.24.1-1+deb10u1 libuv1==1.24.1-1+deb10u1
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
make==4.2.1-1.2 make==4.2.1-1.2
patch==2.7.6-3+deb10u1 patch==2.7.6-3+deb10u1
python==2.7.16-1 python==2.7.16-1

View File

@ -4,8 +4,8 @@ gdbserver==8.2.1-2+b3
kmod==26-1 kmod==26-1
libbabeltrace1==1.5.6-2+deb10u1 libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libdw1==0.176-1.1 libdw1==0.176-1.1
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4
@ -34,5 +34,4 @@ syncd==1.0.0
syncd-dbg==1.0.0 syncd-dbg==1.0.0
vim==2:8.1.0875-5+deb10u2 vim==2:8.1.0875-5+deb10u2
vim-runtime==2:8.1.0875-5+deb10u2 vim-runtime==2:8.1.0875-5+deb10u2
zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2 zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -14,12 +14,12 @@ libarchive13==3.3.3-4+deb10u1
libasan5==8.3.0-6 libasan5==8.3.0-6
libbinutils==2.31.1-16 libbinutils==2.31.1-16
libboost-atomic1.71.0==1.71.0-6~bpo10+1 libboost-atomic1.71.0==1.71.0-6~bpo10+1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libcc1-0==8.3.0-6 libcc1-0==8.3.0-6
libdouble-conversion1==3.1.0-3 libdouble-conversion1==3.1.0-3
libdpkg-perl==1.19.8 libdpkg-perl==1.19.8
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libffi-dev==3.2.1-9 libffi-dev==3.2.1-9
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4
@ -53,7 +53,7 @@ libthrift-0.11.0==0.11.0-4
libtsan0==8.3.0-6 libtsan0==8.3.0-6
libubsan1==8.3.0-6 libubsan1==8.3.0-6
libuv1==1.24.1-1+deb10u1 libuv1==1.24.1-1+deb10u1
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
linux-libc-dev==4.19.260-1 linux-libc-dev==4.19.260-1
make==4.2.1-1.2 make==4.2.1-1.2
patch==2.7.6-3+deb10u1 patch==2.7.6-3+deb10u1

View File

@ -2,7 +2,7 @@ dmsetup==2:1.02.155-3
keyutils==1.6-6 keyutils==1.6-6
libdevmapper1.02.1==2:1.02.155-3 libdevmapper1.02.1==2:1.02.155-3
libevent-2.1-6==2.1.8-stable-4 libevent-2.1-6==2.1.8-stable-4
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libnfsidmap2==0.25-5.1 libnfsidmap2==0.25-5.1
libpcap-dev==1.8.1-6+deb10u1 libpcap-dev==1.8.1-6+deb10u1
libpcap0.8==1.8.1-6+deb10u1 libpcap0.8==1.8.1-6+deb10u1

View File

@ -6,12 +6,12 @@ iproute2==1.mlnx.4.5.1208
iproute2-dev==1.mlnx.4.5.1208 iproute2-dev==1.mlnx.4.5.1208
libbabeltrace1==1.5.6-2+deb10u1 libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libdw1==0.176-1.1 libdw1==0.176-1.1
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libelf1==0.176-1.1 libelf1==0.176-1.1
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libglib2.0-0==2.58.3-2+deb10u4 libglib2.0-0==2.58.3-2+deb10u4
libgpm2==1.20.7-5 libgpm2==1.20.7-5
libhiredis0.14-dbgsym==0.14.0-3~bpo9+1 libhiredis0.14-dbgsym==0.14.0-3~bpo9+1
@ -32,7 +32,7 @@ libsairedis==1.0.0
libsairedis-dbg==1.0.0 libsairedis-dbg==1.0.0
libswsscommon-dbg==1.0.0 libswsscommon-dbg==1.0.0
libunwind8==1.2.1-10~deb10u1 libunwind8==1.2.1-10~deb10u1
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
linux-libc-dev==4.19.260-1 linux-libc-dev==4.19.260-1
mft==4.17.2-12 mft==4.17.2-12
mlnx-sai==1.mlnx.SAIRel1.20.2 mlnx-sai==1.mlnx.SAIRel1.20.2

View File

@ -50,7 +50,7 @@ cmake==3.13.4-1
cmake-data==3.13.4-1 cmake-data==3.13.4-1
cmocka-doc==1.1.3-1 cmocka-doc==1.1.3-1
comerr-dev==2.1-1.44.5-1+deb10u3 comerr-dev==2.1-1.44.5-1+deb10u3
containerd.io==1.6.8-1 containerd.io==1.6.9-1
cowbuilder==0.88 cowbuilder==0.88
cowdancer==0.88 cowdancer==0.88
cpio==2.12+dfsg-9 cpio==2.12+dfsg-9
@ -83,7 +83,7 @@ dh-systemd==12.1.1
dictionaries-common==1.28.1 dictionaries-common==1.28.1
diffstat==1.62-1 diffstat==1.62-1
dirmngr==2.2.12-1+deb10u2 dirmngr==2.2.12-1+deb10u2
distro-info-data==0.41+deb10u5 distro-info-data==0.41+deb10u6
dkms==2.6.1-4 dkms==2.6.1-4
dmeventd==2:1.02.155-3 dmeventd==2:1.02.155-3
dmsetup==2:1.02.155-3 dmsetup==2:1.02.155-3
@ -110,7 +110,7 @@ equivs==2.2.0
exim4-base==4.92-8+deb10u7 exim4-base==4.92-8+deb10u7
exim4-config==4.92-8+deb10u7 exim4-config==4.92-8+deb10u7
exim4-daemon-light==4.92-8+deb10u7 exim4-daemon-light==4.92-8+deb10u7
expat==2.2.6-2+deb10u5 expat==2.2.6-2+deb10u6
exuberant-ctags==1:5.9~svn20110310-12 exuberant-ctags==1:5.9~svn20110310-12
fakeroot==1.23-1 fakeroot==1.23-1
file==1:5.35-4+deb10u2 file==1:5.35-4+deb10u2
@ -277,7 +277,7 @@ libb-hooks-endofscope-perl==0.24-1
libb-hooks-op-check-perl==0.22-1+b1 libb-hooks-op-check-perl==0.22-1+b1
libbabeltrace-dev==1.5.6-2+deb10u1 libbabeltrace-dev==1.5.6-2+deb10u1
libbabeltrace1==1.5.6-2+deb10u1 libbabeltrace1==1.5.6-2+deb10u1
libbatik-java==1.10-2+deb10u1 libbatik-java==1.10-2+deb10u2
libbdplus0==0.1.2-3 libbdplus0==0.1.2-3
libbind-export-dev==1:9.11.5.P4+dfsg-5.1+deb10u8 libbind-export-dev==1:9.11.5.P4+dfsg-5.1+deb10u8
libbind9-161==1:9.11.5.P4+dfsg-5.1+deb10u8 libbind9-161==1:9.11.5.P4+dfsg-5.1+deb10u8
@ -285,8 +285,8 @@ libbinutils==2.31.1-16
libbison-dev==2:3.3.2.dfsg-1 libbison-dev==2:3.3.2.dfsg-1
libbit-vector-perl==7.4-1+b5 libbit-vector-perl==7.4-1+b5
libblkid-dev==2.33.1-0.1 libblkid-dev==2.33.1-0.1
libbluetooth3==5.50-1.2~deb10u2 libbluetooth3==5.50-1.2~deb10u3
libbluray2==1:1.1.0-1 libbluray2==1:1.1.0-1+deb10u1
libboost-atomic1.71-dev==1.71.0-6~bpo10+1 libboost-atomic1.71-dev==1.71.0-6~bpo10+1
libboost-atomic1.71.0==1.71.0-6~bpo10+1 libboost-atomic1.71.0==1.71.0-6~bpo10+1
libboost-chrono1.71-dev==1.71.0-6~bpo10+1 libboost-chrono1.71-dev==1.71.0-6~bpo10+1
@ -329,17 +329,16 @@ libbs2b0==3.1.0+dfsg-2.2
libbsd-dev==0.9.1-2+deb10u1 libbsd-dev==0.9.1-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libbsh-java==2.0b4-19 libbsh-java==2.0b4-19
libbz2-1.0==1.0.6-9.2~deb10u2
libbz2-dev==1.0.6-9.2~deb10u2 libbz2-dev==1.0.6-9.2~deb10u2
libc-ares-dev==1.14.0-1+deb10u1 libc-ares-dev==1.14.0-1+deb10u1
libc-ares2==1.14.0-1+deb10u1 libc-ares2==1.14.0-1+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dbg==2.28-10+deb10u1 libc6-dbg==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u2
libc6-dev-i386==2.28-10+deb10u1 libc6-dev-i386==2.28-10+deb10u2
libc6-dev-x32==2.28-10+deb10u1 libc6-dev-x32==2.28-10+deb10u2
libc6-i386==2.28-10+deb10u1 libc6-i386==2.28-10+deb10u2
libc6-x32==2.28-10+deb10u1 libc6-x32==2.28-10+deb10u2
libcaca0==0.99.beta19-2.1 libcaca0==0.99.beta19-2.1
libcacard0==1:2.6.1-1 libcacard0==1:2.6.1-1
libcaf-openmpi-3==2.4.0-2 libcaf-openmpi-3==2.4.0-2
@ -471,8 +470,8 @@ libevent-dev==2.1.8-stable-4
libevent-extra-2.1-6==2.1.8-stable-4 libevent-extra-2.1-6==2.1.8-stable-4
libevent-openssl-2.1-6==2.1.8-stable-4 libevent-openssl-2.1-6==2.1.8-stable-4
libevent-pthreads-2.1-6==2.1.8-stable-4 libevent-pthreads-2.1-6==2.1.8-stable-4
libexpat1==2.2.6-2+deb10u5 libexpat1==2.2.6-2+deb10u6
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libexplain-dev==1.4.D001-8 libexplain-dev==1.4.D001-8
libexplain51==1.4.D001-8 libexplain51==1.4.D001-8
libexporter-tiny-perl==1.002001-1 libexporter-tiny-perl==1.002001-1
@ -702,7 +701,7 @@ libkpathsea6==2018.20181218.49446-1
libkrb5-3==1.17-3+deb10u4 libkrb5-3==1.17-3+deb10u4
libkrb5-dev==1.17-3+deb10u4 libkrb5-dev==1.17-3+deb10u4
libkrb5support0==1.17-3+deb10u4 libkrb5support0==1.17-3+deb10u4
libksba8==1.3.5-2 libksba8==1.3.5-2+deb10u1
liblab-gamut1==2.40.1-6+deb10u1 liblab-gamut1==2.40.1-6+deb10u1
liblcms2-2==2.9-3 liblcms2-2==2.9-3
libldap-2.4-2==2.4.47+dfsg-3+deb10u7 libldap-2.4-2==2.4.47+dfsg-3+deb10u7
@ -780,9 +779,10 @@ libmysofa0==0.6~dfsg0-3+deb10u1
libnamespace-clean-perl==0.27-1 libnamespace-clean-perl==0.27-1
libnanomsg-dev==1.1.5+dfsg-1 libnanomsg-dev==1.1.5+dfsg-1
libnanomsg5==1.1.5+dfsg-1 libnanomsg5==1.1.5+dfsg-1
libncurses-dev==6.1+20181013-2+deb10u2 libncurses-dev==6.1+20181013-2+deb10u3
libncurses5-dev==6.1+20181013-2+deb10u2 libncurses5-dev==6.1+20181013-2+deb10u3
libncurses6==6.1+20181013-2+deb10u2 libncurses6==6.1+20181013-2+deb10u3
libncursesw6==6.1+20181013-2+deb10u3
libnet-dbus-perl==1.1.0-5+b1 libnet-dbus-perl==1.1.0-5+b1
libnet-dns-perl==1.19-1 libnet-dns-perl==1.19-1
libnet-dns-sec-perl==1.11-1 libnet-dns-sec-perl==1.11-1
@ -1106,6 +1106,7 @@ libtheora0==1.1.1+dfsg.1-15
libtie-ixhash-perl==1.23-2 libtie-ixhash-perl==1.23-2
libtiff5==4.1.0+git191117-2~deb10u4 libtiff5==4.1.0+git191117-2~deb10u4
libtimedate-perl==2.3000-2+deb10u1 libtimedate-perl==2.3000-2+deb10u1
libtinfo6==6.1+20181013-2+deb10u3
libtinyxml2-6a==7.0.0+dfsg-1 libtinyxml2-6a==7.0.0+dfsg-1
libtinyxml2-dev==7.0.0+dfsg-1 libtinyxml2-dev==7.0.0+dfsg-1
libtk8.6==8.6.9-2 libtk8.6==8.6.9-2
@ -1276,9 +1277,9 @@ libxml-sax-perl==1.00+dfsg-1
libxml-simple-perl==2.25-1 libxml-simple-perl==2.25-1
libxml-twig-perl==1:3.50-1.1 libxml-twig-perl==1:3.50-1.1
libxml-xpathengine-perl==0.14-1 libxml-xpathengine-perl==0.14-1
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u5
libxml2-dev==2.9.4+dfsg1-7+deb10u4 libxml2-dev==2.9.4+dfsg1-7+deb10u5
libxml2-utils==2.9.4+dfsg1-7+deb10u4 libxml2-utils==2.9.4+dfsg1-7+deb10u5
libxmlgraphics-commons-java==2.3-1+deb10u1 libxmlgraphics-commons-java==2.3-1+deb10u1
libxmlrpc-lite-perl==0.717-2 libxmlrpc-lite-perl==0.717-2
libxmu6==2:1.1.2-2+b3 libxmu6==2:1.1.2-2+b3
@ -1352,7 +1353,7 @@ mesa-vdpau-drivers==18.3.6-2+deb10u1
mime-support==3.62 mime-support==3.62
module-assistant==0.11.10 module-assistant==0.11.10
mysql-common==5.8+1.0.5 mysql-common==5.8+1.0.5
ncurses-term==6.1+20181013-2+deb10u2 ncurses-term==6.1+20181013-2+deb10u3
netbase==5.6 netbase==5.6
netpbm==2:10.0-15.3+b2 netpbm==2:10.0-15.3+b2
nettle-dev==3.4.1-1+deb10u1 nettle-dev==3.4.1-1+deb10u1
@ -1738,5 +1739,4 @@ xtrans-dev==1.3.5-1
xxd==2:8.1.0875-5+deb10u2 xxd==2:8.1.0875-5+deb10u2
xz-utils==5.2.4-1+deb10u1 xz-utils==5.2.4-1+deb10u1
zip==3.0-11+b1 zip==3.0-11+b1
zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2 zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -1,2 +1,2 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==17cf81d90a2b6eb122c6728eb843837ff88316d8 https://chromium.googlesource.com/chromium/tools/depot_tools.git==7bd4611895d36d03ae3fc6c7954ff39afe6c5cc7
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f

View File

@ -63,7 +63,7 @@ pytz==2019.1
pyxdg==0.25 pyxdg==0.25
pyyaml==5.4.1 pyyaml==5.4.1
redis==4.3.4 redis==4.3.4
regex==2022.9.13 regex==2022.10.31
requests==2.21.0 requests==2.21.0
roman==2.0.0 roman==2.0.0
secretstorage==2.3.1 secretstorage==2.3.1
@ -75,4 +75,4 @@ unattended-upgrades==0.1
unidiff==0.5.4 unidiff==0.5.4
urllib3==1.24.1 urllib3==1.24.1
wrapt==1.14.1 wrapt==1.14.1
zipp==3.9.0 zipp==3.10.0

View File

@ -1,2 +1,2 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==17cf81d90a2b6eb122c6728eb843837ff88316d8 https://chromium.googlesource.com/chromium/tools/depot_tools.git==7bd4611895d36d03ae3fc6c7954ff39afe6c5cc7
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f

View File

@ -14,7 +14,7 @@ bzip2==1.0.6-9.2~deb10u2
ca-certificates==20200601~deb10u2 ca-certificates==20200601~deb10u2
cgroup-tools==0.41-8.1 cgroup-tools==0.41-8.1
conntrack==1:1.4.5-2 conntrack==1:1.4.5-2
containerd.io==1.6.8-1 containerd.io==1.6.9-1
cpio==2.12+dfsg-9 cpio==2.12+dfsg-9
cpp==4:8.3.0-1 cpp==4:8.3.0-1
cpp-8==8.3.0-6 cpp-8==8.3.0-6
@ -24,7 +24,7 @@ dbus==1.12.24-0+deb10u1
device-tree-compiler==1.4.7-4 device-tree-compiler==1.4.7-4
dh-python==3.20190308 dh-python==3.20190308
dirmngr==2.2.12-1+deb10u2 dirmngr==2.2.12-1+deb10u2
distro-info-data==0.41+deb10u5 distro-info-data==0.41+deb10u6
dmidecode==3.2-1 dmidecode==3.2-1
dmsetup==2:1.02.155-3 dmsetup==2:1.02.155-3
docker-ce==5:18.09.8~3-0~debian-buster docker-ce==5:18.09.8~3-0~debian-buster
@ -94,9 +94,11 @@ libbinutils==2.31.1-16
libblkid-dev==2.33.1-0.1 libblkid-dev==2.33.1-0.1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libbz2-1.0==1.0.6-9.2~deb10u2 libbz2-1.0==1.0.6-9.2~deb10u2
libc-dev-bin==2.28-10+deb10u1 libc-bin==2.28-10+deb10u2
libc-l10n==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u1 libc-l10n==2.28-10+deb10u2
libc6==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u2
libcairo-gobject2==1.16.0-4+deb10u1 libcairo-gobject2==1.16.0-4+deb10u1
libcairo-script-interpreter2==1.16.0-4+deb10u1 libcairo-script-interpreter2==1.16.0-4+deb10u1
libcairo2==1.16.0-4+deb10u1 libcairo2==1.16.0-4+deb10u1
@ -121,8 +123,8 @@ libefiboot1==37-2+deb10u1
libefivar1==37-2+deb10u1 libefivar1==37-2+deb10u1
libelf1==0.176-1.1 libelf1==0.176-1.1
libestr0==0.1.10-2.1 libestr0==0.1.10-2.1
libexpat1==2.2.6-2+deb10u5 libexpat1==2.2.6-2+deb10u6
libexpat1-dev==2.2.6-2+deb10u5 libexpat1-dev==2.2.6-2+deb10u6
libfastjson4==0.99.8-2 libfastjson4==0.99.8-2
libffi-dev==3.2.1-9 libffi-dev==3.2.1-9
libfontconfig1==2.13.1-2 libfontconfig1==2.13.1-2
@ -165,7 +167,7 @@ libklibc==2.0.6-1+deb10u1
libkmod2==26-1 libkmod2==26-1
libkrb5-3==1.17-3+deb10u4 libkrb5-3==1.17-3+deb10u4
libkrb5support0==1.17-3+deb10u4 libkrb5support0==1.17-3+deb10u4
libksba8==1.3.5-2 libksba8==1.3.5-2+deb10u1
libldap-2.4-2==2.4.47+dfsg-3+deb10u7 libldap-2.4-2==2.4.47+dfsg-3+deb10u7
libldap-common==2.4.47+dfsg-3+deb10u7 libldap-common==2.4.47+dfsg-3+deb10u7
liblognorm5==2.0.5-1 liblognorm5==2.0.5-1
@ -179,7 +181,8 @@ libmpc3==1.1.0-1
libmpdec2==2.4.2-2 libmpdec2==2.4.2-2
libmpfr6==4.0.2-1 libmpfr6==4.0.2-1
libmpx2==8.3.0-6 libmpx2==8.3.0-6
libncurses6==6.1+20181013-2+deb10u2 libncurses6==6.1+20181013-2+deb10u3
libncursesw6==6.1+20181013-2+deb10u3
libnet1==1.1.6+dfsg-3.1 libnet1==1.1.6+dfsg-3.1
libnetfilter-conntrack3==1.0.7-1 libnetfilter-conntrack3==1.0.7-1
libnfnetlink0==1.0.1-3+b1 libnfnetlink0==1.0.1-3+b1
@ -247,6 +250,7 @@ libsystemd-dev==247.3-6~bpo10+1
libsystemd0==247.3-6~bpo10+1 libsystemd0==247.3-6~bpo10+1
libtac2==1.4.1-1 libtac2==1.4.1-1
libtcl8.6==8.6.9+dfsg-2 libtcl8.6==8.6.9+dfsg-2
libtinfo6==6.1+20181013-2+deb10u3
libtsan0==8.3.0-6 libtsan0==8.3.0-6
libubsan1==8.3.0-6 libubsan1==8.3.0-6
libudev1==247.3-6~bpo10+1 libudev1==247.3-6~bpo10+1
@ -277,7 +281,7 @@ libzstd1==1.4.4+dfsg-3~bpo10+1
linux-base==4.6 linux-base==4.6
linux-image-4.19.0-12-2-amd64-unsigned==4.19.152-1 linux-image-4.19.0-12-2-amd64-unsigned==4.19.152-1
linux-libc-dev==4.19.260-1 linux-libc-dev==4.19.260-1
locales==2.28-10+deb10u1 locales==2.28-10+deb10u2
logrotate==3.14.0-4 logrotate==3.14.0-4
lsb-base==10.2019051400 lsb-base==10.2019051400
lsb-release==10.2019051400 lsb-release==10.2019051400
@ -290,6 +294,8 @@ mime-support==3.62
monit==1:5.20.0-6 monit==1:5.20.0-6
mtd-utils==1:2.0.1-1 mtd-utils==1:2.0.1-1
mtr-tiny==0.92-2 mtr-tiny==0.92-2
ncurses-base==6.1+20181013-2+deb10u3
ncurses-bin==6.1+20181013-2+deb10u3
ndisc6==1.0.4-1 ndisc6==1.0.4-1
net-tools==1.60+git20180626.aebd88e-1 net-tools==1.60+git20180626.aebd88e-1
netbase==5.6 netbase==5.6
@ -369,7 +375,7 @@ systemd-timesyncd==247.3-6~bpo10+1
tcpdump==4.9.3-1~deb10u2 tcpdump==4.9.3-1~deb10u2
tcptraceroute==1.5beta7+debian-4+b2 tcptraceroute==1.5beta7+debian-4+b2
traceroute==1:2.1.0-2 traceroute==1:2.1.0-2
tzdata==2021a-0+deb10u7 tzdata==2021a-0+deb10u8
u-boot-tools==2019.01+dfsg-7 u-boot-tools==2019.01+dfsg-7
ucf==3.0038+nmu1 ucf==3.0038+nmu1
udev==247.3-6~bpo10+1 udev==247.3-6~bpo10+1

View File

@ -2,8 +2,12 @@ binutils-aarch64-linux-gnu==2.31.1-16
bzip2==1.0.6-9.2~deb10u1 bzip2==1.0.6-9.2~deb10u1
curl==7.64.0-4+deb10u2 curl==7.64.0-4+deb10u2
dbus==1.12.20-0+deb10u1 dbus==1.12.20-0+deb10u1
distro-info-data==0.41+deb10u5
icu-devtools==63.1-6+deb10u3 icu-devtools==63.1-6+deb10u3
isc-dhcp-client==4.4.1-2+deb10u1 isc-dhcp-client==4.4.1-2+deb10u1
libc-dev-bin==2.28-10+deb10u1
libc-l10n==2.28-10+deb10u1
libc6-dev==2.28-10+deb10u1
libcryptsetup12==2:2.3.7-1+deb11u1~bpo10+1 libcryptsetup12==2:2.3.7-1+deb11u1~bpo10+1
libcurl3-gnutls==7.64.0-4+deb10u2 libcurl3-gnutls==7.64.0-4+deb10u2
libcurl4==7.64.0-4+deb10u2 libcurl4==7.64.0-4+deb10u2
@ -20,6 +24,8 @@ libglib2.0-dev-bin==2.58.3-2+deb10u3
libicu-dev==63.1-6+deb10u3 libicu-dev==63.1-6+deb10u3
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3
libisc-export1100==1:9.11.5.P4+dfsg-5.1+deb10u7 libisc-export1100==1:9.11.5.P4+dfsg-5.1+deb10u7
libksba8==1.3.5-2
libncurses6==6.1+20181013-2+deb10u2
libsqlite3-0==3.27.2-3+deb10u1 libsqlite3-0==3.27.2-3+deb10u1
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u4
libxml2-dev==2.9.4+dfsg1-7+deb10u4 libxml2-dev==2.9.4+dfsg1-7+deb10u4
@ -27,6 +33,7 @@ libxslt1-dev==1.1.32-2.2~deb10u1
libxslt1.1==1.1.32-2.2~deb10u1 libxslt1.1==1.1.32-2.2~deb10u1
linux-image-4.19.0-12-2-arm64-unsigned==4.19.152-1 linux-image-4.19.0-12-2-arm64-unsigned==4.19.152-1
linux-libc-dev==4.19.249-2 linux-libc-dev==4.19.249-2
locales==2.28-10+deb10u1
python3-mako==1.0.7+ds1-1 python3-mako==1.0.7+ds1-1
tsingma-bsp==1.0 tsingma-bsp==1.0
unzip==6.0-23+deb10u2 unzip==6.0-23+deb10u2

View File

@ -9,7 +9,7 @@ charset-normalizer==2.1.1
click==7.0 click==7.0
click-log==0.4.0 click-log==0.4.0
colorful==0.5.4 colorful==0.5.4
cryptography==38.0.2 cryptography==38.0.1
dbus-python==1.3.2 dbus-python==1.3.2
docker==5.0.3 docker==5.0.3
docker-image-py==0.1.12 docker-image-py==0.1.12
@ -32,9 +32,9 @@ netaddr==0.8.0
netifaces==0.11.0 netifaces==0.11.0
pathtools==0.1.2 pathtools==0.1.2
pexpect==4.8.0 pexpect==4.8.0
prefixed==0.3.2 prefixed==0.4.0
prettyprinter==0.18.0 prettyprinter==0.18.0
psutil==5.9.2 psutil==5.9.3
ptyprocess==0.7.0 ptyprocess==0.7.0
pyang==2.5.3 pyang==2.5.3
pyangbind==0.8.1 pyangbind==0.8.1
@ -46,7 +46,7 @@ pyroute2==0.5.19
python-dateutil==2.8.2 python-dateutil==2.8.2
pyyaml==5.4.1 pyyaml==5.4.1
redis==3.5.3 redis==3.5.3
regex==2022.9.13 regex==2022.10.31
requests==2.28.1 requests==2.28.1
scapy==2.4.4 scapy==2.4.4
semantic-version==2.10.0 semantic-version==2.10.0

View File

@ -1 +0,0 @@
cryptography==38.0.1