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

This commit is contained in:
mssonicbld 2022-09-28 06:40:24 +08:00 committed by GitHub
parent f47872446b
commit 92780af0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
77 changed files with 370 additions and 378 deletions

View File

@ -1,6 +1,7 @@
kernel-mft-dkms==4.18.0-106 kernel-mft-dkms==4.18.0-106
libhiredis-dev==0.14.0-3~bpo9+1 libhiredis-dev==0.14.0-3~bpo9+1
libhiredis0.14==0.14.0-3~bpo9+1 libhiredis0.14==0.14.0-3~bpo9+1
libnl-3-200==3.5.0-1
libnl-3-dev==3.5.0-1 libnl-3-dev==3.5.0-1
libnl-cli-3-200==3.5.0-1 libnl-cli-3-200==3.5.0-1
libnl-cli-3-dev==3.5.0-1 libnl-cli-3-dev==3.5.0-1
@ -8,6 +9,7 @@ libnl-genl-3-200==3.5.0-1
libnl-genl-3-dev==3.5.0-1 libnl-genl-3-dev==3.5.0-1
libnl-nf-3-200==3.5.0-1 libnl-nf-3-200==3.5.0-1
libnl-nf-3-dev==3.5.0-1 libnl-nf-3-dev==3.5.0-1
libnl-route-3-200==3.5.0-1
libnl-route-3-dev==3.5.0-1 libnl-route-3-dev==3.5.0-1
libswsscommon==1.0.0 libswsscommon==1.0.0
libtac-dev==1.4.1-1 libtac-dev==1.4.1-1

View File

@ -1,3 +1 @@
libnl-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
linux-headers-5.10.0-8-2-arm64==5.10.46-4 linux-headers-5.10.0-8-2-arm64==5.10.46-4

View File

@ -1,3 +1 @@
libnl-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
linux-headers-5.10.0-8-2-armmp==5.10.46-4 linux-headers-5.10.0-8-2-armmp==5.10.46-4

View File

@ -1,11 +1,11 @@
https://github.com/CESNET/libyang.git==0c609c35080f523c9696db48976de8257d174102 https://github.com/CESNET/libyang.git==0c609c35080f523c9696db48976de8257d174102
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/flashrom/flashrom.git==33af2e695d28a89e0eaf9b058310bc5bf0e6e80f https://github.com/flashrom/flashrom.git==7ed1337309d3fe74f5af09520970f0f1d417399a
https://github.com/FreeRADIUS/freeradius-server.git==63a5736e75c88cb4343108e9ebb7474912d93347 https://github.com/FreeRADIUS/freeradius-server.git==f0594e19290b7be8a41c3ef4a52b23c18c0db968
https://github.com/FreeRADIUS/pam_radius.git==272f6420c5c01f9bdb27c98e5edb44de406f4631 https://github.com/FreeRADIUS/pam_radius.git==272f6420c5c01f9bdb27c98e5edb44de406f4631
https://github.com/jeroennijhof/pam_tacplus.git==453c7b6fc78eceeaaf39a59b6b87c124628f2fe8 https://github.com/jeroennijhof/pam_tacplus.git==453c7b6fc78eceeaaf39a59b6b87c124628f2fe8
https://github.com/thom311/libnl==cbafad9ddf24caef5230fef715d34f0539603be0 https://github.com/thom311/libnl==cbafad9ddf24caef5230fef715d34f0539603be0
https://salsa.debian.org/kernel-team/initramfs-tools.git==dd16eade69ef76b304a369fac2f6c0de508b855b https://salsa.debian.org/kernel-team/initramfs-tools.git==dd16eade69ef76b304a369fac2f6c0de508b855b
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==ab4bf75bb7d02ffa1f5c407d56980f157ef56fe2 https://salsa.debian.org/ssh-team/openssh.git==cac473afc339d472f01bd50674ddcf3adb5fc82e

View File

@ -1,5 +1,7 @@
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-log==0.4.0 click-log==0.4.0
colorful==0.5.4 colorful==0.5.4
docker==6.0.0 docker==6.0.0
@ -12,6 +14,7 @@ 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
natsort==6.2.1 natsort==6.2.1
netaddr==0.8.0 netaddr==0.8.0
netifaces==0.11.0 netifaces==0.11.0
@ -19,6 +22,7 @@ prefixed==0.3.2
prettyprinter==0.18.0 prettyprinter==0.18.0
pycairo==1.21.0 pycairo==1.21.0
pyroute2==0.5.19 pyroute2==0.5.19
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

View File

@ -1,4 +0,0 @@
bitarray==1.5.3
click==7.0
lxml==4.6.3
requests==2.28.1

View File

@ -1,4 +0,0 @@
bitarray==1.5.3
click==7.0
lxml==4.6.3
requests==2.28.1

View File

@ -5,12 +5,16 @@ iproute2-dev==1.mlnx.4.5.2318
isc-dhcp-relay==4.4.1-2 isc-dhcp-relay==4.4.1-2
libhiredis-dev==0.14.0-3~bpo9+1 libhiredis-dev==0.14.0-3~bpo9+1
libhiredis0.14==0.14.0-3~bpo9+1 libhiredis0.14==0.14.0-3~bpo9+1
libnl-3-200==3.5.0-1
libnl-3-dev==3.5.0-1
libnl-cli-3-200==3.5.0-1 libnl-cli-3-200==3.5.0-1
libnl-cli-3-dev==3.5.0-1 libnl-cli-3-dev==3.5.0-1
libnl-genl-3-200==3.5.0-1 libnl-genl-3-200==3.5.0-1
libnl-genl-3-dev==3.5.0-1 libnl-genl-3-dev==3.5.0-1
libnl-nf-3-200==3.5.0-1 libnl-nf-3-200==3.5.0-1
libnl-nf-3-dev==3.5.0-1 libnl-nf-3-dev==3.5.0-1
libnl-route-3-200==3.5.0-1
libnl-route-3-dev==3.5.0-1
libsaimetadata==1.0.0 libsaimetadata==1.0.0
libsaimetadata-dev==1.0.0 libsaimetadata-dev==1.0.0
libsairedis==1.0.0 libsairedis==1.0.0
@ -25,7 +29,7 @@ libteam-utils==1.30-1
libteam5==1.30-1 libteam5==1.30-1
libteamdctl0==1.30-1 libteamdctl0==1.30-1
libthrift-0.11.0==0.11.0-4 libthrift-0.11.0==0.11.0-4
libthrift-dev==0.11.0-4 libthrift-dev==0.14.1
libthrift0==0.14.1 libthrift0==0.14.1
libyang==1.0.73 libyang==1.0.73
libyang-cpp==1.0.73 libyang-cpp==1.0.73
@ -58,7 +62,7 @@ sxd-libs==1.mlnx.4.5.2318
sxd-libs-dev==1.mlnx.4.5.2318 sxd-libs-dev==1.mlnx.4.5.2318
syncd==1.0.0 syncd==1.0.0
syncd-vs==1.0.0 syncd-vs==1.0.0
thrift-compiler==0.11.0-4 thrift-compiler==0.14.1
wjh-libs==1.mlnx.4.5.2318 wjh-libs==1.mlnx.4.5.2318
wjh-libs-dev==1.mlnx.4.5.2318 wjh-libs-dev==1.mlnx.4.5.2318
wpasupplicant==2:2.9.0-14 wpasupplicant==2:2.9.0-14

View File

@ -1,4 +0,0 @@
libnl-3-200==3.5.0-1
libnl-3-dev==3.5.0-1
libnl-route-3-200==3.5.0-1
libnl-route-3-dev==3.5.0-1

View File

@ -1,4 +0,0 @@
libnl-3-200==3.5.0-1
libnl-3-dev==3.5.0-1
libnl-route-3-200==3.5.0-1
libnl-route-3-dev==3.5.0-1

View File

@ -3,7 +3,9 @@ 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

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

View File

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

View File

@ -1,9 +1,10 @@
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
click-log==0.4.0 click-log==0.4.0
colorful==0.5.4 colorful==0.5.4
dbus-python==1.2.18 dbus-python==1.3.2
docker==6.0.0 docker==6.0.0
docker-image-py==0.1.12 docker-image-py==0.1.12
enlighten==1.10.2 enlighten==1.10.2
@ -14,6 +15,7 @@ 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
natsort==6.2.1 natsort==6.2.1
netaddr==0.8.0 netaddr==0.8.0
netifaces==0.11.0 netifaces==0.11.0
@ -23,10 +25,12 @@ psutil==5.9.2
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
requests==2.28.1
semantic-version==2.10.0 semantic-version==2.10.0
tabulate==0.8.2 tabulate==0.8.2
thrift==0.14.1 thrift==0.14.1
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

View File

@ -1,4 +0,0 @@
bitarray==1.5.3
lxml==4.6.3
requests==2.28.1
urllib3==1.26.12

View File

@ -1,4 +0,0 @@
bitarray==1.5.3
lxml==4.6.3
requests==2.28.1
urllib3==1.26.12

View File

@ -1,12 +1,12 @@
amd64:amd64/debian:buster==sha256:faa416b9eeda2cbdb796544422eedd698e716dbd99841138521a94db51bf6123 amd64:amd64/debian:buster==sha256:12da36082ea17cd91307adaf2e91bb631a3fbbf2c92f7ca9545caa91036c1043
amd64:debian:bullseye==sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c amd64:debian:bullseye==sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
amd64:debian:buster==sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 amd64:debian:buster==sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb
amd64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be amd64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be
arm64:arm64v8/debian:buster==sha256:46f5b3c07b5e5aa83547cf697dcfe097052ff88018481fe615206c5651d75ba0 arm64:arm64v8/debian:buster==sha256:cb4597c2e5b3f7d54be4927f4f27d8d84d7b1cd5ef6743d4ecd752727a7e0a07
arm64:debian:bullseye==sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c arm64:debian:bullseye==sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
arm64:debian:buster==sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 arm64:debian:buster==sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb
arm64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be arm64:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be
armhf:arm32v7/debian:buster==sha256:49b349ff803f83f12723092ee7a1052f06156c20fa788f24b795988a614279d6 armhf:arm32v7/debian:buster==sha256:94d59fccce5b8617ff43a12549c046133e0310497d742d3ad9add1755297ba69
armhf:debian:bullseye==sha256:d52921d97310d0bd48dab928548ef539d5c88c743165754c57cfad003031386c armhf:debian:bullseye==sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
armhf:debian:buster==sha256:fa8155031d12cd165c237e0b38688cade32912e990ffe21f9e31968d9a04da38 armhf:debian:buster==sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb
armhf:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be armhf:debian:stretch==sha256:c5c5200ff1e9c73ffbf188b4a67eb1c91531b644856b4aefe86a58d2f0cb05be

View File

@ -1,11 +1,11 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==a089281a82f9481e246dcc1292145d0e8635f51c https://chromium.googlesource.com/chromium/tools/depot_tools.git==08bb5c487f80147a236360ea50f4544890530779
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/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==33af2e695d28a89e0eaf9b058310bc5bf0e6e80f https://github.com/flashrom/flashrom.git==7ed1337309d3fe74f5af09520970f0f1d417399a
https://github.com/FreeRADIUS/freeradius-server.git==63a5736e75c88cb4343108e9ebb7474912d93347 https://github.com/FreeRADIUS/freeradius-server.git==f0594e19290b7be8a41c3ef4a52b23c18c0db968
https://github.com/FreeRADIUS/pam_radius.git==272f6420c5c01f9bdb27c98e5edb44de406f4631 https://github.com/FreeRADIUS/pam_radius.git==272f6420c5c01f9bdb27c98e5edb44de406f4631
https://github.com/jeroennijhof/pam_tacplus.git==453c7b6fc78eceeaaf39a59b6b87c124628f2fe8 https://github.com/jeroennijhof/pam_tacplus.git==453c7b6fc78eceeaaf39a59b6b87c124628f2fe8
https://github.com/jpirko/libteam.git==69a7494bb77dc10bb27076add07b380dbd778592 https://github.com/jpirko/libteam.git==69a7494bb77dc10bb27076add07b380dbd778592
@ -21,4 +21,4 @@ https://salsa.debian.org/dhcp-team/isc-dhcp.git==18ecb042065e51e088b7470566526cd
https://salsa.debian.org/kernel-team/ethtool/==fb77fb17864600d7deb46729c28c677c7da367d5 https://salsa.debian.org/kernel-team/ethtool/==fb77fb17864600d7deb46729c28c677c7da367d5
https://salsa.debian.org/kernel-team/initramfs-tools.git==dd16eade69ef76b304a369fac2f6c0de508b855b https://salsa.debian.org/kernel-team/initramfs-tools.git==dd16eade69ef76b304a369fac2f6c0de508b855b
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==ab4bf75bb7d02ffa1f5c407d56980f157ef56fe2 https://salsa.debian.org/ssh-team/openssh.git==cac473afc339d472f01bd50674ddcf3adb5fc82e

View File

@ -25,15 +25,15 @@ https://deb.debian.org/debian/pool/main/k/kdump-tools/kdump-tools_1.6.8.4.dsc==f
https://deb.debian.org/debian/pool/main/k/kdump-tools/kdump-tools_1.6.8.4.tar.xz==26bcae7c27b729d614a4a85e2a01cb64 https://deb.debian.org/debian/pool/main/k/kdump-tools/kdump-tools_1.6.8.4.tar.xz==26bcae7c27b729d614a4a85e2a01cb64
https://deb.nodesource.com/gpgkey/nodesource.gpg.key==003b51a89a133b5db4cca98b2dea3117 https://deb.nodesource.com/gpgkey/nodesource.gpg.key==003b51a89a133b5db4cca98b2dea3117
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/bullseye/Release==e5d99d3f369b50a7b0290811926de82a https://deb.nodesource.com/node_14.x/dists/bullseye/Release==11881de19e96f5a5f11f4ddd6fe99d11
https://deb.nodesource.com/node_14.x/dists/buster/Release==2c6b9d29a3e20816e0ed35475d52e0d3 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==b692a224c718ad6e1cbd17eda8aaa673 https://deb.nodesource.com/setup_14.x==02e66fef39d18cc683f760a67ccd5d68
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_20220408_sai_1.9.1_deb10.deb==890a53ca1374dfcf8c12091d74fd2ef8 https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnplatform_20220408_sai_1.9.1_deb10.deb==890a53ca1374dfcf8c12091d74fd2ef8
https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnsdk_20220408_sai_1.9.1_deb10.deb==a54c351ee84ddb63837085272a1c4eae https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnsdk_20220408_sai_1.9.1_deb10.deb==a54c351ee84ddb63837085272a1c4eae
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==1227b24db77557d552701f6add122edc https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==71250aebbbc8f21abad06e28ec1fa99b
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-arm64==9d20e147b108fb9638dd65b1ad9a1503 https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-arm64==b89d7ada95a586da9ac6fb109ed47582
https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/sai/libsai_1.9.1-0_amd64.deb==08e1a82bd42ca1cba08fd6deec43c02a https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/sai/libsai_1.9.1-0_amd64.deb==08e1a82bd42ca1cba08fd6deec43c02a
https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/third_party/advantech/_Susi4.so==5e1b8daef522c9da00af400abe25810b https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/third_party/advantech/_Susi4.so==5e1b8daef522c9da00af400abe25810b
https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/third_party/advantech/libSUSI-4.00.so.1==393a94b0abba146777e276e1febe0cb0 https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/third_party/advantech/libSUSI-4.00.so.1==393a94b0abba146777e276e1febe0cb0

View File

@ -7,18 +7,18 @@ libcurl4==7.64.0-4+deb10u3
libdaemon0==0.14-7 libdaemon0==0.14-7
libdbus-1-3==1.12.20-0+deb10u1 libdbus-1-3==1.12.20-0+deb10u1
libestr0==0.1.10-2.1 libestr0==0.1.10-2.1
libexpat1==2.2.6-2+deb10u4 libexpat1==2.2.6-2+deb10u5
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
libgssapi-krb5-2==1.17-3+deb10u3 libgssapi-krb5-2==1.17-3+deb10u4
libjansson4==2.12-1 libjansson4==2.12-1
libjemalloc2==5.1.0-3 libjemalloc2==5.1.0-3
libjq1==1.5+dfsg-2+b1 libjq1==1.5+dfsg-2+b1
libk5crypto3==1.17-3+deb10u3 libk5crypto3==1.17-3+deb10u4
libkeyutils1==1.6-6 libkeyutils1==1.6-6
libkrb5-3==1.17-3+deb10u3 libkrb5-3==1.17-3+deb10u4
libkrb5support0==1.17-3+deb10u3 libkrb5support0==1.17-3+deb10u4
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
@ -40,7 +40,7 @@ librtmp1==2.4+20151223.gitfa8646d.1-2
libsasl2-2==2.1.27+dfsg-1+deb10u2 libsasl2-2==2.1.27+dfsg-1+deb10u2
libsasl2-modules-db==2.1.27+dfsg-1+deb10u2 libsasl2-modules-db==2.1.27+dfsg-1+deb10u2
libsodium23==1.0.17-1 libsodium23==1.0.17-1
libsqlite3-0==3.27.2-3+deb10u1 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
libwrap0==7.6.q-28 libwrap0==7.6.q-28

View File

@ -3,7 +3,7 @@ binutils==2.31.1-16
binutils-common==2.31.1-16 binutils-common==2.31.1-16
binutils-x86-64-linux-gnu==2.31.1-16 binutils-x86-64-linux-gnu==2.31.1-16
build-essential==12.6 build-essential==12.6
bzip2==1.0.6-9.2~deb10u1 bzip2==1.0.6-9.2~deb10u2
cpp==4:8.3.0-1 cpp==4:8.3.0-1
cpp-8==8.3.0-6 cpp-8==8.3.0-6
dh-python==3.20190308 dh-python==3.20190308
@ -15,11 +15,12 @@ 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+deb10u1 libc-dev-bin==2.28-10+deb10u1
libc6-dev==2.28-10+deb10u1 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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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

@ -1,11 +1,12 @@
binutils-aarch64-linux-gnu==2.31.1-16 binutils-aarch64-linux-gnu==2.31.1-16
icu-devtools==63.1-6+deb10u3 icu-devtools==63.1-6+deb10u3
libglib2.0-0==2.58.3-2+deb10u3 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+deb10u4
libxml2-dev==2.9.4+dfsg1-7+deb10u4 libxml2-dev==2.9.4+dfsg1-7+deb10u4
libxslt1-dev==1.1.32-2.2~deb10u1 libxslt1-dev==1.1.32-2.2~deb10u2
libxslt1.1==1.1.32-2.2~deb10u1 libxslt1.1==1.1.32-2.2~deb10u2
pkg-config==0.29-6 pkg-config==0.29-6
zlib1g-dev==1:1.2.11.dfsg-1+deb10u1 zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -1,11 +1,12 @@
binutils-arm-linux-gnueabihf==2.31.1-16 binutils-arm-linux-gnueabihf==2.31.1-16
icu-devtools==63.1-6+deb10u3 icu-devtools==63.1-6+deb10u3
libglib2.0-0==2.58.3-2+deb10u3 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+deb10u4
libxml2-dev==2.9.4+dfsg1-7+deb10u4 libxml2-dev==2.9.4+dfsg1-7+deb10u4
libxslt1-dev==1.1.32-2.2~deb10u1 libxslt1-dev==1.1.32-2.2~deb10u2
libxslt1.1==1.1.32-2.2~deb10u1 libxslt1.1==1.1.32-2.2~deb10u2
pkg-config==0.29-6 pkg-config==0.29-6
zlib1g-dev==1:1.2.11.dfsg-1+deb10u1 zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -10,6 +10,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.8.17 regex==2022.9.13
six==1.16.0 six==1.16.0
xmltodict==0.12.0 xmltodict==0.12.0

View File

@ -4,7 +4,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -12,7 +12,7 @@ libdw1==0.176-1.1
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libevent-2.1-6==2.1.8-stable-4 libevent-2.1-6==2.1.8-stable-4
libexplain51==1.4.D001-8 libexplain51==1.4.D001-8
libglib2.0-0==2.58.3-2+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -10,12 +10,12 @@ libbsd0==0.9.1-2+deb10u1
libc-ares2==1.14.0-1+deb10u1 libc-ares2==1.14.0-1+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2
libjson-c3==0.12.1+ds-2+deb10u1 libjson-c3==0.12.1+ds-2+deb10u1
libmariadb3==1:10.3.34-0+deb10u1 libmariadb3==1:10.3.36-0+deb10u1
libpci3==1:3.5.2-1 libpci3==1:3.5.2-1
libpopt0==1.16-12 libpopt0==1.16-12
libsaimetadata==1.0.0 libsaimetadata==1.0.0
@ -31,7 +31,7 @@ libunwind8==1.2.1-10~deb10u1
libyang1==1.0.184-2 libyang1==1.0.184-2
libyang1-dbgsym==1.0.184-2 libyang1-dbgsym==1.0.184-2
logrotate==3.14.0-4 logrotate==3.14.0-4
mariadb-common==1:10.3.34-0+deb10u1 mariadb-common==1:10.3.36-0+deb10u1
mysql-common==5.8+1.0.5 mysql-common==5.8+1.0.5
openssh-client==1:7.9p1-10+deb10u2 openssh-client==1:7.9p1-10+deb10u2
sensible-utils==0.0.12 sensible-utils==0.0.12

View File

@ -6,7 +6,7 @@ libc-dev-bin==2.28-10+deb10u1
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2
@ -27,4 +27,5 @@ strace==4.26-0.2
syncd==1.0.0 syncd==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-dev==1:1.2.11.dfsg-1+deb10u1 zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -4,7 +4,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -5,12 +5,12 @@ libbsd0==0.9.1-2+deb10u1
libdw1==0.176-1.1 libdw1==0.176-1.1
libedit2==3.1-20181209-1 libedit2==3.1-20181209-1
libevent-2.1-6==2.1.8-stable-4 libevent-2.1-6==2.1.8-stable-4
libglib2.0-0==2.58.3-2+deb10u3 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
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3
libipt2==2.0-2 libipt2==2.0-2
libmariadb3==1:10.3.34-0+deb10u1 libmariadb3==1:10.3.36-0+deb10u1
libpci3==1:3.5.2-1 libpci3==1:3.5.2-1
libpopt0==1.16-12 libpopt0==1.16-12
libsensors-config==1:3.5.0-3 libsensors-config==1:3.5.0-3
@ -22,7 +22,7 @@ libunwind8==1.2.1-10~deb10u1
libxml2==2.9.4+dfsg1-7+deb10u4 libxml2==2.9.4+dfsg1-7+deb10u4
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.34-0+deb10u1 mariadb-common==1:10.3.36-0+deb10u1
mysql-common==5.8+1.0.5 mysql-common==5.8+1.0.5
openssh-client==1:7.9p1-10+deb10u2 openssh-client==1:7.9p1-10+deb10u2
sshpass==1.06-1 sshpass==1.06-1

View File

@ -4,7 +4,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -12,7 +12,7 @@ libboost-thread1.71.0==1.71.0-6~bpo10+1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3

View File

@ -7,7 +7,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libip4tc0==1.8.2-4 libip4tc0==1.8.2-4

View File

@ -25,9 +25,9 @@ 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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libglib2.0-0==2.58.3-2+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
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

View File

@ -35,13 +35,13 @@ 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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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+deb10u2 libfreetype6==2.9.1-3+deb10u3
libfribidi0==1.0.5-3.1+deb10u1 libfribidi0==1.0.5-3.1+deb10u2
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libglib2.0-0==2.58.3-2+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libgpm2==1.20.7-5 libgpm2==1.20.7-5
libgraphite2-3==1.3.13-7 libgraphite2-3==1.3.13-7

View File

@ -1,6 +1,6 @@
grpcio==1.39.0 grpcio==1.39.0
grpcio-tools==1.39.0 grpcio-tools==1.39.0
jsonschema==2.6.0 jsonschema==2.6.0
protobuf==3.20.1 protobuf==3.20.2
python_sdk_api==4.5.2318 python_sdk_api==4.5.2318
thrift==0.13.0 thrift==0.13.0

View File

@ -9,7 +9,7 @@ binutils-x86-64-linux-gnu==2.31.1-16
bridge-utils==1.6-2 bridge-utils==1.6-2
bsd-mailx==8.1.2-0.20180807cvs-1 bsd-mailx==8.1.2-0.20180807cvs-1
build-essential==12.6 build-essential==12.6
bzip2==1.0.6-9.2~deb10u1 bzip2==1.0.6-9.2~deb10u2
ca-certificates==20200601~deb10u2 ca-certificates==20200601~deb10u2
cmake==3.13.4-1 cmake==3.13.4-1
cmake-data==3.13.4-1 cmake-data==3.13.4-1
@ -46,7 +46,7 @@ gpgsm==2.2.12-1+deb10u2
gpgv==2.2.12-1+deb10u2 gpgv==2.2.12-1+deb10u2
gzip==1.9-3+deb10u1 gzip==1.9-3+deb10u1
hping3==3.a2.ds2-7 hping3==3.a2.ds2-7
krb5-locales==1.17-3+deb10u3 krb5-locales==1.17-3+deb10u4
less==487-0.1+b1 less==487-0.1+b1
libalgorithm-diff-perl==1.19.03-2 libalgorithm-diff-perl==1.19.03-2
libalgorithm-diff-xs-perl==0.04-5+b1 libalgorithm-diff-xs-perl==0.04-5+b1
@ -61,6 +61,7 @@ libbabeltrace1==1.5.6-2+deb10u1
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
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
libbz2-1.0==1.0.6-9.2~deb10u2
libc-bin==2.28-10+deb10u1 libc-bin==2.28-10+deb10u1
libc-dev-bin==2.28-10+deb10u1 libc-dev-bin==2.28-10+deb10u1
libc6==2.28-10+deb10u1 libc6==2.28-10+deb10u1
@ -82,8 +83,8 @@ libestr0==0.1.10-2.1
libevent-2.1-6==2.1.8-stable-4 libevent-2.1-6==2.1.8-stable-4
libevent-core-2.1-6==2.1.8-stable-4 libevent-core-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+deb10u4 libexpat1==2.2.6-2+deb10u5
libexpat1-dev==2.2.6-2+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
libfakeroot==1.23-1 libfakeroot==1.23-1
libfastjson4==0.99.8-2 libfastjson4==0.99.8-2
libffi-dev==3.2.1-9 libffi-dev==3.2.1-9
@ -91,14 +92,14 @@ libfile-fcntllock-perl==0.22-3+b5
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libgdbm-compat4==1.18.1-4 libgdbm-compat4==1.18.1-4
libgdbm6==1.18.1-4 libgdbm6==1.18.1-4
libglib2.0-0==2.58.3-2+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libglib2.0-data==2.58.3-2+deb10u3 libglib2.0-data==2.58.3-2+deb10u4
libgmp10==2:6.1.2+dfsg-4+deb10u1 libgmp10==2:6.1.2+dfsg-4+deb10u1
libgnutls-dane0==3.6.7-4+deb10u9 libgnutls-dane0==3.6.7-4+deb10u9
libgnutls30==3.6.7-4+deb10u9 libgnutls30==3.6.7-4+deb10u9
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libgpm2==1.20.7-5 libgpm2==1.20.7-5
libgssapi-krb5-2==1.17-3+deb10u3 libgssapi-krb5-2==1.17-3+deb10u4
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3
libidn11==1.33-2.2 libidn11==1.33-2.2
libip4tc0==1.8.2-4 libip4tc0==1.8.2-4
@ -108,11 +109,11 @@ libitm1==8.3.0-6
libjansson4==2.12-1 libjansson4==2.12-1
libjson-c3==0.12.1+ds-2+deb10u1 libjson-c3==0.12.1+ds-2+deb10u1
libjsoncpp1==1.7.4-3 libjsoncpp1==1.7.4-3
libk5crypto3==1.17-3+deb10u3 libk5crypto3==1.17-3+deb10u4
libkeyutils1==1.6-6 libkeyutils1==1.6-6
libkmod2==26-1 libkmod2==26-1
libkrb5-3==1.17-3+deb10u3 libkrb5-3==1.17-3+deb10u4
libkrb5support0==1.17-3+deb10u3 libkrb5support0==1.17-3+deb10u4
libksba8==1.3.5-2 libksba8==1.3.5-2
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
@ -158,9 +159,9 @@ libpython2.7-stdlib==2.7.16-2+deb10u1
libpython3.7==3.7.3-2+deb10u3 libpython3.7==3.7.3-2+deb10u3
libpython3.7-minimal==3.7.3-2+deb10u3 libpython3.7-minimal==3.7.3-2+deb10u3
libpython3.7-stdlib==3.7.3-2+deb10u3 libpython3.7-stdlib==3.7.3-2+deb10u3
libqt5core5a==5.11.3+dfsg1-1+deb10u4 libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u4 libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5network5==5.11.3+dfsg1-1+deb10u4 libqt5network5==5.11.3+dfsg1-1+deb10u5
libquadmath0==8.3.0-6 libquadmath0==8.3.0-6
libreadline7==7.0-5 libreadline7==7.0-5
librhash0==1.3.8-1 librhash0==1.3.8-1
@ -169,7 +170,7 @@ libsasl2-2==2.1.27+dfsg-1+deb10u2
libsasl2-modules==2.1.27+dfsg-1+deb10u2 libsasl2-modules==2.1.27+dfsg-1+deb10u2
libsasl2-modules-db==2.1.27+dfsg-1+deb10u2 libsasl2-modules-db==2.1.27+dfsg-1+deb10u2
libsigsegv2==2.12-2 libsigsegv2==2.12-2
libsqlite3-0==3.27.2-3+deb10u1 libsqlite3-0==3.27.2-3+deb10u2
libssh2-1==1.8.0-2.1 libssh2-1==1.8.0-2.1
libssl-dev==1.1.1n-0+deb10u3 libssl-dev==1.1.1n-0+deb10u3
libssl1.1==1.1.1n-0+deb10u3 libssl1.1==1.1.1n-0+deb10u3
@ -220,7 +221,7 @@ pinentry-curses==1.1.0-2
pkg-config==0.29-6 pkg-config==0.29-6
procps==2:3.3.15-2 procps==2:3.3.15-2
psmisc==23.2-1+deb10u1 psmisc==23.2-1+deb10u1
publicsuffix==20211109.1735-0+deb10u1 publicsuffix==20220811.1734-0+deb10u1
python==2.7.16-1 python==2.7.16-1
python-dev==2.7.16-1 python-dev==2.7.16-1
python-libpcap==0.6.4-1 python-libpcap==0.6.4-1
@ -251,7 +252,7 @@ tmux==2.8-3
traceroute==1:2.1.0-2 traceroute==1:2.1.0-2
tzdata==2021a-0+deb10u5 tzdata==2021a-0+deb10u5
ucf==3.0038+nmu1 ucf==3.0038+nmu1
unzip==6.0-23+deb10u2 unzip==6.0-23+deb10u3
vim==2:8.1.0875-5+deb10u2 vim==2:8.1.0875-5+deb10u2
vim-common==2:8.1.0875-5+deb10u2 vim-common==2:8.1.0875-5+deb10u2
vim-runtime==2:8.1.0875-5+deb10u2 vim-runtime==2:8.1.0875-5+deb10u2
@ -260,4 +261,4 @@ xauth==1:1.0.10-1
xdg-user-dirs==0.17-2 xdg-user-dirs==0.17-2
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
zlib1g==1:1.2.11.dfsg-1+deb10u1 zlib1g==1:1.2.11.dfsg-1+deb10u2

View File

@ -4,7 +4,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -6,7 +6,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -20,10 +20,10 @@ libc6-dev==2.28-10+deb10u1
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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
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
@ -31,7 +31,7 @@ libipt2==2.0-2
libisl19==0.20-2 libisl19==0.20-2
libitm1==8.3.0-6 libitm1==8.3.0-6
liblsan0==8.3.0-6 liblsan0==8.3.0-6
libmariadb3==1:10.3.34-0+deb10u1 libmariadb3==1:10.3.36-0+deb10u1
libmpc3==1.1.0-1 libmpc3==1.1.0-1
libmpfr6==4.0.2-1 libmpfr6==4.0.2-1
libmpx2==8.3.0-6 libmpx2==8.3.0-6
@ -52,7 +52,7 @@ libunwind8==1.2.1-10~deb10u1
linux-libc-dev==4.19.249-2 linux-libc-dev==4.19.249-2
locales==2.28-10+deb10u1 locales==2.28-10+deb10u1
make==4.2.1-1.2 make==4.2.1-1.2
mariadb-common==1:10.3.34-0+deb10u1 mariadb-common==1:10.3.36-0+deb10u1
mysql-common==5.8+1.0.5 mysql-common==5.8+1.0.5
openssh-client==1:7.9p1-10+deb10u2 openssh-client==1:7.9p1-10+deb10u2
python3-dev==3.7.3-1 python3-dev==3.7.3-1

View File

@ -7,7 +7,7 @@ libcjson1==1.7.10-1.1+deb10u1
libcurl3-gnutls==7.64.0-4+deb10u3 libcurl3-gnutls==7.64.0-4+deb10u3
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+deb10u3 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
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3

View File

@ -5,21 +5,21 @@ 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.48.1 grpcio==1.49.1
grpcio-tools==1.20.0 grpcio-tools==1.20.0
idna==3.3 idna==3.4
importlib-metadata==4.12.0 importlib-metadata==4.12.0
importlib-resources==5.9.0 importlib-resources==5.9.0
inflection==0.5.1 inflection==0.5.1
itsdangerous==2.1.2 itsdangerous==2.1.2
jsonschema==4.15.0 jsonschema==4.16.0
jsonschema-spec==0.1.1 jsonschema-spec==0.1.2
lazy-object-proxy==1.7.1 lazy-object-proxy==1.7.1
openapi-schema-validator==0.3.3 openapi-schema-validator==0.3.4
openapi-spec-validator==0.5.0 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.5 protobuf==4.21.6
pyrsistent==0.18.1 pyrsistent==0.18.1
python-dateutil==2.6.0 python-dateutil==2.6.0
requests==2.28.1 requests==2.28.1

View File

@ -4,7 +4,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -9,6 +9,7 @@ conntrack==1:1.4.5-2
cpp==4:8.3.0-1 cpp==4:8.3.0-1
cpp-8==8.3.0-6 cpp-8==8.3.0-6
cron==3.0pl1-134+deb10u1 cron==3.0pl1-134+deb10u1
dbus==1.12.20-0+deb10u1
dh-python==3.20190308 dh-python==3.20190308
dirmngr==2.2.12-1+deb10u2 dirmngr==2.2.12-1+deb10u2
dmsetup==2:1.02.155-3 dmsetup==2:1.02.155-3
@ -34,11 +35,12 @@ gpg-wks-server==2.2.12-1+deb10u2
gpgconf==2.2.12-1+deb10u2 gpgconf==2.2.12-1+deb10u2
gpgsm==2.2.12-1+deb10u2 gpgsm==2.2.12-1+deb10u2
gpgv==2.2.12-1+deb10u2 gpgv==2.2.12-1+deb10u2
grub-common==2.02+dfsg1-20+deb10u4 grub-common==2.06-3~deb10u1
grub2-common==2.02+dfsg1-20+deb10u4 grub2-common==2.06-3~deb10u1
ifupdown==0.8.35 ifupdown==0.8.35
iproute2==5.10.0-4~bpo10+1 iproute2==5.10.0-4~bpo10+1
iptables==1.8.2-4 iptables==1.8.2-4
libapparmor1==2.13.2-10
libasan5==8.3.0-6 libasan5==8.3.0-6
libassuan0==2.5.2-1 libassuan0==2.5.2-1
libbinutils==2.31.1-16 libbinutils==2.31.1-16
@ -64,21 +66,21 @@ 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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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
libfreetype6==2.9.1-3+deb10u2 libfreetype6==2.9.1-3+deb10u3
libfreetype6-dev==2.9.1-3+deb10u2 libfreetype6-dev==2.9.1-3+deb10u3
libfuse2==2.9.9-1+deb10u1 libfuse2==2.9.9-1+deb10u1
libgcc-8-dev==8.3.0-6 libgcc-8-dev==8.3.0-6
libgirepository-1.0-1==1.58.3-2 libgirepository-1.0-1==1.58.3-2
libgirepository1.0-dev==1.58.3-2 libgirepository1.0-dev==1.58.3-2
libglib2.0-0==2.58.3-2+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libglib2.0-bin==2.58.3-2+deb10u3 libglib2.0-bin==2.58.3-2+deb10u4
libglib2.0-data==2.58.3-2+deb10u3 libglib2.0-data==2.58.3-2+deb10u4
libglib2.0-dev==2.58.3-2+deb10u3 libglib2.0-dev==2.58.3-2+deb10u4
libglib2.0-dev-bin==2.58.3-2+deb10u3 libglib2.0-dev-bin==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libice-dev==2:1.0.9-2 libice-dev==2:1.0.9-2
libice6==2:1.0.9-2 libice6==2:1.0.9-2
@ -124,9 +126,9 @@ libpython2.7-minimal==2.7.16-2+deb10u1
libpython2.7-stdlib==2.7.16-2+deb10u1 libpython2.7-stdlib==2.7.16-2+deb10u1
libpython3-dev==3.7.3-1 libpython3-dev==3.7.3-1
libpython3.7-dev==3.7.3-2+deb10u3 libpython3.7-dev==3.7.3-2+deb10u3
libqt5core5a==5.11.3+dfsg1-1+deb10u4 libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u4 libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5network5==5.11.3+dfsg1-1+deb10u4 libqt5network5==5.11.3+dfsg1-1+deb10u5
libquadmath0==8.3.0-6 libquadmath0==8.3.0-6
libsaimetadata==1.0.0 libsaimetadata==1.0.0
libsairedis==1.0.0 libsairedis==1.0.0
@ -188,7 +190,7 @@ python2.7==2.7.16-2+deb10u1
python2.7-dev==2.7.16-2+deb10u1 python2.7-dev==2.7.16-2+deb10u1
python2.7-minimal==2.7.16-2+deb10u1 python2.7-minimal==2.7.16-2+deb10u1
python3-dev==3.7.3-1 python3-dev==3.7.3-1
python3-mako==1.0.7+ds1-1 python3-mako==1.0.7+ds1-1+deb10u1
python3-markdown==3.0.1-3 python3-markdown==3.0.1-3
python3-markupsafe==1.1.0-1 python3-markupsafe==1.1.0-1
python3-pkg-resources==40.8.0-1 python3-pkg-resources==40.8.0-1
@ -211,5 +213,5 @@ x11proto-dev==2018.4-4
x11proto-xext-dev==2018.4-4 x11proto-xext-dev==2018.4-4
xorg-sgml-doctools==1:1.11-1 xorg-sgml-doctools==1:1.11-1
xtrans-dev==1.3.5-1 xtrans-dev==1.3.5-1
zlib1g==1:1.2.11.dfsg-1+deb10u1 zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u1 zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -1,15 +1,15 @@
blessed==1.19.1 blessed==1.19.1
certifi==2022.6.15 certifi==2022.9.24
charset-normalizer==2.1.1 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
dbus-python==1.2.18 dbus-python==1.3.2
docker==6.0.0 docker==6.0.0
docker-image-py==0.1.12 docker-image-py==0.1.12
enlighten==1.10.2 enlighten==1.10.2
filelock==3.8.0 filelock==3.8.0
idna==3.3 idna==3.4
jsonpatch==1.32 jsonpatch==1.32
jsonpointer==2.3 jsonpointer==2.3
m2crypto==0.38.0 m2crypto==0.38.0

View File

@ -17,10 +17,10 @@ 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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libisl19==0.20-2 libisl19==0.20-2
libitm1==8.3.0-6 libitm1==8.3.0-6
@ -39,9 +39,9 @@ libpython2.7==2.7.16-2+deb10u1
libpython2.7-dev==2.7.16-2+deb10u1 libpython2.7-dev==2.7.16-2+deb10u1
libpython2.7-minimal==2.7.16-2+deb10u1 libpython2.7-minimal==2.7.16-2+deb10u1
libpython2.7-stdlib==2.7.16-2+deb10u1 libpython2.7-stdlib==2.7.16-2+deb10u1
libqt5core5a==5.11.3+dfsg1-1+deb10u4 libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u4 libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5network5==5.11.3+dfsg1-1+deb10u4 libqt5network5==5.11.3+dfsg1-1+deb10u5
libquadmath0==8.3.0-6 libquadmath0==8.3.0-6
librhash0==1.3.8-1 librhash0==1.3.8-1
libssl-dev==1.1.1n-0+deb10u3 libssl-dev==1.1.1n-0+deb10u3

View File

@ -17,10 +17,10 @@ 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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3
libisl19==0.20-2 libisl19==0.20-2
@ -40,9 +40,9 @@ libpython2.7==2.7.16-2+deb10u1
libpython2.7-dev==2.7.16-2+deb10u1 libpython2.7-dev==2.7.16-2+deb10u1
libpython2.7-minimal==2.7.16-2+deb10u1 libpython2.7-minimal==2.7.16-2+deb10u1
libpython2.7-stdlib==2.7.16-2+deb10u1 libpython2.7-stdlib==2.7.16-2+deb10u1
libqt5core5a==5.11.3+dfsg1-1+deb10u4 libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u4 libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5network5==5.11.3+dfsg1-1+deb10u4 libqt5network5==5.11.3+dfsg1-1+deb10u5
libquadmath0==8.3.0-6 libquadmath0==8.3.0-6
librhash0==1.3.8-1 librhash0==1.3.8-1
libssl-dev==1.1.1n-0+deb10u3 libssl-dev==1.1.1n-0+deb10u3

View File

@ -8,7 +8,7 @@ libc-dev-bin==2.28-10+deb10u1
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2
@ -34,4 +34,5 @@ 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-dev==1:1.2.11.dfsg-1+deb10u1 zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -17,10 +17,10 @@ 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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3
libisl19==0.20-2 libisl19==0.20-2
@ -40,9 +40,9 @@ libpython2.7==2.7.16-2+deb10u1
libpython2.7-dev==2.7.16-2+deb10u1 libpython2.7-dev==2.7.16-2+deb10u1
libpython2.7-minimal==2.7.16-2+deb10u1 libpython2.7-minimal==2.7.16-2+deb10u1
libpython2.7-stdlib==2.7.16-2+deb10u1 libpython2.7-stdlib==2.7.16-2+deb10u1
libqt5core5a==5.11.3+dfsg1-1+deb10u4 libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u4 libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5network5==5.11.3+dfsg1-1+deb10u4 libqt5network5==5.11.3+dfsg1-1+deb10u5
libquadmath0==8.3.0-6 libquadmath0==8.3.0-6
librhash0==1.3.8-1 librhash0==1.3.8-1
libssl-dev==1.1.1n-0+deb10u3 libssl-dev==1.1.1n-0+deb10u3

View File

@ -8,7 +8,7 @@ libc-dev-bin==2.28-10+deb10u1
libc6-dev==2.28-10+deb10u1 libc6-dev==2.28-10+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2
@ -34,4 +34,5 @@ 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-dev==1:1.2.11.dfsg-1+deb10u1 zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -21,10 +21,10 @@ libc6-dev==2.28-10+deb10u1
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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3
libisl19==0.20-2 libisl19==0.20-2
@ -44,9 +44,9 @@ libpython2.7==2.7.16-2+deb10u1
libpython2.7-dev==2.7.16-2+deb10u1 libpython2.7-dev==2.7.16-2+deb10u1
libpython2.7-minimal==2.7.16-2+deb10u1 libpython2.7-minimal==2.7.16-2+deb10u1
libpython2.7-stdlib==2.7.16-2+deb10u1 libpython2.7-stdlib==2.7.16-2+deb10u1
libqt5core5a==5.11.3+dfsg1-1+deb10u4 libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u4 libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5network5==5.11.3+dfsg1-1+deb10u4 libqt5network5==5.11.3+dfsg1-1+deb10u5
libquadmath0==8.3.0-6 libquadmath0==8.3.0-6
librhash0==1.3.8-1 librhash0==1.3.8-1
libssl-dev==1.1.1n-0+deb10u3 libssl-dev==1.1.1n-0+deb10u3

View File

@ -5,7 +5,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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

@ -19,7 +19,7 @@ libdouble-conversion1==3.1.0-3
libdpkg-perl==1.19.8 libdpkg-perl==1.19.8
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+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libgomp1==8.3.0-6 libgomp1==8.3.0-6
libisl19==0.20-2 libisl19==0.20-2
libitm1==8.3.0-6 libitm1==8.3.0-6
@ -30,9 +30,9 @@ libmpfr6==4.0.2-1
libmpx2==8.3.0-6 libmpx2==8.3.0-6
libpcre2-16-0==10.32-5 libpcre2-16-0==10.32-5
libpcre2-8-0==10.32-5 libpcre2-8-0==10.32-5
libqt5core5a==5.11.3+dfsg1-1+deb10u4 libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u4 libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5network5==5.11.3+dfsg1-1+deb10u4 libqt5network5==5.11.3+dfsg1-1+deb10u5
libquadmath0==8.3.0-6 libquadmath0==8.3.0-6
librhash0==1.3.8-1 librhash0==1.3.8-1
libssl-dev==1.1.1n-0+deb10u3 libssl-dev==1.1.1n-0+deb10u3

View File

@ -10,8 +10,8 @@ libc6-dev==2.28-10+deb10u1
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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
libglib2.0-0==2.58.3-2+deb10u3 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
libicu63==63.1-6+deb10u3 libicu63==63.1-6+deb10u3

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+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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,7 +6,7 @@ libbpf0==1:0.3-2~bpo10+1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -4,7 +4,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1 libbsd0==0.9.1-2+deb10u1
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+deb10u3 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
libipt2==2.0-2 libipt2==2.0-2

View File

@ -25,9 +25,9 @@ autopoint==0.21-4
autotools-dev==20180224.1+nmu1 autotools-dev==20180224.1+nmu1
bash-completion==1:2.11-2 bash-completion==1:2.11-2
bc==1.07.1-2+b2 bc==1.07.1-2+b2
bind9-dnsutils==1:9.16.27-1~deb11u1 bind9-dnsutils==1:9.16.33-1~deb11u1
bind9-host==1:9.16.27-1~deb11u1 bind9-host==1:9.16.33-1~deb11u1
bind9-libs==1:9.16.27-1~deb11u1 bind9-libs==1:9.16.33-1~deb11u1
binfmt-support==2.2.1-1 binfmt-support==2.2.1-1
binutils==2.35.2-2 binutils==2.35.2-2
binutils-common==2.35.2-2 binutils-common==2.35.2-2
@ -59,7 +59,7 @@ cpp==4:10.2.1-1
cpp-10==10.2.1-6 cpp-10==10.2.1-6
cppcheck==2.3-1 cppcheck==2.3-1
cron==3.0pl1-137 cron==3.0pl1-137
curl==7.74.0-1.3+deb11u2 curl==7.74.0-1.3+deb11u3
dbus==1.12.20-2 dbus==1.12.20-2
dbus-user-session==1.12.20-2 dbus-user-session==1.12.20-2
dconf-gsettings-backend==0.38.0-2 dconf-gsettings-backend==0.38.0-2
@ -67,7 +67,7 @@ dconf-service==0.38.0-2
dctrl-tools==2.24-3+b1 dctrl-tools==2.24-3+b1
debhelper==13.3.4 debhelper==13.3.4
debian-keyring==2021.07.26 debian-keyring==2021.07.26
debootstrap==1.0.123 debootstrap==1.0.123+deb11u1
default-jdk-headless==2:1.11-72 default-jdk-headless==2:1.11-72
default-jre==2:1.11-72 default-jre==2:1.11-72
default-jre-headless==2:1.11-72 default-jre-headless==2:1.11-72
@ -88,7 +88,7 @@ distro-info-data==0.51+deb11u2
dkms==2.8.4-3 dkms==2.8.4-3
dmeventd==2:1.02.175-2.1 dmeventd==2:1.02.175-2.1
dmsetup==2:1.02.175-2.1 dmsetup==2:1.02.175-2.1
dnsutils==1:9.16.27-1~deb11u1 dnsutils==1:9.16.33-1~deb11u1
docbook==4.5-6 docbook==4.5-6
docbook-dsssl==1.79-9.2 docbook-dsssl==1.79-9.2
docbook-to-man==1:2.0.0-45 docbook-to-man==1:2.0.0-45
@ -96,13 +96,13 @@ docbook-utils==0.6.14-3.4
docbook-xml==4.5-9 docbook-xml==4.5-9
docker-ce==5:20.10.7~3-0~debian-bullseye docker-ce==5:20.10.7~3-0~debian-bullseye
docker-ce-cli==5:20.10.7~3-0~debian-bullseye docker-ce-cli==5:20.10.7~3-0~debian-bullseye
docker-ce-rootless-extras==5:20.10.17~3-0~debian-bullseye docker-ce-rootless-extras==5:20.10.18~3-0~debian-bullseye
docker-scan-plugin==0.17.0~debian-bullseye docker-scan-plugin==0.17.0~debian-bullseye
docutils-common==0.16+dfsg-4 docutils-common==0.16+dfsg-4
dosfstools==4.2-1 dosfstools==4.2-1
doxygen==1.9.1-1 doxygen==1.9.1-1
dpatch==2.0.41 dpatch==2.0.41
dpkg-dev==1.20.11 dpkg-dev==1.20.12
dput==1.1.0 dput==1.1.0
dvipng==1.15-1.1+b1 dvipng==1.15-1.1+b1
dvisvgm==2.11.1-1 dvisvgm==2.11.1-1
@ -115,7 +115,7 @@ equivs==2.3.1
exim4-base==4.94.2-7 exim4-base==4.94.2-7
exim4-config==4.94.2-7 exim4-config==4.94.2-7
exim4-daemon-light==4.94.2-7 exim4-daemon-light==4.94.2-7
expat==2.2.10-2+deb11u3 expat==2.2.10-2+deb11u4
fakeroot==1.25.3-1.1 fakeroot==1.25.3-1.1
file==1:5.39-3 file==1:5.39-3
flex==2.6.4-8 flex==2.6.4-8
@ -148,7 +148,7 @@ ghostscript==9.53.3~dfsg-7+deb11u2
gir1.2-atk-1.0==2.36.0-2 gir1.2-atk-1.0==2.36.0-2
gir1.2-atspi-2.0==2.38.0-4 gir1.2-atspi-2.0==2.38.0-4
gir1.2-freedesktop==1.66.1-1+b1 gir1.2-freedesktop==1.66.1-1+b1
gir1.2-gdkpixbuf-2.0==2.42.2+dfsg-1 gir1.2-gdkpixbuf-2.0==2.42.2+dfsg-1+deb11u1
gir1.2-glib-2.0==1.66.1-1+b1 gir1.2-glib-2.0==1.66.1-1+b1
gir1.2-gtk-3.0==3.24.24-4+deb11u2 gir1.2-gtk-3.0==3.24.24-4+deb11u2
gir1.2-harfbuzz-0.0==2.7.4-1 gir1.2-harfbuzz-0.0==2.7.4-1
@ -207,7 +207,7 @@ jq==1.6-2.1
junit5==5.3.2-4 junit5==5.3.2-4
kernel-wedge==2.104 kernel-wedge==2.104
kmod==28-1 kmod==28-1
krb5-multidev==1.18.3-6+deb11u1 krb5-multidev==1.18.3-6+deb11u2
lcov==1.14-2 lcov==1.14-2
less==551-2 less==551-2
lib32asan6==10.2.1-6 lib32asan6==10.2.1-6
@ -267,9 +267,9 @@ libaugeas0==1.12.0-2
libauparse-dev==1:3.0-2 libauparse-dev==1:3.0-2
libauparse0==1:3.0-2 libauparse0==1:3.0-2
libauthen-sasl-perl==2.1600-1.1 libauthen-sasl-perl==2.1600-1.1
libavahi-client3==0.8-5 libavahi-client3==0.8-5+deb11u1
libavahi-common-data==0.8-5 libavahi-common-data==0.8-5+deb11u1
libavahi-common3==0.8-5 libavahi-common3==0.8-5+deb11u1
libavc1394-0==0.5.4-5 libavc1394-0==0.5.4-5
libavcodec58==7:4.3.4-0+deb11u1 libavcodec58==7:4.3.4-0+deb11u1
libavfilter7==7:4.3.4-0+deb11u1 libavfilter7==7:4.3.4-0+deb11u1
@ -334,15 +334,15 @@ libbsh-java==2.0b4-20
libbz2-dev==1.0.8-4 libbz2-dev==1.0.8-4
libc-ares-dev==1.17.1-1+deb11u1 libc-ares-dev==1.17.1-1+deb11u1
libc-ares2==1.17.1-1+deb11u1 libc-ares2==1.17.1-1+deb11u1
libc-dev-bin==2.31-13+deb11u3 libc-dev-bin==2.31-13+deb11u4
libc-devtools==2.31-13+deb11u3 libc-devtools==2.31-13+deb11u4
libc-l10n==2.31-13+deb11u3 libc-l10n==2.31-13+deb11u4
libc6-dbg==2.31-13+deb11u3 libc6-dbg==2.31-13+deb11u4
libc6-dev==2.31-13+deb11u3 libc6-dev==2.31-13+deb11u4
libc6-dev-i386==2.31-13+deb11u3 libc6-dev-i386==2.31-13+deb11u4
libc6-dev-x32==2.31-13+deb11u3 libc6-dev-x32==2.31-13+deb11u4
libc6-i386==2.31-13+deb11u3 libc6-i386==2.31-13+deb11u4
libc6-x32==2.31-13+deb11u3 libc6-x32==2.31-13+deb11u4
libcaca0==0.99.beta19-2.2 libcaca0==0.99.beta19-2.2
libcacard0==1:2.8.0-3 libcacard0==1:2.8.0-3
libcairo-gobject2==1.16.0-5 libcairo-gobject2==1.16.0-5
@ -403,10 +403,10 @@ libctf0==2.35.2-2
libcunit1==2.1-3-dfsg-2.3 libcunit1==2.1-3-dfsg-2.3
libcunit1-dev==2.1-3-dfsg-2.3 libcunit1-dev==2.1-3-dfsg-2.3
libcups2==2.3.3op2-3+deb11u2 libcups2==2.3.3op2-3+deb11u2
libcurl3-gnutls==7.74.0-1.3+deb11u2 libcurl3-gnutls==7.74.0-1.3+deb11u3
libcurl3-nss==7.74.0-1.3+deb11u2 libcurl3-nss==7.74.0-1.3+deb11u3
libcurl4==7.74.0-1.3+deb11u2 libcurl4==7.74.0-1.3+deb11u3
libcurl4-nss-dev==7.74.0-1.3+deb11u2 libcurl4-nss-dev==7.74.0-1.3+deb11u3
libdaemon-dev==0.14-7.1 libdaemon-dev==0.14-7.1
libdaemon0==0.14-7.1 libdaemon0==0.14-7.1
libdata-dpath-perl==0.58-1 libdata-dpath-perl==0.58-1
@ -445,7 +445,7 @@ libdouble-conversion3==3.1.5-6.1
libdoxia-core-java==1.7-2 libdoxia-core-java==1.7-2
libdoxia-java==1.7-2 libdoxia-java==1.7-2
libdoxia-sitetools-java==1.7.5-2 libdoxia-sitetools-java==1.7.5-2
libdpkg-perl==1.20.11 libdpkg-perl==1.20.12
libdrm-amdgpu1==2.4.104-1 libdrm-amdgpu1==2.4.104-1
libdrm-common==2.4.104-1 libdrm-common==2.4.104-1
libdrm-intel1==2.4.104-1 libdrm-intel1==2.4.104-1
@ -481,8 +481,8 @@ libevent-openssl-2.1-7==2.1.12-stable-1
libevent-pthreads-2.1-7==2.1.12-stable-1 libevent-pthreads-2.1-7==2.1.12-stable-1
libexception-class-perl==1.44-1 libexception-class-perl==1.44-1
libexecs0==1.3-1 libexecs0==1.3-1
libexpat1==2.2.10-2+deb11u3 libexpat1==2.2.10-2+deb11u4
libexpat1-dev==2.2.10-2+deb11u3 libexpat1-dev==2.2.10-2+deb11u4
libexplain-dev==1.4.D001-11 libexplain-dev==1.4.D001-11
libexplain51==1.4.D001-11 libexplain51==1.4.D001-11
libexporter-tiny-perl==1.002002-1 libexporter-tiny-perl==1.002002-1
@ -537,10 +537,10 @@ libgd-perl==2.73-1+b1
libgd3==2.3.0-2 libgd3==2.3.0-2
libgdbm-compat4==1.19-2 libgdbm-compat4==1.19-2
libgdbm6==1.19-2 libgdbm6==1.19-2
libgdk-pixbuf-2.0-0==2.42.2+dfsg-1 libgdk-pixbuf-2.0-0==2.42.2+dfsg-1+deb11u1
libgdk-pixbuf-2.0-dev==2.42.2+dfsg-1 libgdk-pixbuf-2.0-dev==2.42.2+dfsg-1+deb11u1
libgdk-pixbuf2.0-bin==2.42.2+dfsg-1 libgdk-pixbuf2.0-bin==2.42.2+dfsg-1+deb11u1
libgdk-pixbuf2.0-common==2.42.2+dfsg-1 libgdk-pixbuf2.0-common==2.42.2+dfsg-1+deb11u1
libgeronimo-annotation-1.3-spec-java==1.3-1 libgeronimo-annotation-1.3-spec-java==1.3-1
libgeronimo-interceptor-3.0-spec-java==1.0.1-4 libgeronimo-interceptor-3.0-spec-java==1.0.1-4
libgetopt-long-descriptive-perl==0.105-1 libgetopt-long-descriptive-perl==0.105-1
@ -584,7 +584,7 @@ libgs9==9.53.3~dfsg-7+deb11u2
libgs9-common==9.53.3~dfsg-7+deb11u2 libgs9-common==9.53.3~dfsg-7+deb11u2
libgsasl7==1.10.0-4+deb11u1 libgsasl7==1.10.0-4+deb11u1
libgsm1==1.0.18-2 libgsm1==1.0.18-2
libgssrpc4==1.18.3-6+deb11u1 libgssrpc4==1.18.3-6+deb11u2
libgstreamer-plugins-base1.0-0==1.18.4-2 libgstreamer-plugins-base1.0-0==1.18.4-2
libgstreamer1.0-0==1.18.4-2.1 libgstreamer1.0-0==1.18.4-2.1
libgtest-dev==1.10.0.20201025-1.1 libgtest-dev==1.10.0.20201025-1.1
@ -613,7 +613,7 @@ libhtml-parser-perl==3.75-1+b1
libhtml-tagset-perl==3.20-4 libhtml-tagset-perl==3.20-4
libhtml-tree-perl==5.07-2 libhtml-tree-perl==5.07-2
libhttp-cookies-perl==6.10-1 libhttp-cookies-perl==6.10-1
libhttp-daemon-perl==6.12-1 libhttp-daemon-perl==6.12-1+deb11u1
libhttp-date-perl==6.05-1 libhttp-date-perl==6.05-1
libhttp-message-perl==6.28-1 libhttp-message-perl==6.28-1
libhttp-negotiate-perl==6.01-1 libhttp-negotiate-perl==6.01-1
@ -676,7 +676,7 @@ libjemalloc2==5.2.1-3
libjetty9-java==9.4.39-3+deb11u1 libjetty9-java==9.4.39-3+deb11u1
libjpeg62-turbo==1:2.0.6-4 libjpeg62-turbo==1:2.0.6-4
libjq1==1.6-2.1 libjq1==1.6-2.1
libjs-bootstrap4==4.5.2+dfsg1-7 libjs-bootstrap4==4.5.2+dfsg1-8~deb11u1
libjs-d3==3.5.17-4 libjs-d3==3.5.17-4
libjs-jquery==3.5.1+dfsg+~3.5.5-7 libjs-jquery==3.5.1+dfsg+~3.5.5-7
libjs-jquery-hotkeys==0~20130707+git2d51e3a9+dfsg-2.1 libjs-jquery-hotkeys==0~20130707+git2d51e3a9+dfsg-2.1
@ -703,12 +703,12 @@ libjudy-dev==1.0.5-5+b2
libjudydebian1==1.0.5-5+b2 libjudydebian1==1.0.5-5+b2
libjxr-tools==1.1-6+b1 libjxr-tools==1.1-6+b1
libjxr0==1.1-6+b1 libjxr0==1.1-6+b1
libkadm5clnt-mit12==1.18.3-6+deb11u1 libkadm5clnt-mit12==1.18.3-6+deb11u2
libkadm5srv-mit12==1.18.3-6+deb11u1 libkadm5srv-mit12==1.18.3-6+deb11u2
libkdb5-10==1.18.3-6+deb11u1 libkdb5-10==1.18.3-6+deb11u2
libkmod2==28-1 libkmod2==28-1
libkpathsea6==2020.20200327.54578-7 libkpathsea6==2020.20200327.54578-7
libkrb5-dev==1.18.3-6+deb11u1 libkrb5-dev==1.18.3-6+deb11u2
libksba8==1.5.0-3 libksba8==1.5.0-3
liblab-gamut1==2.42.2-5 liblab-gamut1==2.42.2-5
liblapack3==3.9.0-3 liblapack3==3.9.0-3
@ -829,7 +829,7 @@ libnorm1==1.5.9+dfsg-2
libnpth0==1.6-3 libnpth0==1.6-3
libnsl-dev==1.3.0-2 libnsl-dev==1.3.0-2
libnspr4==2:4.29-1 libnspr4==2:4.29-1
libnss-systemd==247.3-7 libnss-systemd==247.3-7+deb11u1
libnss3==2:3.61-1+deb11u2 libnss3==2:3.61-1+deb11u2
libntlm0==1.6-3 libntlm0==1.6-3
libnuma-dev==2.0.12-1+b1 libnuma-dev==2.0.12-1+b1
@ -865,7 +865,7 @@ libpackage-stash-perl==0.39-1
libpackage-stash-xs-perl==0.29-1+b2 libpackage-stash-xs-perl==0.29-1+b2
libpackagekit-glib2-18==1.2.2-2 libpackagekit-glib2-18==1.2.2-2
libpam-cap==1:2.44-1 libpam-cap==1:2.44-1
libpam-systemd==247.3-7 libpam-systemd==247.3-7+deb11u1
libpam0g-dev==1.4.0-9+deb11u1 libpam0g-dev==1.4.0-9+deb11u1
libpango-1.0-0==1.46.2-3 libpango-1.0-0==1.46.2-3
libpango1.0-dev==1.46.2-3 libpango1.0-dev==1.46.2-3
@ -888,10 +888,10 @@ libpci-dev==1:3.7.0-5
libpci3==1:3.7.0-5 libpci3==1:3.7.0-5
libpciaccess0==0.16-1 libpciaccess0==0.16-1
libpcre16-3==2:8.39-13 libpcre16-3==2:8.39-13
libpcre2-16-0==10.36-2 libpcre2-16-0==10.36-2+deb11u1
libpcre2-32-0==10.36-2 libpcre2-32-0==10.36-2+deb11u1
libpcre2-dev==10.36-2 libpcre2-dev==10.36-2+deb11u1
libpcre2-posix2==10.36-2 libpcre2-posix2==10.36-2+deb11u1
libpcre3-dev==2:8.39-13 libpcre3-dev==2:8.39-13
libpcre32-3==2:8.39-13 libpcre32-3==2:8.39-13
libpcrecpp0v5==2:8.39-13 libpcrecpp0v5==2:8.39-13
@ -1083,7 +1083,7 @@ libswscale5==7:4.3.4-0+deb11u1
libsynctex2==2020.20200327.54578-7 libsynctex2==2020.20200327.54578-7
libsys-cpuaffinity-perl==1.13~03-1 libsys-cpuaffinity-perl==1.13~03-1
libsys-hostname-long-perl==1.5-2 libsys-hostname-long-perl==1.5-2
libsystemd-dev==247.3-7 libsystemd-dev==247.3-7+deb11u1
libtag1v5==1.11.1+dfsg.1-3 libtag1v5==1.11.1+dfsg.1-3
libtag1v5-vanilla==1.11.1+dfsg.1-3 libtag1v5-vanilla==1.11.1+dfsg.1-3
libtask-weaken-perl==1.06-1 libtask-weaken-perl==1.06-1
@ -1127,7 +1127,7 @@ libtypes-serialiser-perl==1.01-1
libubsan1==10.2.1-6 libubsan1==10.2.1-6
libuchardet0==0.0.7-1 libuchardet0==0.0.7-1
libucx0==1.10.1~rc1+really.1.10.0-1 libucx0==1.10.1~rc1+really.1.10.0-1
libudev-dev==247.3-7 libudev-dev==247.3-7+deb11u1
libudfread0==1.1.1-1 libudfread0==1.1.1-1
libunbound8==1.13.1-1 libunbound8==1.13.1-1
libunicode-utf8-perl==0.62-1+b2 libunicode-utf8-perl==0.62-1+b2
@ -1286,7 +1286,7 @@ libxmlgraphics-commons-java==2.4-2~deb11u1
libxmlrpc-lite-perl==0.717-4 libxmlrpc-lite-perl==0.717-4
libxmu6==2:1.1.2-2+b3 libxmu6==2:1.1.2-2+b3
libxmuu1==2:1.1.2-2+b3 libxmuu1==2:1.1.2-2+b3
libxnvctrl0==470.103.01-1~deb11u1 libxnvctrl0==470.141.03-1~deb11u1
libxpm4==1:3.5.12-1 libxpm4==1:3.5.12-1
libxrandr-dev==2:1.5.1-1 libxrandr-dev==2:1.5.1-1
libxrandr2==2:1.5.1-1 libxrandr2==2:1.5.1-1
@ -1319,19 +1319,19 @@ libzvbi0==0.2.35-18
libzzip-0-13==0.13.62-3.3+deb11u1 libzzip-0-13==0.13.62-3.3+deb11u1
licensecheck==3.1.1-2 licensecheck==3.1.1-2
lintian==2.104.0 lintian==2.104.0
linux-compiler-gcc-10-x86==5.10.136-1 linux-compiler-gcc-10-x86==5.10.140-1
linux-headers-5.10.0-17-amd64==5.10.136-1 linux-headers-5.10.0-18-amd64==5.10.140-1
linux-headers-5.10.0-17-common==5.10.136-1 linux-headers-5.10.0-18-common==5.10.140-1
linux-headers-amd64==5.10.136-1 linux-headers-amd64==5.10.140-1
linux-kbuild-5.10==5.10.136-1 linux-kbuild-5.10==5.10.140-1
linux-libc-dev==5.10.136-1 linux-libc-dev==5.10.140-1
linuxdoc-tools==0.9.82-1 linuxdoc-tools==0.9.82-1
llvm-11==1:11.0.1-2 llvm-11==1:11.0.1-2
llvm-11-dev==1:11.0.1-2 llvm-11-dev==1:11.0.1-2
llvm-11-runtime==1:11.0.1-2 llvm-11-runtime==1:11.0.1-2
llvm-11-tools==1:11.0.1-2 llvm-11-tools==1:11.0.1-2
lmodern==2.004.5-6.1 lmodern==2.004.5-6.1
locales==2.31-13+deb11u3 locales==2.31-13+deb11u4
logrotate==3.18.0-2+deb11u1 logrotate==3.18.0-2+deb11u1
lsb-release==11.1.0 lsb-release==11.1.0
lsof==4.93.2+dfsg-1.1 lsof==4.93.2+dfsg-1.1
@ -1455,7 +1455,7 @@ procps==2:3.3.17-5
protobuf-compiler==3.12.4-1 protobuf-compiler==3.12.4-1
psmisc==23.4-2 psmisc==23.4-2
psutils==1.17.dfsg-4 psutils==1.17.dfsg-4
publicsuffix==20211207.1025-0+deb11u1 publicsuffix==20220811.1734-0+deb11u1
pylint==2.7.2-3 pylint==2.7.2-3
python-apt-common==2.2.1 python-apt-common==2.2.1
python-babel-localedata==2.8.0+dfsg.1-7 python-babel-localedata==2.8.0+dfsg.1-7
@ -1619,9 +1619,9 @@ strace==5.10-1
sudo==1.9.5p2-3 sudo==1.9.5p2-3
swig==4.0.2-1 swig==4.0.2-1
swig4.0==4.0.2-1 swig4.0==4.0.2-1
systemd==247.3-7 systemd==247.3-7+deb11u1
systemd-sysv==247.3-7 systemd-sysv==247.3-7+deb11u1
systemd-timesyncd==247.3-7 systemd-timesyncd==247.3-7+deb11u1
t1utils==1.41-4 t1utils==1.41-4
tcl==8.6.11+1 tcl==8.6.11+1
tcl8.6==8.6.11+dfsg-1 tcl8.6==8.6.11+dfsg-1
@ -1685,5 +1685,4 @@ xtrans-dev==1.4.0-1
xxd==2:8.2.2434-3+deb11u1 xxd==2:8.2.2434-3+deb11u1
xz-utils==5.2.5-2.1~deb11u1 xz-utils==5.2.5-2.1~deb11u1
zip==3.0-12 zip==3.0-12
zlib1g==1:1.2.11.dfsg-2+deb11u2
zlib1g-dev==1:1.2.11.dfsg-2+deb11u2 zlib1g-dev==1:1.2.11.dfsg-2+deb11u2

View File

@ -17,6 +17,6 @@ libgomp1-armhf-cross==10.2.1-6cross1
libstdc++6-armhf-cross==10.2.1-6cross1 libstdc++6-armhf-cross==10.2.1-6cross1
libubsan1-armhf-cross==10.2.1-6cross1 libubsan1-armhf-cross==10.2.1-6cross1
libxslt1-dev==1.1.34-4+deb11u1 libxslt1-dev==1.1.34-4+deb11u1
linux-headers-5.10.0-17-arm64==5.10.136-1 linux-headers-5.10.0-18-arm64==5.10.140-1
linux-headers-arm64==5.10.136-1 linux-headers-arm64==5.10.140-1
nodejs==14.20.0-deb-1nodesource1 nodejs==14.20.1-deb-1nodesource1

View File

@ -5,7 +5,7 @@ doxygen==1.9.1-2
dvipng==1.15-1.1 dvipng==1.15-1.1
faketime==0.9.8-9 faketime==0.9.8-9
gir1.2-nautilus-3.0==3.38.2-1+deb11u1 gir1.2-nautilus-3.0==3.38.2-1+deb11u1
gir1.2-poppler-0.18==20.09.0-3.1 gir1.2-poppler-0.18==20.09.0-3.1+deb11u1
gir1.2-rsvg-2.0==2.50.3+dfsg-1 gir1.2-rsvg-2.0==2.50.3+dfsg-1
libalgorithm-c3-perl==0.11-1 libalgorithm-c3-perl==0.11-1
libclang-11-dev==1:11.0.1-2 libclang-11-dev==1:11.0.1-2
@ -30,8 +30,8 @@ libmro-compat-perl==0.13-1
libnautilus-extension1a==3.38.2-1+deb11u1 libnautilus-extension1a==3.38.2-1+deb11u1
libpadwalker-perl==2.5-1+b1 libpadwalker-perl==2.5-1+b1
libparams-validationcompiler-perl==0.30-1 libparams-validationcompiler-perl==0.30-1
libpoppler-glib8==20.09.0-3.1 libpoppler-glib8==20.09.0-3.1+deb11u1
libpoppler102==20.09.0-3.1 libpoppler102==20.09.0-3.1+deb11u1
libposix-strptime-perl==0.13-1+b7 libposix-strptime-perl==0.13-1+b7
libsass1==3.6.4+20201122-1 libsass1==3.6.4+20201122-1
libsombok3==2.4.0-2+b1 libsombok3==2.4.0-2+b1
@ -41,11 +41,11 @@ libxapian-dev==1.4.18-3
libxslt1-dev==1.1.34-4+deb11u1 libxslt1-dev==1.1.34-4+deb11u1
libxstring-perl==0.005-1+b1 libxstring-perl==0.005-1+b1
libyaml-tiny-perl==1.73-1 libyaml-tiny-perl==1.73-1
linux-compiler-gcc-10-arm==5.10.136-1 linux-compiler-gcc-10-arm==5.10.140-1
linux-headers-5.10.0-17-armmp==5.10.136-1 linux-headers-5.10.0-18-armmp==5.10.140-1
linux-headers-armmp==5.10.136-1 linux-headers-armmp==5.10.140-1
mat2==0.12.1-2+deb11u1 mat2==0.12.1-2+deb11u1
nodejs==14.20.0-deb-1nodesource1 nodejs==14.20.1-deb-1nodesource1
ps2eps==1.68+binaryfree-3 ps2eps==1.68+binaryfree-3
python3-cairo==1.16.2-4+b2 python3-cairo==1.16.2-4+b2
python3-gi-cairo==3.38.0-2 python3-gi-cairo==3.38.0-2

View File

@ -1,2 +1,2 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==a089281a82f9481e246dcc1292145d0e8635f51c https://chromium.googlesource.com/chromium/tools/depot_tools.git==08bb5c487f80147a236360ea50f4544890530779
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f

View File

@ -82,7 +82,7 @@ pytz==2021.1
pyxdg==0.27 pyxdg==0.27
pyyaml==5.4.1 pyyaml==5.4.1
redis==3.5.3 redis==3.5.3
regex==2022.8.17 regex==2022.9.13
requests==2.25.1 requests==2.25.1
roman==2.0.0 roman==2.0.0
service-identity==18.1.0 service-identity==18.1.0

View File

@ -1,3 +1,3 @@
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15 https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==1227b24db77557d552701f6add122edc https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==71250aebbbc8f21abad06e28ec1fa99b
https://storage.googleapis.com/golang/go1.14.2.linux-amd64.tar.gz==856d248e3ea8a287d13e5f6afd086282 https://storage.googleapis.com/golang/go1.14.2.linux-amd64.tar.gz==856d248e3ea8a287d13e5f6afd086282

View File

@ -36,8 +36,8 @@ bsd-mailx==8.1.2-0.20180807cvs-1
bsdmainutils==11.1.2+b1 bsdmainutils==11.1.2+b1
build-essential==12.6 build-essential==12.6
byacc==20140715-1+b1 byacc==20140715-1+b1
bzip2==1.0.6-9.2~deb10u1 bzip2==1.0.6-9.2~deb10u2
bzip2-doc==1.0.6-9.2~deb10u1 bzip2-doc==1.0.6-9.2~deb10u2
ca-certificates==20200601~deb10u2 ca-certificates==20200601~deb10u2
ca-certificates-java==20190405 ca-certificates-java==20190405
cdbs==0.4.159 cdbs==0.4.159
@ -67,7 +67,7 @@ dconf-service==0.30.1-2
dctrl-tools==2.24-3 dctrl-tools==2.24-3
debhelper==13.3.3~bpo10+1 debhelper==13.3.3~bpo10+1
debian-keyring==2019.02.25 debian-keyring==2019.02.25
debootstrap==1.0.114 debootstrap==1.0.114+deb10u1
default-jdk-headless==2:1.11-71 default-jdk-headless==2:1.11-71
default-jre==2:1.11-71 default-jre==2:1.11-71
default-jre-headless==2:1.11-71 default-jre-headless==2:1.11-71
@ -84,7 +84,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+deb10u4 distro-info-data==0.41+deb10u5
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
@ -111,7 +111,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+deb10u4 expat==2.2.6-2+deb10u5
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
@ -207,8 +207,8 @@ javascript-common==11
jq==1.5+dfsg-2+b1 jq==1.5+dfsg-2+b1
kernel-wedge==2.99 kernel-wedge==2.99
kmod==26-1 kmod==26-1
krb5-locales==1.17-3+deb10u3 krb5-locales==1.17-3+deb10u4
krb5-multidev==1.17-3+deb10u3 krb5-multidev==1.17-3+deb10u4
lcov==1.13-4 lcov==1.13-4
less==487-0.1+b1 less==487-0.1+b1
lib32asan5==8.3.0-6 lib32asan5==8.3.0-6
@ -336,7 +336,8 @@ 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-dev==1.0.6-9.2~deb10u1 libbz2-1.0==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+deb10u1
@ -493,8 +494,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+deb10u4 libexpat1==2.2.6-2+deb10u5
libexpat1-dev==2.2.6-2+deb10u4 libexpat1-dev==2.2.6-2+deb10u5
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
@ -524,10 +525,10 @@ libfontconfig1==2.13.1-2
libfontconfig1-dev==2.13.1-2 libfontconfig1-dev==2.13.1-2
libfontenc1==1:1.1.3-1+b2 libfontenc1==1:1.1.3-1+b2
libfop-java==1:2.3-2 libfop-java==1:2.3-2
libfreetype6==2.9.1-3+deb10u2 libfreetype6==2.9.1-3+deb10u3
libfreetype6-dev==2.9.1-3+deb10u2 libfreetype6-dev==2.9.1-3+deb10u3
libfribidi-dev==1.0.5-3.1+deb10u1 libfribidi-dev==1.0.5-3.1+deb10u2
libfribidi0==1.0.5-3.1+deb10u1 libfribidi0==1.0.5-3.1+deb10u2
libfstrm0==0.4.0-1 libfstrm0==0.4.0-1
libfuture-perl==0.39-1 libfuture-perl==0.39-1
libgail-common==2.24.32-3 libgail-common==2.24.32-3
@ -560,11 +561,11 @@ libgl1-mesa-dri==18.3.6-2+deb10u1
libglapi-mesa==18.3.6-2+deb10u1 libglapi-mesa==18.3.6-2+deb10u1
libgles1==1.1.0-1 libgles1==1.1.0-1
libgles2==1.1.0-1 libgles2==1.1.0-1
libglib2.0-0==2.58.3-2+deb10u3 libglib2.0-0==2.58.3-2+deb10u4
libglib2.0-bin==2.58.3-2+deb10u3 libglib2.0-bin==2.58.3-2+deb10u4
libglib2.0-data==2.58.3-2+deb10u3 libglib2.0-data==2.58.3-2+deb10u4
libglib2.0-dev==2.58.3-2+deb10u3 libglib2.0-dev==2.58.3-2+deb10u4
libglib2.0-dev-bin==2.58.3-2+deb10u3 libglib2.0-dev-bin==2.58.3-2+deb10u4
libglu1-mesa==9.0.0-2.1+b3 libglu1-mesa==9.0.0-2.1+b3
libglu1-mesa-dev==9.0.0-2.1+b3 libglu1-mesa-dev==9.0.0-2.1+b3
libglvnd-core-dev==1.1.0-1 libglvnd-core-dev==1.1.0-1
@ -589,8 +590,8 @@ libgraphite2-dev==1.3.13-7
libgs9==9.27~dfsg-2+deb10u6 libgs9==9.27~dfsg-2+deb10u6
libgs9-common==9.27~dfsg-2+deb10u6 libgs9-common==9.27~dfsg-2+deb10u6
libgsm1==1.0.18-2 libgsm1==1.0.18-2
libgssapi-krb5-2==1.17-3+deb10u3 libgssapi-krb5-2==1.17-3+deb10u4
libgssrpc4==1.17-3+deb10u3 libgssrpc4==1.17-3+deb10u4
libgstreamer-plugins-base1.0-0==1.14.4-2+deb10u1 libgstreamer-plugins-base1.0-0==1.14.4-2+deb10u1
libgstreamer1.0-0==1.14.4-1 libgstreamer1.0-0==1.14.4-1
libgtest-dev==1.8.1-3 libgtest-dev==1.8.1-3
@ -713,16 +714,16 @@ libjudy-dev==1.0.5-5
libjudydebian1==1.0.5-5 libjudydebian1==1.0.5-5
libjxr-tools==1.1-6+b1 libjxr-tools==1.1-6+b1
libjxr0==1.1-6+b1 libjxr0==1.1-6+b1
libk5crypto3==1.17-3+deb10u3 libk5crypto3==1.17-3+deb10u4
libkadm5clnt-mit11==1.17-3+deb10u3 libkadm5clnt-mit11==1.17-3+deb10u4
libkadm5srv-mit11==1.17-3+deb10u3 libkadm5srv-mit11==1.17-3+deb10u4
libkdb5-9==1.17-3+deb10u3 libkdb5-9==1.17-3+deb10u4
libkeyutils1==1.6-6 libkeyutils1==1.6-6
libkmod2==26-1 libkmod2==26-1
libkpathsea6==2018.20181218.49446-1 libkpathsea6==2018.20181218.49446-1
libkrb5-3==1.17-3+deb10u3 libkrb5-3==1.17-3+deb10u4
libkrb5-dev==1.17-3+deb10u3 libkrb5-dev==1.17-3+deb10u4
libkrb5support0==1.17-3+deb10u3 libkrb5support0==1.17-3+deb10u4
libksba8==1.3.5-2 libksba8==1.3.5-2
liblab-gamut1==2.40.1-6+deb10u1 liblab-gamut1==2.40.1-6+deb10u1
liblcms2-2==2.9-3 liblcms2-2==2.9-3
@ -762,9 +763,9 @@ libmagickcore-6.q16-6-extra==8:6.9.10.23+dfsg-2.1+deb10u1
libmagickwand-6.q16-6==8:6.9.10.23+dfsg-2.1+deb10u1 libmagickwand-6.q16-6==8:6.9.10.23+dfsg-2.1+deb10u1
libmail-sendmail-perl==0.80-1 libmail-sendmail-perl==0.80-1
libmailtools-perl==2.18-1 libmailtools-perl==2.18-1
libmariadb-dev==1:10.3.34-0+deb10u1 libmariadb-dev==1:10.3.36-0+deb10u1
libmariadb-dev-compat==1:10.3.34-0+deb10u1 libmariadb-dev-compat==1:10.3.36-0+deb10u1
libmariadb3==1:10.3.34-0+deb10u1 libmariadb3==1:10.3.36-0+deb10u1
libmaven-archiver-java==3.2.0-2 libmaven-archiver-java==3.2.0-2
libmaven-clean-plugin-java==3.1.0-1 libmaven-clean-plugin-java==3.1.0-1
libmaven-common-artifact-filters-java==3.0.1-3 libmaven-common-artifact-filters-java==3.0.1-3
@ -817,7 +818,7 @@ libnet-http-perl==6.18-1
libnet-ip-perl==1.26-2 libnet-ip-perl==1.26-2
libnet-libidn-perl==0.12.ds-3+b1 libnet-libidn-perl==0.12.ds-3+b1
libnet-smtp-ssl-perl==1.04-1 libnet-smtp-ssl-perl==1.04-1
libnet-ssleay-perl==1.85-2+b1 libnet-ssleay-perl==1.85-2+deb10u1
libnetfilter-conntrack-dev==1.0.7-1 libnetfilter-conntrack-dev==1.0.7-1
libnetfilter-conntrack3==1.0.7-1 libnetfilter-conntrack3==1.0.7-1
libnetpbm10==2:10.0-15.3+b2 libnetpbm10==2:10.0-15.3+b2
@ -994,20 +995,20 @@ libqt4-svg==4:4.8.7+dfsg-18+deb10u1
libqt4-test==4:4.8.7+dfsg-18+deb10u1 libqt4-test==4:4.8.7+dfsg-18+deb10u1
libqt4-xml==4:4.8.7+dfsg-18+deb10u1 libqt4-xml==4:4.8.7+dfsg-18+deb10u1
libqt4-xmlpatterns==4:4.8.7+dfsg-18+deb10u1 libqt4-xmlpatterns==4:4.8.7+dfsg-18+deb10u1
libqt5concurrent5==5.11.3+dfsg1-1+deb10u4 libqt5concurrent5==5.11.3+dfsg1-1+deb10u5
libqt5core5a==5.11.3+dfsg1-1+deb10u4 libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u4 libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5gui5==5.11.3+dfsg1-1+deb10u4 libqt5gui5==5.11.3+dfsg1-1+deb10u5
libqt5network5==5.11.3+dfsg1-1+deb10u4 libqt5network5==5.11.3+dfsg1-1+deb10u5
libqt5opengl5==5.11.3+dfsg1-1+deb10u4 libqt5opengl5==5.11.3+dfsg1-1+deb10u5
libqt5opengl5-dev==5.11.3+dfsg1-1+deb10u4 libqt5opengl5-dev==5.11.3+dfsg1-1+deb10u5
libqt5printsupport5==5.11.3+dfsg1-1+deb10u4 libqt5printsupport5==5.11.3+dfsg1-1+deb10u5
libqt5sql5==5.11.3+dfsg1-1+deb10u4 libqt5sql5==5.11.3+dfsg1-1+deb10u5
libqt5sql5-sqlite==5.11.3+dfsg1-1+deb10u4 libqt5sql5-sqlite==5.11.3+dfsg1-1+deb10u5
libqt5svg5==5.11.3-2 libqt5svg5==5.11.3-2
libqt5test5==5.11.3+dfsg1-1+deb10u4 libqt5test5==5.11.3+dfsg1-1+deb10u5
libqt5widgets5==5.11.3+dfsg1-1+deb10u4 libqt5widgets5==5.11.3+dfsg1-1+deb10u5
libqt5xml5==5.11.3+dfsg1-1+deb10u4 libqt5xml5==5.11.3+dfsg1-1+deb10u5
libqtcore4==4:4.8.7+dfsg-18+deb10u1 libqtcore4==4:4.8.7+dfsg-18+deb10u1
libqtdbus4==4:4.8.7+dfsg-18+deb10u1 libqtdbus4==4:4.8.7+dfsg-18+deb10u1
libqtgui4==4:4.8.7+dfsg-18+deb10u1 libqtgui4==4:4.8.7+dfsg-18+deb10u1
@ -1027,8 +1028,8 @@ librhash0==1.3.8-1
librole-tiny-perl==2.000006-1 librole-tiny-perl==2.000006-1
librrd-dev==1.7.1-2 librrd-dev==1.7.1-2
librrd8==1.7.1-2 librrd8==1.7.1-2
librsvg2-2==2.44.10-2.1 librsvg2-2==2.44.10-2.1+deb10u3
librsvg2-common==2.44.10-2.1 librsvg2-common==2.44.10-2.1+deb10u3
librtmp1==2.4+20151223.gitfa8646d.1-2 librtmp1==2.4+20151223.gitfa8646d.1-2
librubberband2==1.8.1-7 librubberband2==1.8.1-7
libruby2.5==2.5.5-3+deb10u4 libruby2.5==2.5.5-3+deb10u4
@ -1080,7 +1081,7 @@ libsoup2.4-1==2.64.2-2
libsoxr0==0.1.2-3 libsoxr0==0.1.2-3
libspeex1==1.2~rc1.2-1+b2 libspeex1==1.2~rc1.2-1+b2
libspice-server1==0.14.0-1.3+deb10u1 libspice-server1==0.14.0-1.3+deb10u1
libsqlite3-0==3.27.2-3+deb10u1 libsqlite3-0==3.27.2-3+deb10u2
libsratom-0-0==0.6.0~dfsg0-1 libsratom-0-0==0.6.0~dfsg0-1
libssh-gcrypt-4==0.8.7-1+deb10u1 libssh-gcrypt-4==0.8.7-1+deb10u1
libssh2-1==1.8.0-2.1 libssh2-1==1.8.0-2.1
@ -1319,7 +1320,7 @@ libxrender-dev==1:0.9.10-1
libxrender1==1:0.9.10-1 libxrender1==1:0.9.10-1
libxshmfence-dev==1.3-1 libxshmfence-dev==1.3-1
libxshmfence1==1.3-1 libxshmfence1==1.3-1
libxslt1.1==1.1.32-2.2~deb10u1 libxslt1.1==1.1.32-2.2~deb10u2
libxss1==1:1.2.3-1 libxss1==1:1.2.3-1
libxt-dev==1:1.1.5-1+b3 libxt-dev==1:1.1.5-1+b3
libxt6==1:1.1.5-1+b3 libxt6==1:1.1.5-1+b3
@ -1373,7 +1374,7 @@ man-db==2.8.5-2
man2html-base==1.6g-11 man2html-base==1.6g-11
manpages==4.16-2 manpages==4.16-2
manpages-dev==4.16-2 manpages-dev==4.16-2
mariadb-common==1:10.3.34-0+deb10u1 mariadb-common==1:10.3.36-0+deb10u1
maven==3.6.0-1 maven==3.6.0-1
maven-debian-helper==2.3.2 maven-debian-helper==2.3.2
maven-repo-helper==1.9.3 maven-repo-helper==1.9.3
@ -1461,12 +1462,12 @@ poppler-data==0.4.9-2
pps-tools==1.0.2-1 pps-tools==1.0.2-1
preview-latex-style==11.91-2 preview-latex-style==11.91-2
pristine-tar==1.46 pristine-tar==1.46
procmail==3.22-26 procmail==3.22-26+deb10u1
procps==2:3.3.15-2 procps==2:3.3.15-2
protobuf-compiler==3.6.1.3-2 protobuf-compiler==3.6.1.3-2
psmisc==23.2-1+deb10u1 psmisc==23.2-1+deb10u1
psutils==1.17.dfsg-4 psutils==1.17.dfsg-4
publicsuffix==20211109.1735-0+deb10u1 publicsuffix==20220811.1734-0+deb10u1
pylint==1.9.4-1 pylint==1.9.4-1
python==2.7.16-1 python==2.7.16-1
python-alabaster==0.7.8-1 python-alabaster==0.7.8-1
@ -1553,9 +1554,9 @@ python-soupsieve==1.8+dfsg-1
python-sphinx==1.8.4-1 python-sphinx==1.8.4-1
python-stdeb==0.8.5-1 python-stdeb==0.8.5-1
python-tk==2.7.16-2 python-tk==2.7.16-2
python-twisted==18.9.0-3 python-twisted==18.9.0-3+deb10u1
python-twisted-bin==18.9.0-3 python-twisted-bin==18.9.0-3+deb10u1
python-twisted-core==18.9.0-3 python-twisted-core==18.9.0-3+deb10u1
python-typing==3.6.6-1 python-typing==3.6.6-1
python-tz==2019.1-1 python-tz==2019.1-1
python-urllib3==1.24.1-1 python-urllib3==1.24.1-1
@ -1605,7 +1606,7 @@ python3-keyring==17.1.1-1
python3-keyrings.alt==3.1.1-1 python3-keyrings.alt==3.1.1-1
python3-lib2to3==3.7.3-1 python3-lib2to3==3.7.3-1
python3-magic==2:0.4.15-2 python3-magic==2:0.4.15-2
python3-mako==1.0.7+ds1-1 python3-mako==1.0.7+ds1-1+deb10u1
python3-markdown==3.0.1-3 python3-markdown==3.0.1-3
python3-markupsafe==1.1.0-1 python3-markupsafe==1.1.0-1
python3-minimal==3.7.3-1 python3-minimal==3.7.3-1
@ -1653,12 +1654,12 @@ qemu-utils==1:3.1+dfsg-8+deb10u9
qt-at-spi==0.4.0-9 qt-at-spi==0.4.0-9
qt4-linguist-tools==4:4.8.7+dfsg-18+deb10u1 qt4-linguist-tools==4:4.8.7+dfsg-18+deb10u1
qt4-qmake==4:4.8.7+dfsg-18+deb10u1 qt4-qmake==4:4.8.7+dfsg-18+deb10u1
qt5-default==5.11.3+dfsg1-1+deb10u4 qt5-default==5.11.3+dfsg1-1+deb10u5
qt5-gtk-platformtheme==5.11.3+dfsg1-1+deb10u4 qt5-gtk-platformtheme==5.11.3+dfsg1-1+deb10u5
qt5-qmake==5.11.3+dfsg1-1+deb10u4 qt5-qmake==5.11.3+dfsg1-1+deb10u5
qt5-qmake-bin==5.11.3+dfsg1-1+deb10u4 qt5-qmake-bin==5.11.3+dfsg1-1+deb10u5
qtbase5-dev==5.11.3+dfsg1-1+deb10u4 qtbase5-dev==5.11.3+dfsg1-1+deb10u5
qtbase5-dev-tools==5.11.3+dfsg1-1+deb10u4 qtbase5-dev-tools==5.11.3+dfsg1-1+deb10u5
qtchooser==66-2 qtchooser==66-2
qtcore4-l10n==4:4.8.7+dfsg-18+deb10u1 qtcore4-l10n==4:4.8.7+dfsg-18+deb10u1
qttranslations5-l10n==5.11.3-2 qttranslations5-l10n==5.11.3-2
@ -1730,7 +1731,7 @@ tk8.6==8.6.9-2
tk8.6-blt2.5==2.5.3+dfsg-4 tk8.6-blt2.5==2.5.3+dfsg-4
ucf==3.0038+nmu1 ucf==3.0038+nmu1
unattended-upgrades==1.11.2 unattended-upgrades==1.11.2
unzip==6.0-23+deb10u2 unzip==6.0-23+deb10u3
uuid-dev==2.33.1-0.1 uuid-dev==2.33.1-0.1
va-driver-all==2.4.0-1 va-driver-all==2.4.0-1
vdpau-driver-all==1.1.1-10 vdpau-driver-all==1.1.1-10
@ -1766,10 +1767,11 @@ xfonts-utils==1:7.7+6
xkb-data==2.26-2 xkb-data==2.26-2
xml-core==0.18+nmu1 xml-core==0.18+nmu1
xorg-sgml-doctools==1:1.11-1 xorg-sgml-doctools==1:1.11-1
xsltproc==1.1.32-2.2~deb10u1 xsltproc==1.1.32-2.2~deb10u2
xterm==344-1+deb10u2 xterm==344-1+deb10u2
xtrans-dev==1.3.5-1 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-dev==1:1.2.11.dfsg-1+deb10u1 zlib1g==1:1.2.11.dfsg-1+deb10u2
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -3,5 +3,5 @@ libdrm-etnaviv1==2.4.97-1
libdrm-freedreno1==2.4.97-1 libdrm-freedreno1==2.4.97-1
libdrm-tegra0==2.4.97-1 libdrm-tegra0==2.4.97-1
libtext-iconv-perl==1.7-5+b6 libtext-iconv-perl==1.7-5+b6
libxslt1-dev==1.1.32-2.2~deb10u1 libxslt1-dev==1.1.32-2.2~deb10u2
nodejs==14.20.0-deb-1nodesource1 nodejs==14.20.1-deb-1nodesource1

View File

@ -97,13 +97,13 @@ libsombok3==2.4.0-2
libspecio-perl==0.43-1 libspecio-perl==0.43-1
libunicode-linebreak-perl==0.0.20190101-1 libunicode-linebreak-perl==0.0.20190101-1
libxapian-dev==1.4.11-1 libxapian-dev==1.4.11-1
libxslt1-dev==1.1.32-2.2~deb10u1 libxslt1-dev==1.1.32-2.2~deb10u2
libyaml-tiny-perl==1.73-1 libyaml-tiny-perl==1.73-1
linux-compiler-gcc-8-arm==4.19.249-2 linux-compiler-gcc-8-arm==4.19.249-2
llvm-6.0==1:6.0.1-10 llvm-6.0==1:6.0.1-10
llvm-6.0-dev==1:6.0.1-10 llvm-6.0-dev==1:6.0.1-10
llvm-6.0-runtime==1:6.0.1-10 llvm-6.0-runtime==1:6.0.1-10
nodejs==14.20.0-deb-1nodesource1 nodejs==14.20.1-deb-1nodesource1
ps2eps==1.68+binaryfree-2 ps2eps==1.68+binaryfree-2
rdfind==1.4.1-1 rdfind==1.4.1-1
sassc==3.5.0-1 sassc==3.5.0-1

View File

@ -1,2 +1,2 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==a089281a82f9481e246dcc1292145d0e8635f51c https://chromium.googlesource.com/chromium/tools/depot_tools.git==08bb5c487f80147a236360ea50f4544890530779
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f

View File

@ -46,7 +46,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==4.6.3 pyfakefs==4.7.0
pygments==2.3.1 pygments==2.3.1
pygobject==3.30.4 pygobject==3.30.4
pympler==0.8 pympler==0.8
@ -62,7 +62,7 @@ pytz==2019.1
pyxdg==0.25 pyxdg==0.25
pyyaml==5.4.1 pyyaml==5.4.1
redis==3.5.3 redis==3.5.3
regex==2022.8.17 regex==2022.9.13
requests==2.21.0 requests==2.21.0
roman==2.0.0 roman==2.0.0
secretstorage==2.3.1 secretstorage==2.3.1

View File

@ -1,3 +1,3 @@
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15 https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==1227b24db77557d552701f6add122edc https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==71250aebbbc8f21abad06e28ec1fa99b
https://storage.googleapis.com/golang/go1.14.2.linux-amd64.tar.gz==856d248e3ea8a287d13e5f6afd086282 https://storage.googleapis.com/golang/go1.14.2.linux-amd64.tar.gz==856d248e3ea8a287d13e5f6afd086282

View File

@ -1,2 +1,2 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==a089281a82f9481e246dcc1292145d0e8635f51c https://chromium.googlesource.com/chromium/tools/depot_tools.git==08bb5c487f80147a236360ea50f4544890530779
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f

View File

@ -1,5 +1,5 @@
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15 https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==1227b24db77557d552701f6add122edc https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==71250aebbbc8f21abad06e28ec1fa99b
https://sonicstorage.blob.core.windows.net/packages/cmake/cmake-data_3.13.2-1_bpo9%2B1_all.deb?st=2020-03-27T02%3A22%3A24Z&se=2100-03-26T19%3A00%3A00Z&sp=rl&sv=2018-03-28&sr=b&sig=Xby%2Bm3OZOjPB%2FSlDbHD65yDcPzAgoys%2FA3vK8RB4BzA%3D==147cf42f3a68f6d6f1e53d95a599a1af https://sonicstorage.blob.core.windows.net/packages/cmake/cmake-data_3.13.2-1_bpo9%2B1_all.deb?st=2020-03-27T02%3A22%3A24Z&se=2100-03-26T19%3A00%3A00Z&sp=rl&sv=2018-03-28&sr=b&sig=Xby%2Bm3OZOjPB%2FSlDbHD65yDcPzAgoys%2FA3vK8RB4BzA%3D==147cf42f3a68f6d6f1e53d95a599a1af
https://sonicstorage.blob.core.windows.net/packages/cmake/cmake_3.13.2-1_bpo9%2B1_amd64.deb?st=2020-03-27T02%3A27%3A21Z&se=2100-03-26T19%3A00%3A00Z&sp=rl&sv=2018-03-28&sr=b&sig=4MvmmDBQuicFEJYakLm7xCNU19yJ8GIP4ankFSnITKY%3D==e75c741e8b6918b8f03625e456fa0275 https://sonicstorage.blob.core.windows.net/packages/cmake/cmake_3.13.2-1_bpo9%2B1_amd64.deb?st=2020-03-27T02%3A27%3A21Z&se=2100-03-26T19%3A00%3A00Z&sp=rl&sv=2018-03-28&sr=b&sig=4MvmmDBQuicFEJYakLm7xCNU19yJ8GIP4ankFSnITKY%3D==e75c741e8b6918b8f03625e456fa0275
https://storage.googleapis.com/golang/go1.14.2.linux-amd64.tar.gz==856d248e3ea8a287d13e5f6afd086282 https://storage.googleapis.com/golang/go1.14.2.linux-amd64.tar.gz==856d248e3ea8a287d13e5f6afd086282

View File

@ -1,6 +1,6 @@
adduser==3.118 adduser==3.118
apt==2.2.4 apt==2.2.4
base-files==11.1+deb11u4 base-files==11.1+deb11u5
base-passwd==3.5.51 base-passwd==3.5.51
bash==5.1-2+deb11u1 bash==5.1-2+deb11u1
bsdutils==1:2.36.1-8+deb11u1 bsdutils==1:2.36.1-8+deb11u1
@ -10,7 +10,7 @@ debconf==1.5.77
debian-archive-keyring==2021.1.1 debian-archive-keyring==2021.1.1
debianutils==4.11.2 debianutils==4.11.2
diffutils==1:3.7-5 diffutils==1:3.7-5
dpkg==1.20.11 dpkg==1.20.12
e2fsprogs==1.46.2-2 e2fsprogs==1.46.2-2
findutils==4.8.0-1 findutils==4.8.0-1
gcc-10-base==10.2.1-6 gcc-10-base==10.2.1-6
@ -27,8 +27,8 @@ libaudit-common==1:3.0-2
libaudit1==1:3.0-2 libaudit1==1:3.0-2
libblkid1==2.36.1-8+deb11u1 libblkid1==2.36.1-8+deb11u1
libbz2-1.0==1.0.8-4 libbz2-1.0==1.0.8-4
libc-bin==2.31-13+deb11u3 libc-bin==2.31-13+deb11u4
libc6==2.31-13+deb11u3 libc6==2.31-13+deb11u4
libcap-ng0==0.7.9-2.2+b1 libcap-ng0==0.7.9-2.2+b1
libcom-err2==1.46.2-2 libcom-err2==1.46.2-2
libcrypt1==1:4.4.18-4 libcrypt1==1:4.4.18-4
@ -39,15 +39,15 @@ libffi7==3.3-6
libgcc-s1==10.2.1-6 libgcc-s1==10.2.1-6
libgcrypt20==1.8.7-6 libgcrypt20==1.8.7-6
libgmp10==2:6.2.1+dfsg-1+deb11u1 libgmp10==2:6.2.1+dfsg-1+deb11u1
libgnutls30==3.7.1-5+deb11u1 libgnutls30==3.7.1-5+deb11u2
libgpg-error0==1.38-2 libgpg-error0==1.38-2
libgssapi-krb5-2==1.18.3-6+deb11u1 libgssapi-krb5-2==1.18.3-6+deb11u2
libhogweed6==3.7.3-1 libhogweed6==3.7.3-1
libidn2-0==2.3.0-5 libidn2-0==2.3.0-5
libk5crypto3==1.18.3-6+deb11u1 libk5crypto3==1.18.3-6+deb11u2
libkeyutils1==1.6.1-2 libkeyutils1==1.6.1-2
libkrb5-3==1.18.3-6+deb11u1 libkrb5-3==1.18.3-6+deb11u2
libkrb5support0==1.18.3-6+deb11u1 libkrb5support0==1.18.3-6+deb11u2
liblz4-1==1.9.3-2 liblz4-1==1.9.3-2
liblzma5==5.2.5-2.1~deb11u1 liblzma5==5.2.5-2.1~deb11u1
libmount1==2.36.1-8+deb11u1 libmount1==2.36.1-8+deb11u1
@ -58,7 +58,7 @@ libpam-modules==1.4.0-9+deb11u1
libpam-modules-bin==1.4.0-9+deb11u1 libpam-modules-bin==1.4.0-9+deb11u1
libpam-runtime==1.4.0-9+deb11u1 libpam-runtime==1.4.0-9+deb11u1
libpam0g==1.4.0-9+deb11u1 libpam0g==1.4.0-9+deb11u1
libpcre2-8-0==10.36-2 libpcre2-8-0==10.36-2+deb11u1
libpcre3==2:8.39-13 libpcre3==2:8.39-13
libseccomp2==2.5.1-1+deb11u1 libseccomp2==2.5.1-1+deb11u1
libselinux1==3.1-3 libselinux1==3.1-3
@ -69,12 +69,12 @@ libsmartcols1==2.36.1-8+deb11u1
libss2==1.46.2-2 libss2==1.46.2-2
libssl1.1==1.1.1n-0+deb11u3 libssl1.1==1.1.1n-0+deb11u3
libstdc++6==10.2.1-6 libstdc++6==10.2.1-6
libsystemd0==247.3-7 libsystemd0==247.3-7+deb11u1
libtasn1-6==4.16.0-2 libtasn1-6==4.16.0-2
libtinfo6==6.2+20201114-2 libtinfo6==6.2+20201114-2
libtirpc-common==1.3.1-1 libtirpc-common==1.3.1-1+deb11u1
libtirpc3==1.3.1-1 libtirpc3==1.3.1-1+deb11u1
libudev1==247.3-7 libudev1==247.3-7+deb11u1
libunistring2==0.9.10-4 libunistring2==0.9.10-4
libuuid1==2.36.1-8+deb11u1 libuuid1==2.36.1-8+deb11u1
libxxhash0==0.8.0-2 libxxhash0==0.8.0-2
@ -91,6 +91,6 @@ perl-base==5.32.1-4+deb11u2
sed==4.7-1 sed==4.7-1
sysvinit-utils==2.96-7+deb11u1 sysvinit-utils==2.96-7+deb11u1
tar==1.34+dfsg-1 tar==1.34+dfsg-1
tzdata==2021a-1+deb11u4 tzdata==2021a-1+deb11u5
util-linux==2.36.1-8+deb11u1 util-linux==2.36.1-8+deb11u1
zlib1g==1:1.2.11.dfsg-2+deb11u1 zlib1g==1:1.2.11.dfsg-2+deb11u2

View File

@ -23,7 +23,7 @@ cpio==2.13+dfsg-4
cpp==4:10.2.1-1 cpp==4:10.2.1-1
cpp-10==10.2.1-6 cpp-10==10.2.1-6
cron==3.0pl1-137 cron==3.0pl1-137
curl==7.74.0-1.3+deb11u2 curl==7.74.0-1.3+deb11u3
dbus==1.12.20-2 dbus==1.12.20-2
device-tree-compiler==1.6.0-1 device-tree-compiler==1.6.0-1
dirmngr==2.2.27-2+deb11u2 dirmngr==2.2.27-2+deb11u2
@ -32,7 +32,7 @@ dmidecode==3.3-2
dmsetup==2:1.02.175-2.1 dmsetup==2:1.02.175-2.1
docker-ce==5:20.10.7~3-0~debian-bullseye docker-ce==5:20.10.7~3-0~debian-bullseye
docker-ce-cli==5:20.10.7~3-0~debian-bullseye docker-ce-cli==5:20.10.7~3-0~debian-bullseye
dpkg-dev==1.20.11 dpkg-dev==1.20.12
ebtables==2.0.11-4+b1 ebtables==2.0.11-4+b1
efibootmgr==17-1 efibootmgr==17-1
fdisk==2.36.1-8+deb11u1 fdisk==2.36.1-8+deb11u1
@ -64,8 +64,8 @@ gpg-wks-client==2.2.27-2+deb11u2
gpg-wks-server==2.2.27-2+deb11u2 gpg-wks-server==2.2.27-2+deb11u2
gpgconf==2.2.27-2+deb11u2 gpgconf==2.2.27-2+deb11u2
gpgsm==2.2.27-2+deb11u2 gpgsm==2.2.27-2+deb11u2
grub-common==2.04-20 grub-common==2.06-3~deb11u1
grub2-common==2.04-20 grub2-common==2.06-3~deb11u1
haveged==1.9.14-1 haveged==1.9.14-1
hdparm==9.60+ds-1 hdparm==9.60+ds-1
hping3==3.a2.ds2-10 hping3==3.a2.ds2-10
@ -103,9 +103,9 @@ libbrotli-dev==1.0.9-2+b2
libbrotli1==1.0.9-2+b2 libbrotli1==1.0.9-2+b2
libbsd0==0.11.3-1 libbsd0==0.11.3-1
libc-ares2==1.17.1-1+deb11u1 libc-ares2==1.17.1-1+deb11u1
libc-dev-bin==2.31-13+deb11u3 libc-dev-bin==2.31-13+deb11u4
libc-l10n==2.31-13+deb11u3 libc-l10n==2.31-13+deb11u4
libc6-dev==2.31-13+deb11u3 libc6-dev==2.31-13+deb11u4
libcairo-gobject2==1.16.0-5 libcairo-gobject2==1.16.0-5
libcairo-script-interpreter2==1.16.0-5 libcairo-script-interpreter2==1.16.0-5
libcairo2==1.16.0-5 libcairo2==1.16.0-5
@ -119,23 +119,23 @@ libcrypt-dev==1:4.4.18-4
libcryptsetup12==2:2.3.7-1+deb11u1 libcryptsetup12==2:2.3.7-1+deb11u1
libctf-nobfd0==2.35.2-2 libctf-nobfd0==2.35.2-2
libctf0==2.35.2-2 libctf0==2.35.2-2
libcurl3-gnutls==7.74.0-1.3+deb11u2 libcurl3-gnutls==7.74.0-1.3+deb11u3
libcurl4==7.74.0-1.3+deb11u2 libcurl4==7.74.0-1.3+deb11u3
libdbd-sqlite3-perl==1.66-1+b1 libdbd-sqlite3-perl==1.66-1+b1
libdbi-perl==1.643-3+b1 libdbi-perl==1.643-3+b1
libdbus-1-3==1.12.20-2 libdbus-1-3==1.12.20-2
libdbus-1-dev==1.12.20-2 libdbus-1-dev==1.12.20-2
libdevmapper1.02.1==2:1.02.175-2.1 libdevmapper1.02.1==2:1.02.175-2.1
libdns-export1110==1:9.11.19+dfsg-2.1 libdns-export1110==1:9.11.19+dfsg-2.1
libdpkg-perl==1.20.11 libdpkg-perl==1.20.12
libdw1==0.183-1 libdw1==0.183-1
libedit2==3.1-20191231-2+b1 libedit2==3.1-20191231-2+b1
libefiboot1==37-6 libefiboot1==37-6
libefivar1==37-6 libefivar1==37-6
libelf1==0.183-1 libelf1==0.183-1
libestr0==0.1.10-2.1+b1 libestr0==0.1.10-2.1+b1
libexpat1==2.2.10-2+deb11u3 libexpat1==2.2.10-2+deb11u4
libexpat1-dev==2.2.10-2+deb11u3 libexpat1-dev==2.2.10-2+deb11u4
libfastjson4==0.99.9-1 libfastjson4==0.99.9-1
libfdisk1==2.36.1-8+deb11u1 libfdisk1==2.36.1-8+deb11u1
libfdt1==1.6.0-1 libfdt1==1.6.0-1
@ -159,7 +159,6 @@ libglib2.0-bin==2.66.8-1
libglib2.0-data==2.66.8-1 libglib2.0-data==2.66.8-1
libglib2.0-dev==2.66.8-1 libglib2.0-dev==2.66.8-1
libglib2.0-dev-bin==2.66.8-1 libglib2.0-dev-bin==2.66.8-1
libgnutls30==3.7.1-5+deb11u2
libgomp1==10.2.1-6 libgomp1==10.2.1-6
libgpm2==1.20.7-8 libgpm2==1.20.7-8
libgrpc++-dev==1.30.2-3 libgrpc++-dev==1.30.2-3
@ -224,10 +223,10 @@ libpam-tacplus==1.4.1-1
libpcap0.8==1.10.0-2 libpcap0.8==1.10.0-2
libpci3==1:3.7.0-5 libpci3==1:3.7.0-5
libpcre16-3==2:8.39-13 libpcre16-3==2:8.39-13
libpcre2-16-0==10.36-2 libpcre2-16-0==10.36-2+deb11u1
libpcre2-32-0==10.36-2 libpcre2-32-0==10.36-2+deb11u1
libpcre2-dev==10.36-2 libpcre2-dev==10.36-2+deb11u1
libpcre2-posix2==10.36-2 libpcre2-posix2==10.36-2+deb11u1
libpcre3-dev==2:8.39-13 libpcre3-dev==2:8.39-13
libpcre32-3==2:8.39-13 libpcre32-3==2:8.39-13
libpcrecpp0v5==2:8.39-13 libpcrecpp0v5==2:8.39-13
@ -262,12 +261,10 @@ libssl-dev==1.1.1n-0+deb11u3
libstdc++-10-dev==10.2.1-6 libstdc++-10-dev==10.2.1-6
libswsscommon==1.0.0 libswsscommon==1.0.0
libsysfs2==2.1.0+repack-7 libsysfs2==2.1.0+repack-7
libsystemd-dev==247.3-7 libsystemd-dev==247.3-7+deb11u1
libtac2==1.4.1-1 libtac2==1.4.1-1
libtcl8.6==8.6.11+dfsg-1 libtcl8.6==8.6.11+dfsg-1
libtirpc-common==1.3.1-1+deb11u1
libtirpc-dev==1.3.1-1+deb11u1 libtirpc-dev==1.3.1-1+deb11u1
libtirpc3==1.3.1-1+deb11u1
libtsan0==10.2.1-6 libtsan0==10.2.1-6
libubootenv-tool==0.3.2-0.1 libubootenv-tool==0.3.2-0.1
libubootenv0.1==0.3.2-0.1 libubootenv0.1==0.3.2-0.1
@ -298,8 +295,8 @@ libyang==1.0.73
libyang-cpp==1.0.73 libyang-cpp==1.0.73
linux-base==4.6 linux-base==4.6
linux-image-5.10.0-8-2-amd64-unsigned==5.10.46-4 linux-image-5.10.0-8-2-amd64-unsigned==5.10.46-4
linux-libc-dev==5.10.136-1 linux-libc-dev==5.10.140-1
locales==2.31-13+deb11u3 locales==2.31-13+deb11u4
logrotate==3.18.0-2+deb11u1 logrotate==3.18.0-2+deb11u1
lsb-release==11.1.0 lsb-release==11.1.0
make==4.3-4.1 make==4.3-4.1
@ -316,7 +313,7 @@ ndisc6==1.0.4-2
net-tools==1.60+git20181103.0eebece-1 net-tools==1.60+git20181103.0eebece-1
netbase==6.3 netbase==6.3
netfilter-persistent==1.0.15 netfilter-persistent==1.0.15
ntp==1:4.2.8p15+dfsg-1+deb10u2 ntp==1:4.2.8p15+dfsg-1
ntpstat==0.0.0.1-2+b1 ntpstat==0.0.0.1-2+b1
opennsl-modules==6.1.0.3 opennsl-modules==6.1.0.3
openssh-client==1:8.4p1-5+deb11u1 openssh-client==1:8.4p1-5+deb11u1
@ -378,15 +375,15 @@ swig==4.0.2-1
swig4.0==4.0.2-1 swig4.0==4.0.2-1
sx-kernel==1.mlnx.4.5.2318 sx-kernel==1.mlnx.4.5.2318
sysfsutils==2.1.0+repack-7 sysfsutils==2.1.0+repack-7
systemd==247.3-7 systemd==247.3-7+deb11u1
systemd-sonic-generator==1.0.0 systemd-sonic-generator==1.0.0
systemd-sysv==247.3-7 systemd-sysv==247.3-7+deb11u1
tcpdump==4.99.0-2+deb11u1 tcpdump==4.99.0-2+deb11u1
tcptraceroute==1.5beta7+debian-4.1+b1 tcptraceroute==1.5beta7+debian-4.1+b1
traceroute==1:2.1.0-2+b1 traceroute==1:2.1.0-2+b1
u-boot-tools==2021.01+dfsg-5 u-boot-tools==2021.01+dfsg-5
ucf==3.0043 ucf==3.0043
udev==247.3-7 udev==247.3-7+deb11u1
unzip==6.0-26+deb11u1 unzip==6.0-26+deb11u1
usbutils==1:013-3 usbutils==1:013-3
uuid-dev==2.36.1-8+deb11u1 uuid-dev==2.36.1-8+deb11u1
@ -400,5 +397,4 @@ xorg-sgml-doctools==1:1.11-1.1
xtrans-dev==1.4.0-1 xtrans-dev==1.4.0-1
xxd==2:8.2.2434-3+deb11u1 xxd==2:8.2.2434-3+deb11u1
xz-utils==5.2.5-2.1~deb11u1 xz-utils==5.2.5-2.1~deb11u1
zlib1g==1:1.2.11.dfsg-2+deb11u2
zlib1g-dev==1:1.2.11.dfsg-2+deb11u2 zlib1g-dev==1:1.2.11.dfsg-2+deb11u2

View File

@ -8,6 +8,7 @@ libxml2-dev==2.9.10+dfsg-6.7+deb11u2
libxslt1-dev==1.1.34-4+deb11u1 libxslt1-dev==1.1.34-4+deb11u1
libxslt1.1==1.1.34-4+deb11u1 libxslt1.1==1.1.34-4+deb11u1
linux-image-5.10.0-8-2-arm64-unsigned==5.10.46-4 linux-image-5.10.0-8-2-arm64-unsigned==5.10.46-4
ntp==1:4.2.8p15+dfsg-1+deb10u2
ntpstat==0.0.0.1-2 ntpstat==0.0.0.1-2
picocom==3.1-2 picocom==3.1-2
traceroute==1:2.1.0-2 traceroute==1:2.1.0-2

View File

@ -9,6 +9,7 @@ libxslt1-dev==1.1.34-4+deb11u1
libxslt1.1==1.1.34-4+deb11u1 libxslt1.1==1.1.34-4+deb11u1
linux-image-5.10.0-8-2-armmp==5.10.46-4 linux-image-5.10.0-8-2-armmp==5.10.46-4
mrvlprestera==1.0 mrvlprestera==1.0
ntp==1:4.2.8p15+dfsg-1+deb10u2
ntpstat==0.0.0.1-2 ntpstat==0.0.0.1-2
picocom==3.1-2 picocom==3.1-2
traceroute==1:2.1.0-2 traceroute==1:2.1.0-2

View File

@ -3,20 +3,20 @@ azure-nspkg==3.0.2
azure-storage==0.36.0 azure-storage==0.36.0
bitarray==1.5.3 bitarray==1.5.3
blessed==1.19.1 blessed==1.19.1
certifi==2022.6.15 certifi==2022.9.24
cffi==1.15.1 cffi==1.15.1
charset-normalizer==2.1.1 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==37.0.4 cryptography==38.0.1
docker==5.0.3 docker==5.0.3
docker-image-py==0.1.12 docker-image-py==0.1.12
enlighten==1.10.2 enlighten==1.10.2
filelock==3.8.0 filelock==3.8.0
grpcio==1.39.0 grpcio==1.39.0
grpcio-tools==1.39.0 grpcio-tools==1.39.0
idna==3.3 idna==3.4
ijson==2.6.1 ijson==2.6.1
ipaddr==2.2.0 ipaddr==2.2.0
ipaddress==1.0.23 ipaddress==1.0.23
@ -37,7 +37,7 @@ pddf-platform==1.0
pexpect==4.8.0 pexpect==4.8.0
prefixed==0.3.2 prefixed==0.3.2
prettyprinter==0.18.0 prettyprinter==0.18.0
protobuf==3.20.1 protobuf==3.20.2
psutil==5.9.2 psutil==5.9.2
ptyprocess==0.7.0 ptyprocess==0.7.0
pyang==2.5.3 pyang==2.5.3
@ -51,7 +51,7 @@ python-apt==2.2.1
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.8.17 regex==2022.9.13
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