Skip to content

Commit

Permalink
Merge branch 'intf_cfg_dep_healthd' of github.com:vivekrnv/sonic-buil…
Browse files Browse the repository at this point in the history
…dimage into intf_cfg_dep_healthd
  • Loading branch information
vivekrnv committed May 10, 2023
2 parents a7f6bf9 + e5b0456 commit 551544b
Show file tree
Hide file tree
Showing 52 changed files with 2,322 additions and 99 deletions.
6 changes: 3 additions & 3 deletions Makefile.work
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ endif
ifneq ($(SECURE_UPGRADE_DEV_SIGNING_KEY),)
DOCKER_RUN += -v $(SECURE_UPGRADE_DEV_SIGNING_KEY):$(SECURE_UPGRADE_DEV_SIGNING_KEY):ro
endif
ifneq ($(SECURE_UPGRADE_DEV_SIGNING_CERT),)
DOCKER_RUN += -v $(SECURE_UPGRADE_DEV_SIGNING_CERT):$(SECURE_UPGRADE_DEV_SIGNING_CERT):ro
ifneq ($(SECURE_UPGRADE_SIGNING_CERT),)
DOCKER_RUN += -v $(SECURE_UPGRADE_SIGNING_CERT):$(SECURE_UPGRADE_SIGNING_CERT):ro
endif
# Mount the Signing prod tool in the slave container
$(info "SECURE_UPGRADE_PROD_SIGNING_TOOL": "$(SECURE_UPGRADE_PROD_SIGNING_TOOL)")
Expand Down Expand Up @@ -545,7 +545,7 @@ SONIC_BUILD_INSTRUCTION := $(MAKE) \
SONIC_ENABLE_SECUREBOOT_SIGNATURE=$(SONIC_ENABLE_SECUREBOOT_SIGNATURE) \
SECURE_UPGRADE_MODE=$(SECURE_UPGRADE_MODE) \
SECURE_UPGRADE_DEV_SIGNING_KEY=$(SECURE_UPGRADE_DEV_SIGNING_KEY) \
SECURE_UPGRADE_DEV_SIGNING_CERT=$(SECURE_UPGRADE_DEV_SIGNING_CERT) \
SECURE_UPGRADE_SIGNING_CERT=$(SECURE_UPGRADE_SIGNING_CERT) \
SECURE_UPGRADE_PROD_SIGNING_TOOL=$(SECURE_UPGRADE_PROD_SIGNING_TOOL) \
SONIC_DEFAULT_CONTAINER_REGISTRY=$(DEFAULT_CONTAINER_REGISTRY) \
ENABLE_HOST_SERVICE_ON_START=$(ENABLE_HOST_SERVICE_ON_START) \
Expand Down
10 changes: 5 additions & 5 deletions build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ if [[ $SECURE_UPGRADE_MODE == 'dev' || $SECURE_UPGRADE_MODE == "prod" && $SONIC_
shim-unsigned \
grub-efi

if [ ! -f $SECURE_UPGRADE_DEV_SIGNING_CERT ]; then
echo "Error: SONiC SECURE_UPGRADE_DEV_SIGNING_CERT=$SECURE_UPGRADE_DEV_SIGNING_CERT key missing"
if [ ! -f $SECURE_UPGRADE_SIGNING_CERT ]; then
echo "Error: SONiC SECURE_UPGRADE_SIGNING_CERT=$SECURE_UPGRADE_SIGNING_CERT key missing"
exit 1
fi

Expand All @@ -664,7 +664,7 @@ if [[ $SECURE_UPGRADE_MODE == 'dev' || $SECURE_UPGRADE_MODE == "prod" && $SONIC_
sudo ./scripts/signing_secure_boot_dev.sh -a $CONFIGURED_ARCH \
-r $FILESYSTEM_ROOT \
-l $LINUX_KERNEL_VERSION \
-c $SECURE_UPGRADE_DEV_SIGNING_CERT \
-c $SECURE_UPGRADE_SIGNING_CERT \
-p $SECURE_UPGRADE_DEV_SIGNING_KEY
elif [[ $SECURE_UPGRADE_MODE == "prod" ]]; then
# Here Vendor signing should be implemented
Expand All @@ -679,12 +679,12 @@ if [[ $SECURE_UPGRADE_MODE == 'dev' || $SECURE_UPGRADE_MODE == "prod" && $SONIC_

# verifying all EFI files and kernel modules in $OUTPUT_SEC_BOOT_DIR
sudo ./scripts/secure_boot_signature_verification.sh -e $OUTPUT_SEC_BOOT_DIR \
-c $SECURE_UPGRADE_DEV_SIGNING_CERT \
-c $SECURE_UPGRADE_SIGNING_CERT \
-k $FILESYSTEM_ROOT

# verifying vmlinuz file.
sudo ./scripts/secure_boot_signature_verification.sh -e $FILESYSTEM_ROOT/boot/vmlinuz-${LINUX_KERNEL_VERSION}-${CONFIGURED_ARCH} \
-c $SECURE_UPGRADE_DEV_SIGNING_CERT \
-c $SECURE_UPGRADE_SIGNING_CERT \
-k $FILESYSTEM_ROOT
fi
echo "Secure Boot support build stage: END."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ linux-headers-5.10.0-18-2-common==5.10.140-1
lldpd==1.0.4-1
lm-sensors==1:3.6.0-7
mft==4.22.1-15
mlnx-sai==1.mlnx.SAIBuild2211.23.1.0
net-tools==1.60+git20181103.0eebece-1
python-thrift==0.11.0-4
python3-swsscommon==1.0.0
Expand All @@ -51,6 +50,7 @@ python3-yang==1.0.73
sonic-dhcp6relay==1.0.0-0
sonic-dhcpmon==1.0.0-0
sonic-eventd==1.0.0-0
sonic-linkmgrd==1.0.0-1
sonic-mgmt-common==1.0.0
sonic-mgmt-common-codegen==1.0.0
sonic-platform-pddf==1.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
libnl-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
linux-headers-5.10.0-18-2-arm64==5.10.140-1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
libnl-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
linux-headers-5.10.0-18-2-armmp==5.10.140-1
mrvllibsai==1.10.2-1

This file was deleted.

6 changes: 3 additions & 3 deletions files/build/versions/default/versions-git
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==9e36ef60d0b3b3da1d79cf388275697281d27f21
https://chromium.googlesource.com/chromium/tools/depot_tools.git==b5cec8c8674bbf180cb47a6705cd5f4545fb11a0
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f
https://github.com/CESNET/libyang.git==9a4e5b2ce30b9696116d6e654ee55caab5aafed8
https://github.com/daveolson53/audisp-tacplus.git==559c9f22edd4f2dea0ecedffb3ad9502b12a75b6
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
https://github.com/dyninc/OpenBFDD.git==e35f43ad8d2b3f084e96a84c392528a90d05a287
https://github.com/flashrom/flashrom.git==f3c21c6439f8bbd2911f120c55f301982ecd35bc
https://github.com/FreeRADIUS/freeradius-server.git==acbe80209d91065af2a13321815efb2ee75afb22
https://github.com/flashrom/flashrom.git==ba18f3e58e6ddd9711e96e1b2b9f5f2337bae1df
https://github.com/FreeRADIUS/freeradius-server.git==b8e50fd31cf52668e34694d13f3edc114520dd00
https://github.com/FreeRADIUS/pam_radius.git==8d373539bb9f13b0abfe8bcae0095a930a00fad0
https://github.com/jeroennijhof/pam_tacplus.git==4284d9016e64def2bb81d5f50f96dc3b59bfdc39
https://github.com/jpirko/libteam.git==61e27812c1074a865d7e1a778c0ce442837c28d7
Expand Down
22 changes: 11 additions & 11 deletions files/build/versions/default/versions-mirror
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
deb.nodesource.com_node%5f14.x_dists_bullseye==2023-02-17T00:35:28Z
deb.nodesource.com_node%5f14.x_dists_buster==2023-02-17T00:35:28Z
debian==20230418T000224Z
debian-security==20230418T000228Z
download.docker.com_linux_debian_dists_bullseye==2023-04-17T19:08:09Z
debian==20230423T000202Z
debian-security==20230423T000205Z
download.docker.com_linux_debian_dists_bullseye==2023-04-19T12:26:03Z
download.docker.com_linux_debian_dists_buster==2023-04-17T19:08:10Z
packages.microsoft.com_repos_sonic-dev_dists_jessie==2022-10-31T19:34:29Z
packages.trafficmanager.net_snapshot_debian-security_20230418T000228Z_dists_bullseye-security==2023-04-17T21:55:39Z
packages.trafficmanager.net_snapshot_debian-security_20230418T000228Z_dists_buster_updates==2023-04-17T21:55:38Z
packages.trafficmanager.net_snapshot_debian_20230418T000224Z_dists_bullseye==2022-12-17T10:14:37Z
packages.trafficmanager.net_snapshot_debian_20230418T000224Z_dists_bullseye-backports==2023-04-17T20:10:42Z
packages.trafficmanager.net_snapshot_debian_20230418T000224Z_dists_bullseye-updates==2023-04-17T20:10:42Z
packages.trafficmanager.net_snapshot_debian_20230418T000224Z_dists_buster==2022-09-10T11:30:54Z
packages.trafficmanager.net_snapshot_debian_20230418T000224Z_dists_buster-backports==2023-04-17T20:10:42Z
packages.trafficmanager.net_snapshot_debian_20230418T000224Z_dists_buster-updates==2023-04-17T20:10:42Z
packages.trafficmanager.net_snapshot_debian-security_20230423T000205Z_dists_bullseye-security==2023-04-22T16:05:37Z
packages.trafficmanager.net_snapshot_debian-security_20230423T000205Z_dists_buster_updates==2023-04-22T16:05:37Z
packages.trafficmanager.net_snapshot_debian_20230423T000202Z_dists_bullseye==2022-12-17T10:14:37Z
packages.trafficmanager.net_snapshot_debian_20230423T000202Z_dists_bullseye-backports==2023-04-22T20:09:43Z
packages.trafficmanager.net_snapshot_debian_20230423T000202Z_dists_bullseye-updates==2023-04-22T20:09:44Z
packages.trafficmanager.net_snapshot_debian_20230423T000202Z_dists_buster==2022-09-10T11:30:54Z
packages.trafficmanager.net_snapshot_debian_20230423T000202Z_dists_buster-backports==2023-04-22T20:09:44Z
packages.trafficmanager.net_snapshot_debian_20230423T000202Z_dists_buster-updates==2023-04-22T20:09:44Z
2 changes: 1 addition & 1 deletion files/build/versions/default/versions-web
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ https://deb.debian.org/debian/pool/main/k/kdump-tools/kdump-tools_1.6.8.4.tar.xz
https://deb.nodesource.com/gpgkey/nodesource.gpg.key==003b51a89a133b5db4cca98b2dea3117
https://deb.nodesource.com/node_14.x/dists/bullseye/Release==6b7d50c433d129d4c6fd95bdf56070fa
https://deb.nodesource.com/node_14.x/dists/buster/Release==42875141604382f0abb4d047f645dfe1
https://deb.nodesource.com/setup_14.x==7e3b27b12367cbc79d788cd43bbc917c
https://deb.nodesource.com/setup_14.x==1c9de9348c0acd5f2ee422a6d0c333b3
https://download.docker.com/linux/debian/gpg==1afae06b34a13c1b3d9cb61a26285a15
https://github.com/aristanetworks/sonic-firmware/raw/446f30ccd8626f904d89d5798da7294948e090a6/phy/phy-credo_1.0_amd64.deb==6c3d6c32477615cbe049b9161ce15bd5
https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnplatform_20221130_sai_1.11.0_deb11.deb==4a77e5f35b75ad7ce062f631581b40e2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
j2cli==0.3.10
jinja2==3.1.2
markupsafe==2.1.2
pip==23.1
pip==23.1.1
setuptools==49.6.0
supervisor==4.2.1
supervisord-dependent-startup==1.4.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ca-certificates==20200601~deb10u2
curl==7.64.0-4+deb10u5
curl==7.64.0-4+deb10u6
jq==1.5+dfsg-2+b1
less==487-0.1+b1
libatomic1==8.3.0-6
libcurl4==7.64.0-4+deb10u5
libcurl4==7.64.0-4+deb10u6
libdaemon0==0.14-7
libdbus-1-3==1.12.24-0+deb10u1
libestr0==0.1.10-2.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
j2cli==0.3.10
jinja2==3.1.2
markupsafe==2.1.2
pip==23.1
pip==23.1.1
setuptools==49.6.0
supervisor==4.2.1
supervisord-dependent-startup==1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ libicu-dev==67.1-7
libicu67==67.1-7
libnsl-dev==1.3.0-2
libtirpc-dev==1.3.1-1+deb11u1
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2-dev==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
libxml2-dev==2.9.10+dfsg-6.7+deb11u4
libxslt1-dev==1.1.34-4+deb11u1
libxslt1.1==1.1.34-4+deb11u1
linux-libc-dev==5.10.162-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ libicu-dev==67.1-7
libicu67==67.1-7
libnsl-dev==1.3.0-2
libtirpc-dev==1.3.1-1+deb11u1
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2-dev==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
libxml2-dev==2.9.10+dfsg-6.7+deb11u4
libxslt1-dev==1.1.34-4+deb11u1
libxslt1.1==1.1.34-4+deb11u1
linux-libc-dev==5.10.162-1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
async-timeout==4.0.2
bitarray==1.5.3
ijson==2.6.1
importlib-metadata==6.5.0
importlib-metadata==6.6.0
ipaddress==1.0.23
jsondiff==2.0.0
lxml==4.9.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libsource-highlight-common==3.1.9-3
libsource-highlight4v5==3.1.9-3+b1
libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
lldpd==1.0.4-1
lldpd-dbgsym==1.0.4-1
openssh-client==1:8.4p1-5+deb11u1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ libxcb-shm0==1.14-3
libxcb1==1.14-3
libxdmcp6==1:1.1.2-3
libxext6==2:1.3.3-1.1
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
libxrender1==1:0.9.10-1
lm-sensors==1:3.6.0-7
lm-sensors-dbgsym==1:3.6.0-7
Expand Down
6 changes: 3 additions & 3 deletions files/build/versions/dockers/docker-ptf/versions-deb-buster
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake-data==3.13.4-1
cpp==4:8.3.0-1
cpp-8==8.3.0-6
cron==3.0pl1-134+deb10u1
curl==7.64.0-4+deb10u5
curl==7.64.0-4+deb10u6
dbus==1.12.24-0+deb10u1
dbus-user-session==1.12.24-0+deb10u1
dconf-gsettings-backend==0.30.1-2
Expand Down Expand Up @@ -113,8 +113,8 @@ libcryptsetup12==2:2.1.0-5+deb10u2
libcups2==2.2.10-6+deb10u6
libcupsfilters1==1.21.6-5
libcupsimage2==2.2.10-6+deb10u6
libcurl3-gnutls==7.64.0-4+deb10u5
libcurl4==7.64.0-4+deb10u5
libcurl3-gnutls==7.64.0-4+deb10u6
libcurl4==7.64.0-4+deb10u6
libdaemon0==0.14-7
libdata-dump-perl==1.23-1
libdatrie1==0.2.12-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ libunwind-dev==1.3.2-2
libunwind8==1.3.2-2
libusb-1.0-0==2:1.0.24-3
libuv1==1.40.0-2
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.162-1
pkg-config==0.29.2-1
python-pip-whl==20.3.4-4+deb11u1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libbabeltrace1==1.5.6-2+deb10u1
libbsd0==0.9.1-2+deb10u1
libcjson-dev==1.7.10-1.1+deb10u1
libcjson1==1.7.10-1.1+deb10u1
libcurl3-gnutls==7.64.0-4+deb10u5
libcurl3-gnutls==7.64.0-4+deb10u6
libdw1==0.176-1.1
libedit2==3.1-20181209-1
libglib2.0-0==2.58.3-2+deb10u4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ libsodium-dev==1.0.18-1
libteam-utils==1.30-1
libtirpc-dev==1.3.1-1+deb11u1
libunwind8==1.3.2-2
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2-dev==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
libxml2-dev==2.9.10+dfsg-6.7+deb11u4
libyang2==2.0.112-6
libzmq3-dev==4.3.4-1
linux-libc-dev==5.10.162-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libtirpc-dev==1.3.1-1+deb11u1
libunwind-dev==1.3.2-2
libunwind8==1.3.2-2
libusb-1.0-0==2:1.0.24-3
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.162-1
pkg-config==0.29.2-1
syncd==1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libtirpc-dev==1.3.1-1+deb11u1
libtsan0==10.2.1-6
libubsan1==10.2.1-6
libuv1==1.40.0-2
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.162-1
mailcap==3.69
make==4.3-4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libtirpc-dev==1.3.1-1+deb11u1
libtsan0==10.2.1-6
libubsan1==10.2.1-6
libuv1==1.40.0-2
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.162-1
mailcap==3.69
make==4.3-4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libtirpc-dev==1.3.1-1+deb11u1
libtsan0==10.2.1-6
libubsan1==10.2.1-6
libuv1==1.40.0-2
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.162-1
mailcap==3.69
make==4.3-4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libswsscommon-dbg==1.0.0
libswsscommon-dbgsym==1.0.0
libtirpc-dev==1.3.1-1+deb11u1
libunwind8==1.3.2-2
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.162-1
mft==4.22.1-15
mlnx-sai==1.mlnx.SAIBuild2211.23.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1325,9 +1325,9 @@ libxml-sax-perl==1.02+dfsg-1
libxml-simple-perl==2.25-1
libxml-twig-perl==1:3.52-1
libxml-xpathengine-perl==0.14-1
libxml2==2.9.10+dfsg-6.7+deb11u3
libxml2-dev==2.9.10+dfsg-6.7+deb11u3
libxml2-utils==2.9.10+dfsg-6.7+deb11u3
libxml2==2.9.10+dfsg-6.7+deb11u4
libxml2-dev==2.9.10+dfsg-6.7+deb11u4
libxml2-utils==2.9.10+dfsg-6.7+deb11u4
libxmlgraphics-commons-java==2.4-2~deb11u1
libxmlrpc-lite-perl==0.717-4
libxmu6==2:1.1.2-2+b3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ parameterized==0.8.1
parse==1.6.6
pexpect==4.8.0
pillow==9.4.0
pip==23.1
pip==23.1.1
pluggy==0.13.0
ptyprocess==0.7.0
py==1.10.0
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cpp==4:8.3.0-1
cpp-8==8.3.0-6
cppcheck==1.86-1
cron==3.0pl1-134+deb10u1
curl==7.64.0-4+deb10u5
curl==7.64.0-4+deb10u6
dbus==1.12.24-0+deb10u1
dbus-user-session==1.12.24-0+deb10u1
dconf-gsettings-backend==0.30.1-2
Expand Down Expand Up @@ -416,9 +416,9 @@ libcunit1-dev==2.1-3-dfsg-2+b12
libcups2==2.2.10-6+deb10u6
libcupsfilters1==1.21.6-5
libcupsimage2==2.2.10-6+deb10u6
libcurl3-gnutls==7.64.0-4+deb10u5
libcurl4==7.64.0-4+deb10u5
libcurl4-openssl-dev==7.64.0-4+deb10u5
libcurl3-gnutls==7.64.0-4+deb10u6
libcurl4==7.64.0-4+deb10u6
libcurl4-openssl-dev==7.64.0-4+deb10u6
libdaemon-dev==0.14-7
libdaemon0==0.14-7
libdata-dump-perl==1.23-1
Expand Down Expand Up @@ -951,10 +951,10 @@ libpostproc55==7:4.1.10-0+deb10u1
libpotrace0==1.15-1
libprocps7==2:3.3.15-2
libprotobuf-c1==1.3.1-1+b1
libprotobuf-dev==3.6.1.3-2
libprotobuf-lite17==3.6.1.3-2
libprotobuf17==3.6.1.3-2
libprotoc17==3.6.1.3-2
libprotobuf-dev==3.6.1.3-2+deb10u1
libprotobuf-lite17==3.6.1.3-2+deb10u1
libprotobuf17==3.6.1.3-2+deb10u1
libprotoc17==3.6.1.3-2+deb10u1
libproxy1v5==0.4.15-5+deb10u1
libpsl5==0.20.2-2
libpsm-infinipath1==3.3+20.604758e7-6
Expand Down Expand Up @@ -1470,7 +1470,7 @@ preview-latex-style==11.91-2
pristine-tar==1.46
procmail==3.22-26+deb10u1
procps==2:3.3.15-2
protobuf-compiler==3.6.1.3-2
protobuf-compiler==3.6.1.3-2+deb10u1
psmisc==23.2-1+deb10u1
psutils==1.17.dfsg-4
publicsuffix==20220811.1734-0+deb10u1
Expand Down
4 changes: 2 additions & 2 deletions files/build/versions/dockers/sonic-slave-buster/versions-py3
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gcovr==4.1
gpg==1.12.0
idna==2.6
imagesize==1.0.0
importlib-metadata==6.5.0
importlib-metadata==6.6.0
jinja2==3.0.3
keyring==17.1.1
keyrings.alt==3.1.1
Expand All @@ -41,7 +41,7 @@ parameterized==0.8.1
pbr==4.2.0
pexpect==4.8.0
pillow==9.4.0
pip==23.1
pip==23.1.1
pluggy==0.8.0
ptyprocess==0.7.0
py==1.7.0
Expand Down
Loading

0 comments on commit 551544b

Please sign in to comment.