Skip to content

Commit 9252231

Browse files
authored
Merge pull request sonic-net#587 from mssonicbld/sonicbld/202412-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202411 to 202412
2 parents 20cf9f8 + 0877098 commit 9252231

File tree

33 files changed

+511
-3437
lines changed

33 files changed

+511
-3437
lines changed

device/mellanox/x86_64-nvidia_sn5640_simx-r0/ACS-SN5640/sai_5640.xml

+325-3,331
Large diffs are not rendered by default.

device/nokia/armhf-nokia_ixs7215_52x-r0/Nokia-7215/sai.profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ mode=1
22
hwId=et6448m
33
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/profile.ini
44
switchProfile=/usr/share/sonic/hwsku/SAI-M0-48x1G-4x10G.xml
5-
createSwitchTimeout=90
5+
createSwitchTimeout=120

device/nvidia-bluefield/arm64-nvda_bf-bf3comdpu/platform.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"fan_drawers": [],
77
"psus": [],
88
"thermals": [],
9-
"sfps": []
9+
"sfps": [],
10+
"disk": {
11+
"device" : "/dev/nvme0n1"
12+
}
1013
},
1114
"interfaces": {
1215
"Ethernet0": {
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
group:sonic-bmp
21
program:openbmpd
32
program:bmpcfgd

dockers/docker-sonic-bmp/supervisord.conf

-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ stderr_logfile=syslog
3939
dependent_startup=true
4040
dependent_startup_wait_for=rsyslogd:running
4141

42-
[group:sonic-bmp]
43-
programs=openbmpd,bmpcfgd
44-
4542
[program:bmpcfgd]
4643
command=python3 /usr/local/bin/bmpcfgd
4744
priority=3

files/build/versions/build/build-sonic-slave-bookworm/versions-deb-bookworm

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bfscripts==4.9.0-13347
22
doca-cx-libs==2.8.0064-1
3-
kernel-mft-dkms==4.30.0-136
3+
kernel-mft-dkms==4.30.2-23
44
kernel-mft-dkms-modules-6.1.0-22-2-arm64==4.28.0
55
libdashapi==1.0.0
66
libdoca-cx-libs-dev==2.8.0064-1
@@ -44,6 +44,7 @@ mlnx-dpdk==22.11.0-2407.0.6
4444
mlnx-dpdk-dev==22.11.0-2407.0.6
4545
mlnx-iproute2==6.9.0-1.2407061
4646
mlnx-ofed-kernel-utils==24.07.OFED.24.07.0.6.1.1-1
47+
mlnx-sai==1.mlnx.SAIBuild2411.2405.30.1
4748
mlnx-tools==24.07.0-1.2407061
4849
mlxbf-bootctl==2.1
4950
mlxbf-bootimages==4.9.0-13347
@@ -60,5 +61,5 @@ sonic-mgmt-common==1.0.0
6061
sonic-mgmt-common-codegen==1.0.0
6162
sonic-platform-pddf==1.1
6263
sonic-platform-pddf-sym==1.1
63-
sys-sdk-dev==1.mlnx.4.7.2152
64-
sys-sdk-main==1.mlnx.4.7.2152
64+
sys-sdk-dev==1.mlnx.4.7.2166
65+
sys-sdk-main==1.mlnx.4.7.2166
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mrvllibsai==1.14.0-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
linux-headers-6.1.0-22-2-armmp==6.1.94-1
2-
mrvllibsai==1.14.0-1

files/build/versions/build/build-sonic-slave-bookworm/versions-py3

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pycparser==2.22
3333
pynacl==1.5.0
3434
pyroute2==0.7.12
3535
python-arptable==0.0.2
36-
python-sdk-api==4.7.2152
36+
python-sdk-api==4.7.2166
3737
pyyaml==6.0.1
3838
scp==0.14.5
3939
semantic-version==2.10.0
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
bitarray==2.8.1
12
ijson==3.2.3
23
ipaddress==1.0.23
34
jsondiff==2.2.1
45
natsort==6.2.1
56
netaddr==0.8.0
7+
pyyaml==6.0.1
68
tabulate==0.9.0
79
xmltodict==0.12.0

files/build/versions/build/build-sonic-slave-bullseye/versions-py3-all-arm64

-2
This file was deleted.
+8-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
https://chromium.googlesource.com/chromium/tools/depot_tools.git==ce28e377d6cc483d53c500059a85f3cc24d7719b
1+
https://chromium.googlesource.com/chromium/tools/depot_tools.git==6e2031a2ddde16d317c670c9f59ca19de11d7ed2
22
https://github.com/aristanetworks/swi-tools.git==989aec67105f565836364b4167c9566c132d0b54
33
https://github.com/CESNET/libyang.git==03e294d83b610f89e8ba7b2156a80dc0ad534443
44
https://github.com/daveolson53/audisp-tacplus.git==559c9f22edd4f2dea0ecedffb3ad9502b12a75b6
55
https://github.com/daveolson53/libnss-tacplus.git==19008ab68d9d504aa58eb34d5f564755a1613b8b
66
https://github.com/dyninc/OpenBFDD.git==e35f43ad8d2b3f084e96a84c392528a90d05a287
7-
https://github.com/flashrom/flashrom.git==52a495b4437b2752650141b3435e82b7de211774
8-
https://github.com/FreeRADIUS/freeradius-server.git==e1a5202d8ae1df8951e57a9e891b9522d2c95847
7+
https://github.com/flashrom/flashrom.git==15e6b337437b906a817a87481301dec53b77bb66
8+
https://github.com/FreeRADIUS/freeradius-server.git==2ed588ee9c560f1789f1d8d54a3aeffb1e252587
99
https://github.com/FreeRADIUS/pam_radius.git==5e043859f177f12fed604da0f8e4c7577acadcb9
1010
https://github.com/jeroennijhof/pam_tacplus.git==b839c440e33c36eced9dcbc287fcfe6237c4c4ce
1111
https://github.com/lguohan/gnxi.git==3adf8b97755b49947e465b5a14645f11e79fa0cd
1212
https://github.com/Mellanox/libpsample.git==62bb27d9a49424e45191eee81df7ce0d8c74e774
1313
https://github.com/openconfig/oc-pyang.git==4607fd1987d4f586aba03b40f222015cb3ef8161
1414
https://github.com/p4lang/ptf.git==c554f83685186be4cfa9387eb5d6d700d2bbd7c0
1515
https://github.com/p4lang/scapy-vxlan.git==85ffe83da156568ee47a0750f638227e6e1d7479
16-
https://github.com/redis/librdb.git==bcd3db9bfa430e3d032692df413e1e49e4355d12
17-
https://github.com/sflow/host-sflow==61094a1f3cfacf8980aa44b4170625abb77d8814
18-
https://github.com/sflow/sflowtool==4b51fce9abf1096682922a85746f613039fc4570
19-
https://github.com/sonic-net/DASH.git==36772258eeef13990e97b02da2d7fe3c928cc742
20-
https://salsa.debian.org/kernel-team/initramfs-tools.git==11d8981b3a304b240fbe46da3ca25635f37dc308
16+
https://github.com/redis/librdb.git==664a7be04b1da8759eed0447d73d6430cd487680
17+
https://github.com/sflow/host-sflow==489de4cdcc9fcc76f4fd3366ece2bc030f647fce
18+
https://github.com/sflow/sflowtool==0ee84f23ae9a107fbd08fd1c33b21a2415a5fc18
19+
https://github.com/sonic-net/DASH.git==abd0d1a591adbd18c0586776fab741aa2a857660
20+
https://salsa.debian.org/kernel-team/initramfs-tools.git==fe0846fea0879e7f7b206409eb0420a9e4fa2d68
2121
https://salsa.debian.org/sk-guest/monit.git==c9da7ebb1f35dfba17b50b5969a6e75e29cbec0d
2222
https://salsa.debian.org/tai271828/rasdaemon.git==51a7f485f8b2e2ae43e613f19c5a387595174132
+19-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
archive.ubuntu.com_ubuntu_dists_focal==2020-04-23T17:33:17Z
2-
archive.ubuntu.com_ubuntu_dists_focal-backports==2025-01-16T02:07:09Z
3-
archive.ubuntu.com_ubuntu_dists_focal-updates==2025-01-16T04:27:49Z
2+
archive.ubuntu.com_ubuntu_dists_focal-backports==2025-02-01T00:20:19Z
3+
archive.ubuntu.com_ubuntu_dists_focal-updates==2025-02-01T02:06:07Z
44
deb.nodesource.com_node%5f14.x_dists_bookworm==2023-02-17T00:35:29Z
55
deb.nodesource.com_node%5f14.x_dists_bullseye==2023-02-17T00:35:28Z
66
deb.nodesource.com_node%5f14.x_dists_buster==2023-02-17T00:35:28Z
7-
debian==20250115T001042Z
8-
debian-security==20250113T000924Z
9-
download.docker.com_linux_debian_dists_bookworm==2025-01-13T17:51:54Z
10-
download.docker.com_linux_debian_dists_bullseye==2025-01-13T17:51:55Z
7+
debian==20250130T000911Z
8+
debian-security==20250130T000857Z
9+
download.docker.com_linux_debian_dists_bookworm==2025-01-22T16:40:51Z
10+
download.docker.com_linux_debian_dists_bullseye==2025-01-22T16:40:51Z
1111
download.docker.com_linux_debian_dists_buster==2024-06-17T16:53:50Z
12-
packages.trafficmanager.net_snapshot_debian-security_20250113T000924Z_dists_bookworm-security==2025-01-12T13:02:51Z
13-
packages.trafficmanager.net_snapshot_debian-security_20250113T000924Z_dists_bullseye-security==2025-01-12T13:02:50Z
14-
packages.trafficmanager.net_snapshot_debian-security_20250113T000924Z_dists_buster_updates==2024-12-29T19:56:34Z
15-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_bookworm==2025-01-11T10:25:55Z
16-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_bookworm-backports==2025-01-14T20:18:29Z
17-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_bookworm-updates==2025-01-14T20:18:29Z
18-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_bullseye==2024-08-31T11:02:15Z
19-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_bullseye-backports==2025-01-14T20:18:29Z
20-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_bullseye-updates==2025-01-14T20:18:29Z
21-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_buster==2023-06-10T08:53:33Z
22-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_buster-backports==2024-03-09T20:54:54Z
23-
packages.trafficmanager.net_snapshot_debian_20250115T001042Z_dists_buster-updates==2023-06-10T08:55:10Z
24-
security.ubuntu.com_ubuntu_dists_focal-security==2025-01-16T02:00:40Z
12+
packages.trafficmanager.net_snapshot_debian-security_20250130T000857Z_dists_bookworm-security==2025-01-29T21:49:59Z
13+
packages.trafficmanager.net_snapshot_debian-security_20250130T000857Z_dists_bullseye-security==2025-01-29T21:49:59Z
14+
packages.trafficmanager.net_snapshot_debian-security_20250130T000857Z_dists_buster_updates==2024-12-29T19:56:34Z
15+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_bookworm==2025-01-11T10:25:55Z
16+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_bookworm-backports==2025-01-29T20:14:27Z
17+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_bookworm-updates==2025-01-29T20:14:27Z
18+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_bullseye==2024-08-31T11:02:15Z
19+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_bullseye-backports==2025-01-29T20:14:27Z
20+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_bullseye-updates==2025-01-29T20:14:27Z
21+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_buster==2023-06-10T08:53:33Z
22+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_buster-backports==2024-03-09T20:54:54Z
23+
packages.trafficmanager.net_snapshot_debian_20250130T000911Z_dists_buster-updates==2023-06-10T08:55:10Z
24+
security.ubuntu.com_ubuntu_dists_focal-security==2025-02-01T00:11:12Z

files/build/versions/default/versions-web

+10-10
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ http://download.opensuse.org/repositories/home:/p4lang/Debian_11/p4lang-pi_0.1.0
2121
http://download.opensuse.org/repositories/home:/p4lang/Debian_11/p4lang-pi_0.1.0-15.dsc==ee4f5c84d621a5dbfbe368baad031af4
2222
http://download.opensuse.org/repositories/home:/p4lang/Debian_11/p4lang-pi_0.1.0.orig.tar.gz==551d3780d615557674e93fa11210499d
2323
http://www.mellanox.com/downloads/MFT/mft-4.28.0-96-arm64-deb.tgz==39b3244a00029f97734ee75e5a321065
24-
http://www.mellanox.com/downloads/MFT/mft-4.30.0-136-x86_64-deb.tgz==620218635de414a8ea74ec070f561687
24+
http://www.mellanox.com/downloads/MFT/mft-4.30.2-23-x86_64-deb.tgz==7551c4e5f2f9de935d8080cee2a1613f
2525
https://archive.apache.org/dist/thrift/0.14.1/thrift-0.14.1.tar.gz==c64434548438df2cb1e53fb27c600e85
2626
https://bootstrap.pypa.io/pip/2.7/get-pip.py==60e8267eb1b7bc71dc4843eb7bd294d3
2727
https://deb.debian.org/debian/pool/main/k/kdump-tools/kdump-tools_1.8.1.dsc==cf20d7dc926e6efb6946622f25728074
@@ -80,15 +80,15 @@ https://github.com/Mellanox/sonic-bluefield-packages/releases/download/dpu-sdk-2
8080
https://github.com/Mellanox/sonic-bluefield-packages/releases/download/dpu-sdk-24.10-RC2-bookworm//rxp-compiler_22.05.1_arm64.deb==dd7265c708beffaf4a1dc4cdeac28c6e
8181
https://github.com/Mellanox/sonic-bluefield-packages/releases/download/dpu-sdk-24.10-RC2-bookworm//sdn-appliance_1.5-1mlnx1_arm64.deb==7edb3bcc674120c639893de415f57ee8
8282
https://github.com/Mellanox/sonic-bluefield-packages/releases/download/rshim-2.0.29-bookworm-amd64/rshim_2.0.29_amd64.deb==f78f52c7e36ddeb04602c11c95b10181
83-
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2014.2152/fw-SPC-rel-13_2014_2152-EVB.mfa==babfa2ef97a8ede9117d7cbb90e2d7fb
84-
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2014.2152/fw-SPC2-rel-29_2014_2152-EVB.mfa==4c295069787235062d2285de2b0bcebc
85-
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2014.2152/fw-SPC3-rel-30_2014_2152-EVB.mfa==4de8fb09e063a6e1bd4ffcc9871fb012
86-
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2014.2152/fw-SPC4-rel-34_2014_2152-EVB.mfa==c78f6d1a91f21ce5aad1dda94d348fd2
87-
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sai-SAIBuild2405.30.0.1-bookworm-amd64/mlnx-sai-dbgsym_1.mlnx.SAIBuild2405.30.0.1_amd64.deb==70abd85ef56281179b3af98ed3827529
88-
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sai-SAIBuild2405.30.0.1-bookworm-amd64/mlnx-sai_1.mlnx.SAIBuild2405.30.0.1_amd64.deb==7a75ad03185ff72a1419752f6a4c2b76
89-
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.7.2152-bookworm-amd64/sys-sdk_1.mlnx.4.7.2152_amd64-dev.deb==14dcee4cd9f645ee07b3eec5224da81a
90-
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.7.2152-bookworm-amd64/sys-sdk_1.mlnx.4.7.2152_amd64.deb==9b5b9a5985b7a0d189cc7bd8eda94fc1
91-
https://github.com/Mellanox/Spectrum-SDK-Drivers/archive/refs/heads/4.7.2152.zip==5653e643be38698f9ced6880f355e9bf
83+
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2014.2166/fw-SPC-rel-13_2014_2166-EVB.mfa==070cd9de14e5728ecc767d2d68bd2f11
84+
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2014.2166/fw-SPC2-rel-29_2014_2166-EVB.mfa==6c1f8bfcbf0ade2233a5dc3889a2a601
85+
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2014.2166/fw-SPC3-rel-30_2014_2166-EVB.mfa==e400b67679b84cdcf02d13983b11681f
86+
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2014.2166/fw-SPC4-rel-34_2014_2166-EVB.mfa==5757dedeb869b7045a0b8817ba66cbd7
87+
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sai-SAIBuild2411.2405.30.1-bookworm-amd64/mlnx-sai-dbgsym_1.mlnx.SAIBuild2411.2405.30.1_amd64.deb==15fd5586aa39d2d73d3b72566d89bf79
88+
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sai-SAIBuild2411.2405.30.1-bookworm-amd64/mlnx-sai_1.mlnx.SAIBuild2411.2405.30.1_amd64.deb==3193485e06e578fba82c3533c648d638
89+
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.7.2166-bookworm-amd64/sys-sdk_1.mlnx.4.7.2166_amd64-dev.deb==5dbf99fcf3b49f6cf3f79d0e791a25f4
90+
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/sdk-4.7.2166-bookworm-amd64/sys-sdk_1.mlnx.4.7.2166_amd64.deb==0f6966b3ec3f51c88eb90e7154ffb236
91+
https://github.com/Mellanox/Spectrum-SDK-Drivers/archive/refs/heads/4.7.2166.zip==0e2936583ad2657d0248512548c8b2b1
9292
https://github.com/nanomsg/nanomsg/archive/1.0.0.tar.gz==6f56ef28c93cee644e8c4aaaef7cfb55
9393
https://github.com/pensando/dsc-artifacts/blob/main/docker-dpu-base.gz?raw=true==26caa959af69bc5f895dce0cd02557a8
9494
https://github.com/pensando/dsc-artifacts/blob/main/libsai_1.10.1-0_arm64.deb?raw=true==f6f9619ecb727c0491431f3f019ac5b3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ python3-minimal==3.9.2-3
6969
python3.9==3.9.2-1+deb11u2
7070
python3.9-minimal==3.9.2-1+deb11u2
7171
readline-common==8.1-1
72-
redis-tools==5:6.0.16-1+deb11u4
72+
redis-tools==5:6.0.16-1+deb11u5
7373
rsyslog==8.2302.0-1~bpo11+1
7474
socat==1.7.4.1-3
7575
symcrypt-openssl==0.1

files/build/versions/dockers/docker-dash-engine/versions-deb-focal

+7-7
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ libnpth0==1.6-1
6767
libperl5.30==5.30.0-9ubuntu0.5
6868
libpopt0==1.16-14
6969
libpython3-dev==3.8.2-0ubuntu2
70-
libpython3.8==3.8.10-0ubuntu1~20.04.13
71-
libpython3.8-dev==3.8.10-0ubuntu1~20.04.13
72-
libpython3.8-minimal==3.8.10-0ubuntu1~20.04.13
73-
libpython3.8-stdlib==3.8.10-0ubuntu1~20.04.13
70+
libpython3.8==3.8.10-0ubuntu1~20.04.14
71+
libpython3.8-dev==3.8.10-0ubuntu1~20.04.14
72+
libpython3.8-minimal==3.8.10-0ubuntu1~20.04.14
73+
libpython3.8-stdlib==3.8.10-0ubuntu1~20.04.14
7474
libquadmath0==10.5.0-1ubuntu1~20.04
7575
libroken18-heimdal==7.7.0+dfsg-1ubuntu1.4
7676
libstdc++-9-dev==9.4.0-1ubuntu1~20.04.2
@@ -91,9 +91,9 @@ python-pip-whl==20.0.2-5ubuntu1.11
9191
python3-dev==3.8.2-0ubuntu2
9292
python3-pip==20.0.2-5ubuntu1.11
9393
python3-wheel==0.34.2-1ubuntu0.1
94-
python3.8==3.8.10-0ubuntu1~20.04.13
95-
python3.8-dev==3.8.10-0ubuntu1~20.04.13
96-
python3.8-minimal==3.8.10-0ubuntu1~20.04.13
94+
python3.8==3.8.10-0ubuntu1~20.04.14
95+
python3.8-dev==3.8.10-0ubuntu1~20.04.14
96+
python3.8-minimal==3.8.10-0ubuntu1~20.04.14
9797
rsyslog==8.2001.0-1ubuntu1.3
9898
supervisor==4.1.0-1ubuntu1
9999
ucf==3.0038+nmu1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
cmake-data==3.25.1-1
2+
libdouble-conversion3==3.2.1-1
3+
libglib2.0-0==2.74.6-2+deb12u5
4+
libicu72==72.1-3
25
libnanomsg-dev==1.1.5+dfsg-1.1+b1
36
libnanomsg5==1.1.5+dfsg-1.1+b1
7+
libpcre2-16-0==10.42-1
8+
libqt5core5a==5.15.8+dfsg-11+deb12u2
9+
libqt5dbus5==5.15.8+dfsg-11+deb12u2
10+
libqt5network5==5.15.8+dfsg-11+deb12u2
411
libssl3==3.0.15-1~deb12u1
12+
libthrift-0.17.0==0.17.0-2+b2
13+
libxml2==2.9.14+dfsg-1.3~deb12u1
514
netbase==6.4
615
openssl==3.0.15-1~deb12u1
716
python3-scapy==2.5.0+dfsg-2
17+
shared-mime-info==2.2-1
818
syncd-rpc==1.0.0
919
wget==1.21.3-1+b2

files/build/versions/dockers/docker-syncd-centec/versions-deb-bullseye-arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ rpcbind==1.2.5-9
3636
sensible-utils==0.0.14
3737
swig==4.0.2-1
3838
swig4.0==4.0.2-1
39-
ucf==3.0043
39+
ucf==3.0043+deb11u2

files/build/versions/dockers/docker-syncd-mlnx/versions-deb-bookworm

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ libtirpc-dev==1.3.3+ds-1
3838
libunwind8==1.6.2-3
3939
libxml2==2.9.14+dfsg-1.3~deb12u1
4040
linux-libc-dev==6.1.99-1
41-
mft==4.30.0-136
41+
mft==4.30.2-23
4242
mft-fwtrace-cfg==1.0.0
43-
mlnx-sai==1.mlnx.SAIBuild2405.30.0.1
43+
mlnx-sai==1.mlnx.SAIBuild2411.2405.30.1
4444
openssh-client==1:9.2p1-2+deb12u4
4545
openssl==3.0.15-1~deb12u1
4646
python-sdk-api==1.mlnx.4.6.4072
@@ -69,8 +69,8 @@ sxd-libs==1.mlnx.4.6.4072
6969
sxd-libs-dev==1.mlnx.4.6.4072
7070
syncd==1.0.0
7171
syncd-dbgsym==1.0.0
72-
sys-sdk-dev==1.mlnx.4.7.2152
73-
sys-sdk-main==1.mlnx.4.7.2152
72+
sys-sdk-dev==1.mlnx.4.7.2166
73+
sys-sdk-main==1.mlnx.4.7.2166
7474
ucf==3.0043+nmu1+deb12u1
7575
vim==2:9.0.1378-2
7676
vim-runtime==2:9.0.1378-2

files/build/versions/dockers/docker-syncd-mlnx/versions-py3

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ importlib-metadata==1.6.0
33
jsonschema==4.10.3
44
more-itertools==4.2.0
55
pyrsistent==0.18.1
6-
python-sdk-api==4.7.2152
6+
python-sdk-api==4.7.2166
77
python_sdk_api==4.6.3064
88
zipp==1.0.0

files/build/versions/dockers/sonic-slave-bookworm/versions-deb-bookworm

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ autopoint==0.21-12
2626
autotools-dev==20220109.1
2727
bash-completion==1:2.11-6
2828
bc==1.07.1-3+b1
29-
bind9-dnsutils==1:9.18.28-1~deb12u2
30-
bind9-host==1:9.18.28-1~deb12u2
31-
bind9-libs==1:9.18.28-1~deb12u2
29+
bind9-dnsutils==1:9.18.33-1~deb12u2
30+
bind9-host==1:9.18.33-1~deb12u2
31+
bind9-libs==1:9.18.33-1~deb12u2
3232
binutils==2.40-2
3333
binutils-aarch64-linux-gnu==2.40-2
3434
binutils-arm-linux-gnueabihf==2.40-2
@@ -101,7 +101,7 @@ distro-info-data==0.58+deb12u3
101101
dkms==3.0.10-8+deb12u1
102102
dmidecode==3.4-1
103103
dmsetup==2:1.02.185-2
104-
dnsutils==1:9.18.28-1~deb12u2
104+
dnsutils==1:9.18.33-1~deb12u2
105105
docbook==4.5-10
106106
docbook-dsssl==1.79-10
107107
docbook-to-man==1:2.0.0-45
@@ -110,7 +110,7 @@ docbook-xml==4.5-12
110110
docker-buildx-plugin==0.10.5-1~debian.12~bookworm
111111
docker-ce==5:24.0.2-1~debian.12~bookworm
112112
docker-ce-cli==5:24.0.2-1~debian.12~bookworm
113-
docker-ce-rootless-extras==5:27.5.0-1~debian.12~bookworm
113+
docker-ce-rootless-extras==5:27.5.1-1~debian.12~bookworm
114114
docker-compose-plugin==2.18.1-1~debian.12~bookworm
115115
docutils-common==0.19+dfsg-6
116116
dosfstools==4.2-1
@@ -177,9 +177,9 @@ gir1.2-gtk-3.0==3.24.38-2~deb12u3
177177
gir1.2-harfbuzz-0.0==6.0.0+dfsg-3
178178
gir1.2-packagekitglib-1.0==1.2.6-5
179179
gir1.2-pango-1.0==1.50.12+ds-1
180-
git==1:2.39.5-0+deb12u1
180+
git==1:2.39.5-0+deb12u2
181181
git-buildpackage==0.9.30
182-
git-man==1:2.39.5-0+deb12u1
182+
git-man==1:2.39.5-0+deb12u2
183183
glib-networking==2.74.0-4
184184
glib-networking-common==2.74.0-4
185185
glib-networking-services==2.74.0-4
@@ -1075,7 +1075,7 @@ libopencsd1==1.3.3-1
10751075
libopenexr-3-1-30==3.1.5-5
10761076
libopengl-dev==1.6.0-1
10771077
libopengl0==1.6.0-1
1078-
libopenjp2-7==2.5.0-2
1078+
libopenjp2-7==2.5.0-2+deb12u1
10791079
libopenmpi-dev==4.1.4-3+b1
10801080
libopenmpi3==4.1.4-3+b1
10811081
libopenmpt0==0.6.9-1
@@ -1961,7 +1961,7 @@ rpcsvc-proto==1.4.3-1
19611961
rpm-common==4.18.0+dfsg-1+deb12u1
19621962
rpm2cpio==4.18.0+dfsg-1+deb12u1
19631963
rrdtool==1.7.2-4+b8
1964-
rsync==3.2.7-1
1964+
rsync==3.2.7-1+deb12u2
19651965
rsyslog==8.2302.0-1
19661966
ruby==1:3.1
19671967
ruby-all-dev==1:3.1

0 commit comments

Comments
 (0)