Compare commits

...

50 Commits

Author SHA1 Message Date
Vivek
b90c2fc3d2
[lldp] Clean up service start logic owing to port init start optimization (#17133)
As part of service start optimization done, we've removed timer units and used PORT_INIT_DONE as the checkpoint for starting delayed services. Thus this logic is redundant

This fixes the following error log.

Nov  3 14:16:54.281546 r-leopard-44 ERR systemctl[10553]: Failed to get unit file state for lldp.timer: No such file or d

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
2023-11-20 14:43:19 -08:00
Vivek
2c7dce428c
[mellanox] Update SAI to SAIBuild2311.25.0.36, SDK/FW to 4.6.2104/2012.2104 (#17131)
Why I did it
Update SDK/SAI and FW for Mellanox Platform

How I did it
Update SDK/FW to v4.6.2104/v2012.2104

Fixed Issues:

Some of the Warmboot related files which were created by SDK during switch create are now generated during pre shutdown flow
New Features:

Debian 12 and kernel 6.1 support
Update SAI

New Features:

Auto Fec Support
FDB entries are now restored after warmboot to prevent temporary system flooding.
Minor Enhancement and Bug Fix in integrate-mlnx-sdk

How to verify it
Build Image and run tests

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
2023-11-16 18:01:52 -08:00
Vivek
3fc48d51db
[Mellanox] Upgrade HW-MGMT to 7.0030.2008 and update platform-api (#17134)
Why I did it
Add platform support for Debian 12 (Bookworm) on Mellanox Platform

How I did it
Update hw-management to v7.0030.2008
Deprecate the sfp_count == module_count approach in favour of asic init completion
Ref: Mellanox/hw-mgmt@bf4f593
Add xxd package to base image which is required by hw-management scripts
Add the non-upstream flag into linux kernel cache options
Update the thermalctl logic based on new sysfs attributes
Fix the integrate-mlnx-hw-mgmt script to not populate the arm64 Kconfig
How to verify it
Build kernel and run platform tests

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
Co-authored-by: Junchao-Mellanox <junchao@nvidia.com>
Co-authored-by: Junchao-Mellanox <57339448+Junchao-Mellanox@users.noreply.github.com>
2023-11-16 18:01:06 -08:00
Vivek
98fc38ebec
[bookworm] Fix docker gid mismatch with host (#17158)
* [bookworm] Fix docker gid mismatch with host
* Use group-add arg instead of update sonic-slave user

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
2023-11-16 17:59:55 -08:00
Pavan Naregundi
a8e4fb1aaa
[marvell-armhf]: Enable SDK module for bookworm (#17110)
* Enable SDK modules for Bookworm
* Update SAI deb to 1.13.0-1



Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
2023-11-10 13:43:17 -08:00
Saikrishna Arcot
470a242362 fixup! Update sonic-utilities for changes in Python 2023-11-06 17:40:07 -08:00
Vivek
5ca53be90d [Bookworm] [Secure Boot] Fix the updated path for extract-cert binary (#17015)
extract-certs was moved from scripts/ to certs/ from kernel 5.17 340a02535e

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
2023-11-06 17:40:07 -08:00
Saikrishna Arcot
0f61219102 Add note about minimum Docker version due to clone3 syscall usage
Add a note saying if running on a recent kernel, then Docker 20.10.10 or
newer needs to be used. This is because in Bookworm, glibc will use the
`clone3` syscall, which is not properly handled by Docker's seccomp
filter in versions older than 20.10.10.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:07 -08:00
mssonicbld
aafe64ad2a [ci/build]: Upgrade SONiC package versions (#17035) 2023-11-06 17:40:07 -08:00
Saikrishna Arcot
2683de5008 Fix docker-sonic-mgmt-framework for armhf
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
a8fa955580 Modify the sudoers file to lecture RO users once
Debian changed the defaults of the sudo package to never lecture the
user when using an unauthorized sudo command, which breaks our use case
of lecturing once. Add a line to lecture once, which is the old
defaults.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
5e945d5eff Fix container down event not sending out a notification
systemd changed the log message syntax for a container going down.
Update the regex for the new format.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
0eda8b4864 Upgrade lldpd to 1.0.16
This fixes lldpcli hitting some error related to being unable to get a
lock on /var/run/lldpd.socket. This version is the version in Debian
Bookworm, even though lldpd is in the lldp container, and that is on
Bullseye. This is because there is a change that went into 1.0.12 that
uses a separate lock file for the lldpd socket instead of locking the
socket file itself. This appears to cause problems in an unprivileged
docker container for unknown reasons (privileged docker container is
fine). Bullseye is on 1.0.11, which isn't new enough to have this
change.

I can't see any specific system capability that might address this.
Rather than debugging this further, just upgrade to the Bookworm
version.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
cdced98331 Fix PAM module configuration issue
pam-auth-update doesn't store local configuration, and it's meant to be
used by packages only. Because libpam-systemd was getting uninstalled
afterwards, this caused tacplus to get re-enabled.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Vivek
51d71a296f [Nvidia] Fix mlnx-sai build failure (#14)
Signed-off-by: Vivek Reddy <vkarri@nvidia.com>

[Nvidia] Enable iproute2 & fix mft build (#16)

* Enable iproute2 as the SDK is also built

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>

* [Nvidia] Dont use mkbmdeb method of dkms to build the package

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>

* Added linux image to the Depends section of mft

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>

[Nvidia] [Bookworm] Separate KERNEL_MFT into a new target (#16782)

* [Nvidia] Seperate KERNEL_MFT into a new target because of kernel header dependency

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>

* Update linux-kernel submodule

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>

* Fix paralell build problem

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>

---------

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
433306b99a Modify rasdaemon service on amd64 only
Rasdaemon is not installed on armhf or arm64

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Keshav Gupta
a75b5d3d56 [marvell-arm64]: Enable SDK module for bookworm (#16909)
This patch enables compiling of Marvell platform
module and fixes sonic-platform-nokia compilation
issues for bookworm.
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
48b7b6e65b Disable some Marvell components to get build working
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
ef9625f158 Disable some Mellanox components to get build working
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
bdded2679a Update pyyaml in sonic-bgpcfgd and sonic-frr-mgmt-framework to 6.0
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
2658cdae3b Update saibcm-modules for Linux 6.1
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
9caddabab7 Disable the DNX module for now, since the sources are in a separate repo
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
jostar-yang
d883a9481e [Edgecore][sonic-platform-modules-accton]Support kernel 6.1 and bookworm (#16982)
* [Edgecore][sonic-platform-modules-accton]Support kernel 6.1 and bookworm

* Modify pddf drv code for i2c_remove_callback function fail
2023-11-06 17:40:06 -08:00
Ramasamy Chandramouli
e9350f073e [PR:16737, PR:16739] platform-modules: pddf, broadcom/cel: adapt for kernel 6.1 and bookworm (#16954)
* sonic-platform-modules-cel: broadcom: adapt for kernel 6.1 and bookworm

The i2c_driver->remove API declaration has been updated to return void instead
of int, as part of cleanup patches in 6.1. More details can be referred from
here: [1]. Update the remove API definition in the modules accordingly and
cleanup variables that go unused from the remove API.

Update python build commands for bookworm. The packaging based on calling
setup.py is deprecated and using build module/pip utility is the recommended
method for python packaging/installation. Further details can be referred to
from here: [2], [3]. The build module is picky about the package information file,
which needs to be either setup.py or pyproject.toml.

Additionally, fix formatting inconsistencies in debian/changelog reported by
`dh_installchangelogs` during the build.

Tested the changes by compiling the changes as below:

    make sonic-slave-bash NOBUSTER=1 NOBULLSEYE=1
    sudo dpkg -i target/debs/bookworm/linux-headers-6.1.0-11-2-*.deb
    cd platform/broadcom/sonic-platform-modules-cel
    KVERSION=6.1.0-11-2-amd64 dpkg-buildpackage

Also verified the python scripts under the sonic-platform-modules-cel with
pyflakes to ensure no new errors are flagged (with exception of unused modules).

References:
   [1] - https://github.com/torvalds/linux/commit/ed5c2f5f
   [2] - https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.htm
   [3] - 0b20a4863 (Update Python build commands for Bookworm, 2023-09-07)

Signed-off-by: Ramasamy Chandramouli <rachandr@celestica.com>

* platform/pddf: i2c: adapt for kernel 6.1 and bookworm

   * Fixup i2c_driver->remove API due to changes in the function
     prototype (ref: [1]).

   * Cleanup `MODULE_SUPPORTED_DEVICE` macros that were cleaned up in
     the upstream (ref: [2]).

   * Sanitize python packaging and installation using the `build` module
   instead of calling the setup.py directly (ref: [3]. [4]).

Tested the changes by compiling pddf module as below:

     make sonic-slave-bash NOBUSTER=1 NOBULLSEYE=1
     sudo dpkg -i target/debs/bookworm/linux-headers-6.1.0-11-2-*.deb
     cd platform/pddf/i2c
     KVERSION=6.1.0-11-2-amd64 dpkg-buildpackage

References:
    [1] - https://github.com/torvalds/linux/commit/ed5c2f5f
    [2] - https://github.com/torvalds/linux/commit/6417f031
    [2] - https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.htm
    [3] - 0b20a4863 (Update Python build commands for Bookworm, 2023-09-07)

Signed-off-by: Ramasamy Chandramouli <rachandr@celestica.com>

* platform/broadcom: include platform-modules-cel in builds

With pddf modules patched for 6.1, platform-modules-cel can be compiled
and included in the final image.

Testing by building sonic-broadcom.bin/sonic-broadcom-dnx.bin.

Signed-off-by: Ramasamy Chandramouli <rachandr@celestica.com>

* pddf/i2c: revert correct rootdir for pip install

The pip install directory has been set to test-pkg1/ for testing the build and
incorrectly retained as is. Revert this to the correct path $(PACKAGE_PRE_NAME).

Signed-off-by: Ramasamy Chandramouli <rachandr@celestica.com>

* platform/broadcom: include pddf/modules-cel in the base package

Without this change, the modules were built but not packaged in the final .bin.

The final sonic-broadcom.bin has been tested for bootup on Celestica's
Silverstone platform.

   admin@sonic:~$ uname -a
   Linux sonic 6.1.0-11-2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4 (2023-08-08) x86_64 GNU/Linux
   admin@sonic:~$ show platform summary
   Platform: x86_64-cel_silverstone-r0
   HwSKU: Silverstone
   ASIC: broadcom
   ASIC Count: 1
   Serial Number: R4009B2F062504LK200024
   Model Number: N/A
   Hardware Revision: N/A
   admin@sonic:~$ show version | head

   SONiC Software Version: SONiC.g0aad6c67c-rachandr
   SONiC OS Version: 12
   Distribution: Debian 12.2
   Kernel: 6.1.0-11-2-amd64
   Build commit: 0aad6c67c
   Build date: Thu Oct 26 07:13:47 UTC 2023
   Built by: rachandr@AZUHPS14

   Platform: x86_64-cel_silverstone-r0

Signed-off-by: Ramasamy Chandramouli <rachandr@celestica.com>

---------

Signed-off-by: Ramasamy Chandramouli <rachandr@celestica.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
9898f3b1a5 Disable several platform modules for Bookworm
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
410968cd14 Enable PR builds on bookworm branch
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
351725ed2d For Bookworm, use non-free-firmware instead of non-free
Starting with Bookworm, Debian moved the non-free Linux firmware blobs
into a new non-free-firmware component, since they are frequently needed
by users and since they need to be updated frequently. Since the only
thing we currently install from the non-free component (that I can think
of) is the Linux firmware, have Bookworm use non-free-firmware instead
of non-free.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
152354df48 Update Debian build script for Bookworm
Notable changes:
* Use j2cli from Debian repos instead of pip
* Use setuptools from Debian repos instead of pip
* Use wheel from Debian repos instead of pip
* Update grpcio and grpcio-tools python packages to match version in
  Bookworm
* Use m2crypto from Debian repos instead of pip

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
c54de85c89 Update sonic-host-services for changes in Python
This fixes 3 issues:
* Specify test dependencies under extra_requires
* Update the PAM configuration for Bookworm
* Break a cyclical dependency between sonic-host-services and
  sonic-buildimage by moving the contents of
  src/sonic-host-services-data into sonic-host-services submodule

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
0786f9d0bc Update sonic-utilities for changes in Python
This fixes 4 issues:
* Update tabulate to 0.9.0 and deepdiff to 6.2.2
* Specify test dependencies under extra_requires
* Add check_output parameter to the setup function due to the patch
* Fix error about having a mutable default for field headers in
  dataclass

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:06 -08:00
Saikrishna Arcot
1529ee74f5 Fix GCC 12 errors in sonic-swss-common
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-06 17:40:01 -08:00
Saikrishna Arcot
3a8dfb5074 Temporarily disable tests for sonic-utilities for Bookworm
There are odd failures in TestAclLoader and TestMuxcable. Skip running
tests for now.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-05 08:48:17 -08:00
Saikrishna Arcot
90bfb19844 Temporarily disable tests for sonic-config-engine for Bookworm
With the new test command, test_cfggen_from_yang.py is now being run,
whereas previously, it was never run. This results in new failures
appearing from changes that have occurred some time back.

Therefore, for now, disable tests for sonic-config-engine when building
for Bookworm.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-05 08:48:17 -08:00
Saikrishna Arcot
758c43a747 Loosen help text test for sonic-yang-mgmt
The help text printed for sonic-yang-mgmt has slight differences
depending on the package versions. Loosen this check to only check the
options themselves, rather than the surrounding text.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-05 08:48:17 -08:00
Saikrishna Arcot
cb6cb415b6 Update bitarray to 2.8.1 and pyyaml to 6.0 for sonic-config-engine
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-05 08:48:17 -08:00
Saikrishna Arcot
bdc717e010 Upgrade initramfs-tools to 0.142
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-05 08:48:17 -08:00
Saikrishna Arcot
ae59d9b8a8 Fix libnss-tacplus compilation
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-05 08:48:17 -08:00
Saikrishna Arcot
471fb86114 Upgrade kdump-tools
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-05 08:48:17 -08:00
Saikrishna Arcot
b401c909aa Migrate from ntp to ntpsec
Debian Bookworm no longer uses NTP, and instead uses NTPsec. Modify our
files to update/replace the NTPsec files instead.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-05 08:48:17 -08:00
Saikrishna Arcot
8517411792 For libyang, don't add an ordering dependency on frr for Bookworm
This ordering dependency causes FRR to get built for Bookworm, which we
don't need currently. Skip this by having it apply only to Bookworm.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 13:50:59 -07:00
Saikrishna Arcot
01af4e405c Mark many (but not all) of the dockers as Bullseye dockers
This tells the build infra that they need to be built as part of
Bullseye and not Bookworm.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 13:50:59 -07:00
Saikrishna Arcot
eb75f7252d Update openssh to 9.2p1-2+deb12u1 (the version in Debian Bookworm)
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Co-authored-by: Aravind Mani <aravind.m1@dell.com>
2023-11-03 13:50:59 -07:00
Saikrishna Arcot
3d554d344d sonic-yang-models: Specify test dependencies under extra_requires
Newer versions of pip/setuptools don't support test_requires, and the
current standard is to specify any extra dependencies (such as those
required for testing) under extra_requires.

Therefore, specify the testing dependencies under extra_requires. These
can be installed via pip using `pip install '.[testing]'`.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 13:50:59 -07:00
Saikrishna Arcot
b3e3c4cb2e sonic-yang-mgmt and sonic-yang-models: Update Python dependencies
Update tabulate to 0.9.0 and ijson to 3.2.3

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 13:50:59 -07:00
Saikrishna Arcot
cdc0237971 Update Python build commands for Bookworm
In Bookworm's version of setuptools, direct calls to setup.py are
deprecated and no longer guaranteed to work. One of the recommended
commands is to use the `build` python package to build packages, and
call it with `python -m build`. This, by default, builds the packages in
a virtualenv to ensure that only the specified dependencies in setup.py
are needed to build the package. This also extends to running tests,
where directly calling `setup.py test` may not work, and the recommended
alternatives are to either call `pytest` directly, or call `tox` or
`nox.` More details are available at [1].

For SONiC's use case, for building python packages, we cannot build all
Python packages in a virtualenv since there are dependencies that we
would have built earlier, and these packages are not pushed to pypi or
any package registry. (There may be a cleaner approach to this, though,
but I'm not aware of it.) For this reason, the `-n` flag is added to not
build the package in a virtualenv.

For testing, `pytest` is now called instead of `setup.py test`.

[1] https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 13:50:59 -07:00
Saikrishna Arcot
22a0e876cc Update sonic-linux-kernel to use 6.1.38
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 13:50:51 -07:00
Saikrishna Arcot
fef8e304b0 Update slave.mk to assume a Bookworm base image
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 11:41:39 -07:00
Saikrishna Arcot
c1971ddb3a Add Bookworm slave container
Changes from Bullseye slave container:
* Python 2 is no longer available at all
* Python 3.11 (instead of Python 3.9)
* GCC 12 (instead of GCC 10)
* Python ipaddr package is no longer available
* OpenJDK 17 (instead of OpenJDK 11)
* Remove doxygen armhf manual compilation (no longer needed)
* Disable FIPS, as the FIPS binaries are currently not yet available
* Install Python setuptools through Debian instead of pip
* Install Python wheel through Debian instead of pip
* Install Python nose through Debian instead of pip
* Install Python j2cli through Debian instead of pip
* Install Python pexpect through Debian instead of pip
* Install Python parameterized through Debian instead of pip
* Install Python pyyaml through Debian instead of pip
* Install Python pyfakefs through Debian instead of pip
* Install Python m2crypto through Debian instead of pip
* Python pympler 1.0 (instead of 0.8)
* Install Python build (as a replacement to setup.py)

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 11:41:05 -07:00
Saikrishna Arcot
c244e366ae Disable FIPS for Bookworm
FIPS packages for Bookworm are not yet available. Disable FIPS until
those packages are ready.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 11:41:05 -07:00
Saikrishna Arcot
a3aa03d5dc Remove packages.trafficmanager.net/debian/debian/ from build mirrors
This repo has been deprecated, and will not have Bookworm packages
available. Remove it from the build mirror config script.

Snapshot packages are still available from this repo.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
2023-11-03 11:41:04 -07:00
558 changed files with 7099 additions and 48126 deletions

View File

@ -16,6 +16,7 @@ parameters:
- name: dist
type: string
values:
- bookworm
- bullseye
- buster
- stretch

View File

@ -8,7 +8,7 @@ resources:
- repository: buildimage
type: github
name: sonic-net/sonic-buildimage
ref: master
ref: bookworm
endpoint: sonic-net
schedules:
@ -44,6 +44,7 @@ parameters:
- name: 'dists'
type: object
default:
- bookworm
- bullseye
- buster
- stretch

View File

@ -4,6 +4,7 @@ NOJESSIE ?= 1
NOSTRETCH ?= 1
NOBUSTER ?= 0
NOBULLSEYE ?= 0
NOBOOKWORM ?= 0
override Q := @
ifeq ($(QUIET),n)
@ -29,6 +30,10 @@ ifeq ($(NOBULLSEYE),0)
BUILD_BULLSEYE=1
endif
ifeq ($(NOBOOKWORM),0)
BUILD_BOOKWORM=1
endif
PLATFORM_PATH := platform/$(if $(PLATFORM),$(PLATFORM),$(CONFIGURED_PLATFORM))
PLATFORM_CHECKOUT := platform/checkout
PLATFORM_CHECKOUT_FILE := $(PLATFORM_CHECKOUT)/$(PLATFORM).ini
@ -47,9 +52,12 @@ ifeq ($(NOBUSTER), 0)
$(MAKE_WITH_RETRY) EXTRA_DOCKER_TARGETS=$(notdir $@) BLDENV=buster -f Makefile.work buster
endif
ifeq ($(NOBULLSEYE), 0)
$(MAKE_WITH_RETRY) BLDENV=bullseye -f Makefile.work $@
$(MAKE_WITH_RETRY) EXTRA_DOCKER_TARGETS=$(notdir $@) BLDENV=bullseye -f Makefile.work bullseye
endif
BLDENV=bullseye $(MAKE) -f Makefile.work docker-cleanup
ifeq ($(NOBOOKWORM), 0)
$(MAKE_WITH_RETRY) BLDENV=bookworm -f Makefile.work $@
endif
BLDENV=bookworm $(MAKE) -f Makefile.work docker-cleanup
jessie:
@echo "+++ Making $@ +++"
@ -69,6 +77,12 @@ ifeq ($(NOBUSTER), 0)
$(MAKE) -f Makefile.work buster
endif
bullseye:
@echo "+++ Making $@ +++"
ifeq ($(NOBUSTER), 0)
$(MAKE) -f Makefile.work bullseye
endif
init:
@echo "+++ Making $@ +++"
$(MAKE) -f Makefile.work $@
@ -82,6 +96,7 @@ define make_work
$(if $(BUILD_STRETCH),BLDENV=stretch $(MAKE) -f Makefile.work $@,)
$(if $(BUILD_BUSTER),BLDENV=buster $(MAKE) -f Makefile.work $@,)
$(if $(BUILD_BULLSEYE),BLDENV=bullseye $(MAKE) -f Makefile.work $@,)
$(if $(BUILD_BOOKWORM),BLDENV=bookworm $(MAKE) -f Makefile.work $@,)
endef
.PHONY: $(PLATFORM_PATH)

View File

@ -78,7 +78,8 @@ SONIC_COMMON_DPKG_LIST := debian/control debian/changelog debian/rules \
SONIC_COMMON_BASE_FILES_LIST := sonic-slave-jessie/Dockerfile.j2 sonic-slave-jessie/Dockerfile.user.j2 \
sonic-slave-stretch/Dockerfile.j2 sonic-slave-stretch/Dockerfile.user.j2 \
sonic-slave-buster/Dockerfile.j2 sonic-slave-buster/Dockerfile.user.j2 \
sonic-slave-bullseye/Dockerfile.j2 sonic-slave-bullseye/Dockerfile.user.j2
sonic-slave-bullseye/Dockerfile.j2 sonic-slave-bullseye/Dockerfile.user.j2 \
sonic-slave-bookworm/Dockerfile.j2 sonic-slave-bookworm/Dockerfile.user.j2

View File

@ -69,6 +69,7 @@ USER := $(shell id -un)
PWD := $(shell pwd)
USER_LC := $(shell echo $(USER) | tr A-Z a-z)
DOCKER_MACHINE := $(shell docker run --rm debian:buster uname -m)
HOST_DOCKERD_GID := $(shell getent group docker | cut -d : -f3)
comma := ,
@ -121,7 +122,9 @@ else
TARGET_BOOTLOADER = uboot
endif
ifeq ($(BLDENV), bullseye)
ifeq ($(BLDENV), bookworm)
SLAVE_DIR = sonic-slave-bookworm
else ifeq ($(BLDENV), bullseye)
SLAVE_DIR = sonic-slave-bullseye
else ifeq ($(BLDENV), buster)
SLAVE_DIR = sonic-slave-buster
@ -184,6 +187,12 @@ INCLUDE_FIPS := n
ENABLE_FIPS := n
endif
# FIPS not yet available on Bookworm
ifeq ($(BLDENV),bookworm)
$(warning FIPS support not yet available on Bookworm)
INCLUDE_FIPS := n
endif
ifeq ($(INCLUDE_FIPS), n)
ifeq ($(ENABLE_FIPS), y)
$(error Cannot set fips config ENABLE_FIPS=y when INCLUDE_FIPS=n)
@ -379,7 +388,7 @@ endif
ifeq ($(SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD), y)
ifneq ($(MULTIARCH_QEMU_ENVIRON), y)
DOCKER_RUN += -v /var/run/docker.sock:/var/run/docker.sock
DOCKER_RUN += -v /var/run/docker.sock:/var/run/docker.sock --group-add $(HOST_DOCKERD_GID)
endif
endif

View File

@ -131,6 +131,7 @@ pip3 install --user j2cli
system to allow running the 'docker' command without 'sudo':
* Add current user to the docker group: `sudo gpasswd -a ${USER} docker`
* Log out and log back in so that your group membership is re-evaluated
* If you are using Linux kernel 5.3 or newer, then you must use Docker 20.10.10 or newer. This is because older Docker versions did not allow the `clone3` syscall, which is now used in Bookworm.
> Note: If a previous installation of Docker using snap was present on the
> system, remove it and also remove docker from snap before reinstallating docker.
@ -187,9 +188,6 @@ The supported ASIC vendors are:
## Usage for ARM Architecture
ARM build has dependency in docker version 18.
If docker version is 19, downgrade to 18 with:
```shell
sudo apt-get install --allow-downgrades -y docker-ce=5:18.09.0~3-0~ubuntu-xenial
sudo apt-get install --allow-downgrades -y docker-ce-cli=5:18.09.0~3-0~ubuntu-xenial

View File

@ -17,6 +17,7 @@ pr:
include:
- master
- 202???
- bookworm
paths:
exclude:
- .github
@ -42,7 +43,7 @@ variables:
- name: CACHE_MODE
value: rcache
- name: ENABLE_FIPS
value: y
value: n
stages:
- stage: BuildVS

View File

@ -31,9 +31,9 @@ set -x -e
CONFIGURED_ARCH=$([ -f .arch ] && cat .arch || echo amd64)
## docker engine version (with platform)
DOCKER_VERSION=5:24.0.2-1~debian.11~$IMAGE_DISTRO
DOCKER_VERSION=5:24.0.2-1~debian.12~$IMAGE_DISTRO
CONTAINERD_IO_VERSION=1.6.21-1
LINUX_KERNEL_VERSION=5.10.0-23-2
LINUX_KERNEL_VERSION=6.1.0-11-2
## Working directory to prepare the file system
FILESYSTEM_ROOT=./fsroot
@ -256,24 +256,19 @@ sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y install apparmor
sudo cp files/image_config/ntp/ntp-apparmor $FILESYSTEM_ROOT/etc/apparmor.d/local/usr.sbin.ntpd
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y install apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common
curl
if [[ $CONFIGURED_ARCH == armhf ]]; then
# update ssl ca certificates for secure pem
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT c_rehash
fi
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT curl -o /tmp/docker.asc -fsSL https://download.docker.com/linux/debian/gpg
sudo LANG=C chroot $FILESYSTEM_ROOT mv /tmp/docker.asc /etc/apt/trusted.gpg.d/
sudo LANG=C chroot $FILESYSTEM_ROOT add-apt-repository \
"deb [arch=$CONFIGURED_ARCH] https://download.docker.com/linux/debian $IMAGE_DISTRO stable"
sudo tee $FILESYSTEM_ROOT/etc/apt/sources.list.d/docker.list >/dev/null <<EOF
deb [arch=$CONFIGURED_ARCH] https://download.docker.com/linux/debian $IMAGE_DISTRO stable
EOF
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get update
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io=${CONTAINERD_IO_VERSION}
# Uninstall 'python3-gi' installed as part of 'software-properties-common' to remove debian version of 'PyGObject'
# pip version of 'PyGObject' will be installed during installation of 'sonic-host-services'
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y remove software-properties-common gnupg2 python3-gi
install_kubernetes () {
local ver="$1"
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT curl -fsSL \
@ -375,6 +370,7 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
sysfsutils \
squashfs-tools \
$bootloader_packages \
rsyslog \
screen \
hping3 \
tcptraceroute \
@ -390,9 +386,9 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
python3-pip \
python-is-python3 \
cron \
libprotobuf23 \
libprotobuf32 \
libgrpc++1 \
libgrpc10 \
libgrpc29 \
haveged \
fdisk \
gpg \
@ -401,11 +397,9 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
linux-perf \
resolvconf \
lsof \
sysstat
# default rsyslog version is 8.2110.0 which has a bug on log rate limit,
# use backport version
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -t bullseye-backports -y install rsyslog
sysstat \
xxd \
zstd
# Have systemd create the auditd log directory
sudo mkdir -p ${FILESYSTEM_ROOT}/etc/systemd/system/auditd.service.d
@ -451,14 +445,6 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
systemd-sysv \
ntp
# Workaround for issue: The udev rule may fail to be executed because the
# daemon-reload command is executed in parallel
# Github issue: https://github.com/systemd/systemd/issues/24668
# Github PR: https://github.com/systemd/systemd/pull/24673
# This workaround should be removed after a upstream already contains the fixes
sudo patch $FILESYSTEM_ROOT/lib/systemd/system/systemd-udevd.service \
files/image_config/systemd/systemd-udevd/fix-udev-rule-may-fail-if-daemon-reload-command-runs.patch
if [[ $TARGET_BOOTLOADER == grub ]]; then
if [[ $CONFIGURED_ARCH == amd64 ]]; then
GRUB_PKG=grub-pc-bin
@ -535,13 +521,11 @@ done < files/image_config/sysctl/sysctl-net.conf
sudo augtool --autosave "$sysctl_net_cmd_string" -r $FILESYSTEM_ROOT
# Upgrade pip via PyPI and uninstall the Debian version
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install --upgrade pip
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get purge -y python3-pip
# Specify that we want to explicitly install Python packages into the system environment, and risk breakages
sudo cp files/image_config/pip/pip.conf $FILESYSTEM_ROOT/etc/pip.conf
# For building Python packages
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'setuptools==49.6.00'
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel==0.35.1'
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install python3-setuptools python3-wheel
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==6.1.1'
@ -574,13 +558,12 @@ sudo cp files/dhcp/sethostname6 $FILESYSTEM_ROOT/etc/dhcp/dhclient-exit-hooks.d/
sudo cp files/dhcp/graphserviceurl $FILESYSTEM_ROOT/etc/dhcp/dhclient-exit-hooks.d/
sudo cp files/dhcp/snmpcommunity $FILESYSTEM_ROOT/etc/dhcp/dhclient-exit-hooks.d/
sudo cp files/dhcp/vrf $FILESYSTEM_ROOT/etc/dhcp/dhclient-exit-hooks.d/
if [ -f files/image_config/ntp/ntp ]; then
sudo cp ./files/image_config/ntp/ntp $FILESYSTEM_ROOT/etc/init.d/
if [ -f files/image_config/ntp/ntpsec ]; then
sudo cp ./files/image_config/ntp/ntpsec $FILESYSTEM_ROOT/etc/init.d/
fi
if [ -f files/image_config/ntp/ntp-systemd-wrapper ]; then
sudo mkdir -p $FILESYSTEM_ROOT/usr/lib/ntp/
sudo cp ./files/image_config/ntp/ntp-systemd-wrapper $FILESYSTEM_ROOT/usr/lib/ntp/
sudo cp ./files/image_config/ntp/ntp-systemd-wrapper $FILESYSTEM_ROOT/usr/libexec/ntpsec/
fi
## Version file part 1

View File

@ -8,8 +8,9 @@ declare -r SYSLOG_INFO="info"
declare -r HW_MGMT_CONFIG="/var/run/hw-management/config"
declare -r MODULE_COUNTER="${HW_MGMT_CONFIG}/module_counter"
declare -r SFP_COUNTER="${HW_MGMT_CONFIG}/sfp_counter"
declare -r ASIC_INIT_DONE="${HW_MGMT_CONFIG}/asics_init_done"
declare -r NUM_ASICS="${HW_MGMT_CONFIG}/asic_num"
declare -r ASIC_CHIPUP_COMPLETED="${HW_MGMT_CONFIG}/asic_chipup_completed"
declare -r EXIT_SUCCESS="0"
declare -r EXIT_TIMEOUT="1"
@ -26,12 +27,11 @@ function log_info() {
eval "${SYSLOG_LOGGER} -t ${SYSLOG_IDENTIFIER} -p ${SYSLOG_INFO} $@"
}
function wait_for_sfp() {
local -r _NUM_MATCH="^[0-9]+$"
local -r _NUM_ZERO="0"
function wait_for_asic_chipup() {
local _MODULE_CNT="0"
local _SFP_CNT="0"
local _ASIC_INIT="0"
local _ASIC_COUNT="0"
local _ASICS_CHIPUP="0"
local -i _WDOG_CNT="1"
local -ir _WDOG_MAX="300"
@ -39,31 +39,30 @@ function wait_for_sfp() {
local -r _TIMEOUT="1s"
while [[ "${_WDOG_CNT}" -le "${_WDOG_MAX}" ]]; do
_MODULE_CNT="$(cat ${MODULE_COUNTER} 2>&1)"
_SFP_CNT="$(cat ${SFP_COUNTER} 2>&1)"
_ASIC_INIT="$(cat ${ASIC_INIT_DONE} 2>&1)"
_ASIC_COUNT="$(cat ${NUM_ASICS} 2>&1)"
_ASICS_CHIPUP="$(cat ${ASIC_CHIPUP_COMPLETED} 2>&1)"
if [[ "${_MODULE_CNT}" =~ ${_NUM_MATCH} && "${_SFP_CNT}" =~ ${_NUM_MATCH} ]]; then
if [[ "${_SFP_CNT}" -gt "${_NUM_ZERO}" && "${_MODULE_CNT}" -eq "${_SFP_CNT}" ]]; then
return "${EXIT_SUCCESS}"
fi
if [[ "${_ASIC_INIT}" -eq 1 && "${_ASIC_COUNT}" -eq "${_ASICS_CHIPUP}" ]]; then
return "${EXIT_SUCCESS}"
fi
let "_WDOG_CNT++"
sleep "${_TIMEOUT}"
done
log_error "Mellanox ASIC is not ready: INIT: ${_ASIC_INIT}, NUM_ASIC: ${_ASIC_COUNT}, CHIPUP: ${_ASICS_CHIPUP} timeout...."
return "${EXIT_TIMEOUT}"
}
log_info "Wait for SFP interfaces to be ready"
log_info "Wait for Mellanox ASIC to be ready"
wait_for_sfp
wait_for_asic_chipup
EXIT_CODE="$?"
if [[ "${EXIT_CODE}" != "${EXIT_SUCCESS}" ]]; then
log_error "SFP interfaces are not ready: timeout"
exit "${EXIT_CODE}"
fi
log_info "SFP interfaces are ready"
log_notice "Mellanox ASIC is ready"
exit "${EXIT_SUCCESS}"

View File

@ -8,8 +8,10 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y g++ python3-dev libxml2 libcurl3-gnutls libcjson-dev
# Limited to grpcio 1.58.0 due to armhf
RUN pip3 install connexion==2.7.0 \
setuptools==21.0.0 \
grpcio==1.58.0 \
grpcio-tools==1.20.0 \
certifi==2017.4.17 \
python-dateutil==2.6.0 \

View File

@ -1,12 +1,18 @@
# The configuration is generated by template
# Please add additional sources in /etc/apt/sources.list.d
{% if DISTRIBUTION == 'bookworm' -%}
{%- set nonfree_component='non-free-firmware' -%}
{%- else -%}
{%- set nonfree_component='non-free' -%}
{%- endif %}
{% for mirror_url in MIRROR_URLS.split(',') %}
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }} main contrib non-free
deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }} main contrib non-free
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-updates main contrib non-free
deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-updates main contrib non-free
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-backports main contrib non-free
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }} main contrib {{ nonfree_component }}
deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }} main contrib {{ nonfree_component }}
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-updates main contrib {{ nonfree_component }}
deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-updates main contrib {{ nonfree_component }}
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-backports main contrib {{ nonfree_component }}
{% endfor %}
{% for mirror_url in MIRROR_SECURITY_URLS.split(',') %}
{% set dist_separator='/' %}{% if 'packages.trafficmanager.net/debian' in mirror_url %}{% set dist_separator='_' %}{% endif %}
@ -14,7 +20,7 @@ deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-backports main
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}{{ dist_separator }}updates main contrib non-free
deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}{{ dist_separator }}updates main contrib non-free
{% else %}
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-security main contrib non-free
deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-security main contrib non-free
deb [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-security main contrib {{ nonfree_component }}
deb-src [arch={{ ARCHITECTURE }}] {{ mirror_url }} {{ DISTRIBUTION }}-security main contrib {{ nonfree_component }}
{% endif %}
{% endfor %}

View File

@ -0,0 +1,24 @@
debootstrap==1.0.123+deb11u1
kernel-mft-dkms==4.25.0-62
libnl-3-dev==3.5.0-1
libnl-cli-3-200==3.5.0-1
libnl-cli-3-dev==3.5.0-1
libnl-genl-3-200==3.5.0-1
libnl-genl-3-dev==3.5.0-1
libnl-nf-3-200==3.5.0-1
libnl-nf-3-dev==3.5.0-1
libnl-route-3-dev==3.5.0-1
libswsscommon==1.0.0
libswsscommon-dev==1.0.0
libtac-dev==1.4.1-1
libtac2==1.4.1-1
libyang==1.0.73
libyang-cpp==1.0.73
libyang-dev==1.0.73
linux-headers-6.1.0-11-2-amd64==6.1.38-4
linux-headers-6.1.0-11-2-common==6.1.38-4
net-tools==2.10-0.1
python3-swsscommon==1.0.0
python3-yang==1.0.73
sonic-platform-pddf==1.1
sonic-platform-pddf-sym==1.1

View File

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

View File

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

View File

@ -0,0 +1,34 @@
blessed==1.20.0
cffi==1.16.0
click-log==0.4.0
colorful==0.5.5
deepdiff==6.2.2
docker==6.1.3
docker-image-py==0.1.12
enlighten==1.12.0
filelock==3.12.4
ijson==3.2.3
ipaddress==1.0.23
jsondiff==2.0.0
jsonpatch==1.33
jsonpointer==2.4
jsonschema==2.6.0
natsort==6.2.1
netaddr==0.8.0
netifaces==0.11.0
ordered-set==4.1.0
paramiko==2.11.0
prefixed==0.7.0
prettyprinter==0.18.0
pycairo==1.25.0
pycparser==2.21
pynacl==1.5.0
pyroute2==0.5.19
semantic-version==2.10.0
systemd-python==235
tabulate==0.9.0
toposort==1.6
wcwidth==0.2.8
websocket-client==1.6.4
www-authenticate==0.9.2
xmltodict==0.12.0

View File

@ -0,0 +1,7 @@
bitarray==2.8.1
click==7.0
lxml==4.9.1
pexpect==4.8.0
ptyprocess==0.7.0
pyyaml==6.0.1
urllib3==2.0.7

View File

@ -0,0 +1,7 @@
bitarray==2.8.1
click==7.0
lxml==4.9.1
pexpect==4.8.0
ptyprocess==0.7.0
pyyaml==6.0.1
urllib3==2.0.7

View File

@ -1,9 +1,5 @@
applibs==1.mlnx.4.6.1062
applibs-dev==1.mlnx.4.6.1062
bfnplatform==1.0.0
hsflowd==2.0.51-26
isc-dhcp-relay==4.4.1-2.3+deb11u2
kernel-mft-dkms==4.25.0-62
libdashapi==1.0.0
libnl-3-dev==3.5.0-1
libnl-cli-3-200==3.5.0-1
@ -17,49 +13,29 @@ libprotobuf-dev==3.21.12-3
libprotobuf-lite32==3.21.12-3
libprotobuf32==3.21.12-3
libprotoc32==3.21.12-3
libsai==1.12.0-1
libsai-dev==1.12.0-1
libsaimetadata==1.0.0
libsaimetadata-dev==1.0.0
libsairedis==1.0.0
libsairedis-dev==1.0.0
libsaithrift-dev==0.9.4
libsaivs==1.0.0
libsaivs-dev==1.0.0
libswsscommon==1.0.0
libswsscommon-dev==1.0.0
libtac-dev==1.4.1-1
libtac2==1.4.1-1
libteam-dev==1.30-1
libteam-utils==1.30-1
libteam5==1.30-1
libteamdctl0==1.30-1
libthrift-0.11.0==0.11.0-4
libthrift-dev==0.11.0-4
libthrift0==0.14.1
libyang==1.0.73
libyang-cpp==1.0.73
libyang-dev==1.0.73
linux-headers-5.10.0-23-2-amd64==5.10.179-3
linux-headers-5.10.0-23-2-common==5.10.179-3
lldpd==1.0.4-1
lm-sensors==1:3.6.0-7
mft==4.25.0-62
net-tools==1.60+git20181103.0eebece-1
protobuf-compiler==3.21.12-3
python-thrift==0.11.0-4
python3-swsscommon==1.0.0
python3-thrift==0.14.1
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
sonic-platform-pddf-sym==1.1
swss==1.0.0
sx-acl-helper==1.mlnx.4.6.1062
sx-acl-helper-dev==1.mlnx.4.6.1062
sx-complib==1.mlnx.4.6.1062
@ -73,8 +49,6 @@ sx-obj-desc-lib==1.mlnx.4.6.1062
sx-obj-desc-lib-dev==1.mlnx.4.6.1062
sxd-libs==1.mlnx.4.6.1062
sxd-libs-dev==1.mlnx.4.6.1062
syncd==1.0.0
thrift-compiler==0.11.0-4
wjh-libs==1.mlnx.4.6.1062
wjh-libs-dev==1.mlnx.4.6.1062
wpasupplicant==2:2.9.0-14

View File

@ -1,3 +1,3 @@
libnl-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
linux-headers-5.10.0-23-2-arm64==5.10.179-3
mrvllibsai==1.12.0-2

View File

@ -1,3 +1,3 @@
libnl-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
linux-headers-5.10.0-23-2-armmp==5.10.179-3
mrvllibsai==1.12.0-2

View File

@ -1,13 +1,13 @@
blessed==1.20.0
cffi==1.15.1
charset-normalizer==3.2.0
cffi==1.16.0
charset-normalizer==3.3.0
click-log==0.4.0
colorful==0.5.5
docker==6.1.3
docker-image-py==0.1.12
enlighten==1.12.0
filelock==3.12.4
ijson==2.6.1
ijson==3.2.3
ipaddress==1.0.23
jsondiff==2.0.0
jsonpatch==1.33
@ -17,21 +17,19 @@ natsort==6.2.1
netaddr==0.8.0
netifaces==0.11.0
paramiko==2.11.0
pddf-platform==1.0
prefixed==0.7.0
prettyprinter==0.18.0
psutil==5.9.5
pycairo==1.24.0
pycairo==1.25.0
pycparser==2.21
pynacl==1.5.0
pyroute2==0.5.19
python-arptable==0.0.2
semantic-version==2.10.0
systemd-python==235
tabulate==0.8.2
thrift==0.14.1
tabulate==0.9.0
toposort==1.6
wcwidth==0.2.6
websocket-client==1.6.3
wcwidth==0.2.8
websocket-client==1.6.4
www-authenticate==0.9.2
xmltodict==0.12.0

View File

@ -1,6 +1,6 @@
bcrypt==3.2.2
bitarray==1.5.3
click==7.0
pyyaml==6.0.1
requests==2.31.0
urllib3==2.0.5
urllib3==2.0.7
zipp==1.2.0

View File

@ -1,6 +1,6 @@
bcrypt==3.2.2
bitarray==1.5.3
click==7.0
pyyaml==6.0.1
requests==2.31.0
urllib3==2.0.5
urllib3==2.0.7
zipp==1.2.0

View File

@ -13,7 +13,6 @@ libswsscommon==1.0.0
libswsscommon-dev==1.0.0
libthrift-0.11.0==0.11.0-4
libthrift-dev==0.11.0-4
libthrift0==0.14.1
libyang==1.0.73
libyang-cpp==1.0.73
libyang-dev==1.0.73
@ -23,5 +22,4 @@ python3-swsscommon==1.0.0
python3-yang==1.0.73
sonic-mgmt-common==1.0.0
sonic-mgmt-common-codegen==1.0.0
sonic-mgmt-framework==1.0-01
thrift-compiler==0.11.0-4

View File

@ -2,6 +2,3 @@ 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
libsnmp-base==5.7.3+dfsg-5
libsnmp-dev==5.7.3+dfsg-5
libsnmp30==5.7.3+dfsg-5

View File

@ -2,6 +2,3 @@ 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
libsnmp-base==5.7.3+dfsg-5
libsnmp-dev==5.7.3+dfsg-5
libsnmp30==5.7.3+dfsg-5

View File

@ -1,7 +1,7 @@
ijson==2.6.1
ijson==3.2.3
ipaddress==1.0.23
jsondiff==2.0.0
natsort==6.2.1
netaddr==0.8.0
tabulate==0.8.2
tabulate==0.9.0
xmltodict==0.12.0

View File

@ -1 +1 @@
bitarray==1.5.3
pyyaml==6.0.1

View File

@ -1 +1 @@
bitarray==1.5.3
pyyaml==6.0.1

View File

@ -1,12 +1,15 @@
amd64:amd64/debian:bullseye==sha256:9d23db14fbdc095689c423af56b9525538de139a1bbe950b4f0467698fb874d2
amd64:amd64/debian:buster==sha256:d774a984460a74973e6ce4d1f87ab90f2818e41fcdd4802bcbdc4e0b67f9dadf
amd64:debian:bullseye==sha256:54d33aaad0bc936a9a40d856764c7bc35c0afaa9cab51f88bb95f6cd8004438d
amd64:debian:buster==sha256:484cc8ab0d73f513e3f9bacd03424eb081bd90f594d7ebde42587843fdc242f3
arm64:arm64v8/debian:bullseye==sha256:eefb45317844a131035d89384dbbe3858a0c22f6b7884e56648bd6b22d206a8a
arm64:arm64v8/debian:buster==sha256:de3b447d1ed18aabf08e36086037e7a78883ab3b25cb2b7fb014f7873391fe81
arm64:debian:bullseye==sha256:54d33aaad0bc936a9a40d856764c7bc35c0afaa9cab51f88bb95f6cd8004438d
arm64:debian:buster==sha256:484cc8ab0d73f513e3f9bacd03424eb081bd90f594d7ebde42587843fdc242f3
armhf:arm32v7/debian:bullseye==sha256:19973da79531feade9ed259004c735d0458285f1db9a16bd9d76a954b261c4ab
armhf:arm32v7/debian:buster==sha256:b6dc71e7be8b027386c8562e72ae8b78ee2db29093787e5268b18d42900a2d12
armhf:debian:bullseye==sha256:54d33aaad0bc936a9a40d856764c7bc35c0afaa9cab51f88bb95f6cd8004438d
armhf:debian:buster==sha256:484cc8ab0d73f513e3f9bacd03424eb081bd90f594d7ebde42587843fdc242f3
amd64:amd64/debian:bullseye==sha256:3da0c9fb1282040a13e26074dc1712f656fc2fa6d8d2e264612e5c7266f17653
amd64:amd64/debian:buster==sha256:88a98482ebe4b8ef20104c844d74ac59a7241e8782c9ea3a1c1d47503dbbbddb
amd64:debian:bookworm==sha256:7d3e8810c96a6a278c218eb8e7f01efaec9d65f50c54aae37421dc3cbeba6535
amd64:debian:bullseye==sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b
amd64:debian:buster==sha256:853b9ec779e55f670cbdcb5e15bfb778b5be2c5c61fc8c655638b7a977d273c6
arm64:arm64v8/debian:bullseye==sha256:7a89d1fd045f797f2f34dd778bdf19335587357c3603859f2048f4c0285b06a8
arm64:arm64v8/debian:buster==sha256:22d2604df80a9385e2dd191b518bb33b7204805e01fbc80621aac7441f8dd0fd
arm64:debian:bookworm==sha256:7d3e8810c96a6a278c218eb8e7f01efaec9d65f50c54aae37421dc3cbeba6535
arm64:debian:bullseye==sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b
arm64:debian:buster==sha256:853b9ec779e55f670cbdcb5e15bfb778b5be2c5c61fc8c655638b7a977d273c6
armhf:arm32v7/debian:bullseye==sha256:6879eee9d653dfa6d92b36fa682482facf009a5434036afdba78b488ea1b7e62
armhf:arm32v7/debian:buster==sha256:68111b72aab43dcb684b0b4a3dc0926fcbb43f6f6c1f3a370ea6619ec7228d08
armhf:debian:bookworm==sha256:7d3e8810c96a6a278c218eb8e7f01efaec9d65f50c54aae37421dc3cbeba6535
armhf:debian:bullseye==sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b
armhf:debian:buster==sha256:853b9ec779e55f670cbdcb5e15bfb778b5be2c5c61fc8c655638b7a977d273c6

View File

@ -1,22 +1,21 @@
https://chromium.googlesource.com/chromium/tools/depot_tools.git==4af2818c5bf2b884ea6d5d8a56a7995fb5ce4b9b
https://chromium.googlesource.com/chromium/tools/depot_tools.git==c7628f780970136892e71d9de0dee072a1982dc9
https://github.com/aristanetworks/swi-tools.git==b5f087e4774168bf536360d43c9c509c8f14ad9f
https://github.com/CESNET/libyang.git==8b0b910a2dcb7360cb5b0aaefbd1338271d50946
https://github.com/CESNET/libyang.git==7e5ea21030fe6632b6faad30c0de8d9669503773
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==9ccbf1cf434e9ec0206b8121c6f1bbf9cf506864
https://github.com/FreeRADIUS/freeradius-server.git==04fdc052f3f62aa93288ffbff59d2ad43d96fd41
https://github.com/flashrom/flashrom.git==1dd7c88f41e49a076a189154928030d37ca00d26
https://github.com/FreeRADIUS/freeradius-server.git==176c3c3a95568fa709242ccad31b185d9fc2c856
https://github.com/FreeRADIUS/pam_radius.git==7d75a319e43d5e234b93f89cd461a11861d07b95
https://github.com/jeroennijhof/pam_tacplus.git==4284d9016e64def2bb81d5f50f96dc3b59bfdc39
https://github.com/jeroennijhof/pam_tacplus.git==b89dba44b58ec7fdc9b5365b982aa4a316484a3c
https://github.com/jpirko/libteam.git==8b843e93cee1dab61fb79b01791201cdad45e1d1
https://github.com/lguohan/gnxi.git==3adf8b97755b49947e465b5a14645f11e79fa0cd
https://github.com/Marvell-switching/mrvl-prestera.git==63118c2a6b627e543f5556baa27eee1ec6cd7a2b
https://github.com/Mellanox/libpsample.git==62bb27d9a49424e45191eee81df7ce0d8c74e774
https://github.com/p4lang/ptf.git==bad2ecf5ccf6d897bc0f8f43c95c228599f79ae9
https://github.com/p4lang/scapy-vxlan.git==85ffe83da156568ee47a0750f638227e6e1d7479
https://github.com/sflow/host-sflow==d1453b32e3c4828f88045107272064c7bb1d1fbe
https://github.com/sflow/sflowtool==219ab50bcfd9d9e714ff169eec31b2625933acb5
https://github.com/thom311/libnl==052a97cb6554386c70d531e7c1b34a6afa1dbeb0
https://github.com/sflow/host-sflow==6296a172c2c3879126298dc66994d38e68956185
https://github.com/sflow/sflowtool==2b622f99d36254884507d9137e6e99020db260cb
https://github.com/thom311/libnl==a735989cff5576fa2a8f9188eccf1fb30832f426
https://salsa.debian.org/debian/libteam.git==48142125234a665ad5367b724af36a58fb484d3d
https://salsa.debian.org/kernel-team/initramfs-tools.git==cf964bfb4362019fd7fba1e839e403ff950dca8e
https://salsa.debian.org/sk-guest/monit.git==c9da7ebb1f35dfba17b50b5969a6e75e29cbec0d

View File

@ -1,14 +1,23 @@
deb.debian.org_debian-security_dists_bookworm-security==2023-10-27T23:54:58Z
deb.debian.org_debian_dists_bookworm==2023-10-07T09:29:19Z
deb.debian.org_debian_dists_bookworm-updates==2023-10-27T20:11:46Z
deb.nodesource.com_node%5f14.x_dists_bookworm==2023-02-17T00:35:29Z
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==20230924T000228Z
debian-security==20230924T000235Z
download.docker.com_linux_debian_dists_bullseye==2023-09-15T23:15:08Z
download.docker.com_linux_debian_dists_buster==2023-09-15T23:15:08Z
packages.trafficmanager.net_snapshot_debian-security_20230924T000235Z_dists_bullseye-security==2023-09-23T14:03:27Z
packages.trafficmanager.net_snapshot_debian-security_20230924T000235Z_dists_buster_updates==2023-09-23T14:03:27Z
packages.trafficmanager.net_snapshot_debian_20230924T000228Z_dists_bullseye==2023-06-10T08:52:21Z
packages.trafficmanager.net_snapshot_debian_20230924T000228Z_dists_bullseye-backports==2023-09-23T20:17:29Z
packages.trafficmanager.net_snapshot_debian_20230924T000228Z_dists_bullseye-updates==2023-09-23T20:17:29Z
packages.trafficmanager.net_snapshot_debian_20230924T000228Z_dists_buster==2023-06-10T08:53:33Z
packages.trafficmanager.net_snapshot_debian_20230924T000228Z_dists_buster-backports==2023-09-23T20:17:29Z
packages.trafficmanager.net_snapshot_debian_20230924T000228Z_dists_buster-updates==2023-06-10T08:55:10Z
debian==20231027T000138Z
debian-security==20231027T000139Z
download.docker.com_linux_debian_dists_bookworm==2023-10-26T15:36:36Z
download.docker.com_linux_debian_dists_bullseye==2023-10-26T15:36:36Z
download.docker.com_linux_debian_dists_buster==2023-10-26T15:36:37Z
packages.trafficmanager.net_snapshot_debian-security_20231027T000139Z_dists_bookworm-security==2023-10-26T18:49:39Z
packages.trafficmanager.net_snapshot_debian-security_20231027T000139Z_dists_bullseye-security==2023-10-26T18:49:40Z
packages.trafficmanager.net_snapshot_debian-security_20231027T000139Z_dists_buster_updates==2023-10-26T18:49:38Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_bookworm==2023-10-07T09:29:19Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_bookworm-backports==2023-10-26T20:14:09Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_bookworm-updates==2023-10-26T20:14:09Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_bullseye==2023-10-07T11:07:16Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_bullseye-backports==2023-10-26T20:14:09Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_bullseye-updates==2023-10-26T20:14:09Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_buster==2023-06-10T08:53:33Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_buster-backports==2023-10-26T20:14:09Z
packages.trafficmanager.net_snapshot_debian_20231027T000138Z_dists_buster-updates==2023-06-10T08:55:10Z

View File

@ -12,8 +12,6 @@ http://deb.debian.org/debian/pool/main/i/isc-dhcp/isc-dhcp_4.4.1.orig.tar.gz==db
http://deb.debian.org/debian/pool/main/l/lm-sensors/lm-sensors_3.6.0-7.debian.tar.xz==8eab143a53c71c03695ebc78e4b5ed36
http://deb.debian.org/debian/pool/main/l/lm-sensors/lm-sensors_3.6.0-7.dsc==983d68fb43001bb2fc94862bc4bc2e2b
http://deb.debian.org/debian/pool/main/l/lm-sensors/lm-sensors_3.6.0.orig.tar.gz==f60e47b5eb50bbeed48a9f43bb08dd5e
http://deb.debian.org/debian/pool/main/n/ntp/ntp_4.2.8p15+dfsg-1.debian.tar.xz==896c9b6679f379d8967b012a0cc792c2
http://deb.debian.org/debian/pool/main/n/ntp/ntp_4.2.8p15+dfsg.orig.tar.xz==c1c557036197188a22ec285fa53149d8
http://deb.debian.org/debian/pool/main/p/protobuf/protobuf_3.21.12-3.debian.tar.xz==f457e44218a7d4cc7b7ab0ed696096e3
http://deb.debian.org/debian/pool/main/p/protobuf/protobuf_3.21.12-3.dsc==d8e34e7b07473c6903f9d245934524fb
http://deb.debian.org/debian/pool/main/p/protobuf/protobuf_3.21.12.orig.tar.gz==d38562490234d8080bdbe8eb7baf937a
@ -23,25 +21,19 @@ https://archive.apache.org/dist/thrift/0.14.1/thrift-0.14.1.tar.gz==c64434548438
https://bootstrap.pypa.io/pip/2.7/get-pip.py==60e8267eb1b7bc71dc4843eb7bd294d3
https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.123+deb11u1.dsc==27f74ae171f50bfc1116d3e23dbbab3f
https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.123+deb11u1.tar.gz==37b56a6cf74721c6496d05d032cd22af
https://deb.debian.org/debian/pool/main/k/kdump-tools/kdump-tools_1.6.8.4.dsc==f96a03bb090ab03d484e5d232161fafe
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.8.1.dsc==cf20d7dc926e6efb6946622f25728074
https://deb.debian.org/debian/pool/main/k/kdump-tools/kdump-tools_1.8.1.tar.xz==bf690b241ae1ef3ac9226ba40995575a
https://deb.nodesource.com/gpgkey/nodesource.gpg.key==003b51a89a133b5db4cca98b2dea3117
https://deb.nodesource.com/node_14.x/dists/bookworm/Release==249bac8daff55b81a1b40c2c283e317d
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==c30873f4a513bb935afaf8f65e7de9e1
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
https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/bfnsdk_20221130_sai_1.11.0_deb11.deb==c2b0dfb4122dcdbd4af58826e2010640
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64==0334fd679ec178f14882b73ebc10d7d8
https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-arm64==e07f07d9f758cdcf57ba5d2ff9f3d491
https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/sai/libsaictc-dev_1.12.0-1_amd64.deb==bab91db87a01dd58a88d0de3dae7c79c
https://github.com/CentecNetworks/sonic-binaries/raw/master/amd64/sai/libsaictc_1.12.0-1_amd64.deb==57fa57bcd38ae4df9d17c56bf1c59bdf
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/arm64/sai/libsaictc-dev_1.12.0-1_arm64.deb==75350b2a4a662268cc413427e47cd588
https://github.com/CentecNetworks/sonic-binaries/raw/master/arm64/sai/libsaictc_1.12.0-1_arm64.deb==7699a44a090208ff0c5cd5d1674ab47b
https://github.com/CumulusNetworks/ifupdown2/archive/3.0.0-1.tar.gz==755459b3a58fbc11625336846cea7420
https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/arm64/sai-plugin/mrvllibsai_1.12.0-2_arm64.deb==60c59c062572deac78c25b8c52bcb76f
https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/armhf/sai-plugin/mrvllibsai_1.12.0-2_armhf.deb==e2890daebc864898775d8b0a7379d4aa
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2012.1062/fw-SPC-rel-13_2012_1062-EVB.mfa==ded5ea46c37ba564a29e306ad233a83c
https://github.com/Mellanox/Spectrum-SDK-Drivers-SONiC-Bins/releases/download/fw-2012.1062/fw-SPC2-rel-29_2012_1062-EVB.mfa==74700208646225d39afff0154642648a
@ -74,18 +66,16 @@ https://launchpad.net/debian/+archive/primary/+sourcefiles/bash/5.1-2/bash_5.1-2
https://launchpad.net/debian/+archive/primary/+sourcefiles/bash/5.1-2/bash_5.1.orig.tar.xz==6ddb13b6111f601db08fc7c72afa0263
https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py==963c345c75fe5c5bdedc05ed98a5fd1f
https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.5/swagger-codegen-cli-2.4.5.jar==219f1453ff22482d9e080effbfa7fa81
https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux/linux_5.10.179-3.debian.tar.xz==d7df508e9f8139cd066f23b45d9ae37b
https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux/linux_5.10.179-3.dsc==6324f828e630f775e861e64e3b4f38fd
https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux/linux_5.10.179.orig.tar.xz==0c6a7ee447e5628fa9c05c56654fa40b
https://sonicstorage.blob.core.windows.net/debian/pool/main/l/lldpd/lldpd_1.0.4-1.debian.tar.xz==0a529cf8d1717b5c3dbe0c61b3512aa1
https://sonicstorage.blob.core.windows.net/debian/pool/main/l/lldpd/lldpd_1.0.4-1.dsc==b88b922d96688c948e90987fcaa3a2de
https://sonicstorage.blob.core.windows.net/debian/pool/main/l/lldpd/lldpd_1.0.4.orig.tar.gz==33e8d58623f99184e4e709cbbfe45db3
https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux/linux_6.1.38-4.debian.tar.xz==c8f198a6081fd0986cfb4e602991d8e6
https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux/linux_6.1.38-4.dsc==963b0628e1019bcdefaac537de9c3505
https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux/linux_6.1.38.orig.tar.xz==ac1b8c9b011c057362e5a228d1268517
https://sonicstorage.blob.core.windows.net/debian/pool/main/l/lldpd/lldpd_1.0.16-1+deb12u1.debian.tar.xz==d909b30dc9442dee628fccc1c2a99ae1
https://sonicstorage.blob.core.windows.net/debian/pool/main/l/lldpd/lldpd_1.0.16-1+deb12u1.dsc==d566d5f5ff64eaff40c2013468919c73
https://sonicstorage.blob.core.windows.net/debian/pool/main/l/lldpd/lldpd_1.0.16.orig.tar.gz==3b8aa604d32a4acc34345987d2d7d631
https://sonicstorage.blob.core.windows.net/debian/pool/main/l/lldpd/lldpd_1.0.16.orig.tar.gz.asc==273f3e4f9f68314c3e59f694adf08024
https://sonicstorage.blob.core.windows.net/debian/pool/main/liby/libyang/libyang2_2.0.112-6.debian.tar.xz==aa798a069f506a243d337c18600477e5
https://sonicstorage.blob.core.windows.net/debian/pool/main/liby/libyang/libyang2_2.0.112-6.dsc==da4924086edc4911c6fca21ca46fdb1d
https://sonicstorage.blob.core.windows.net/debian/pool/main/liby/libyang/libyang2_2.0.112.orig.tar.gz==4ac414ef27f3c4d14f96c2f49c58c2be
https://sonicstorage.blob.core.windows.net/debian/pool/main/n/net-snmp/net-snmp_5.7.3+dfsg-5.debian.tar.xz==ad957e90207d0669beb2109e4e325def
https://sonicstorage.blob.core.windows.net/debian/pool/main/n/net-snmp/net-snmp_5.7.3+dfsg-5.dsc==2443e4dffbdb020e7ab4f947a7904912
https://sonicstorage.blob.core.windows.net/debian/pool/main/n/net-snmp/net-snmp_5.7.3+dfsg.orig.tar.xz==6391ae27eb1ae34ff5530712bb1c4209
https://sonicstorage.blob.core.windows.net/debian/pool/main/n/net-snmp/net-snmp_5.9+dfsg-4+deb11u1.debian.tar.xz==a3e626b1ed5adc26430e1727d81641df
https://sonicstorage.blob.core.windows.net/debian/pool/main/n/net-snmp/net-snmp_5.9+dfsg-4+deb11u1.dsc==a36ed553b5034b7400d9e9a8d529b27e
https://sonicstorage.blob.core.windows.net/debian/pool/main/n/net-snmp/net-snmp_5.9+dfsg.orig.tar.xz==6c2d346ce3320e8999500497e9bacc99

View File

@ -1,17 +1,17 @@
ca-certificates==20210119
curl==7.74.0-1.3+deb11u7
curl==7.74.0-1.3+deb11u10
iproute2==5.10.0-4
jq==1.6-2.1
less==551-2
libatomic1==10.2.1-6
libbpf0==1:0.3-2
libbrotli1==1.0.9-2+b2
libbsd0==0.11.3-1
libbsd0==0.11.3-1+deb11u1
libcap2==1:2.44-1
libcap2-bin==1:2.44-1
libcurl4==7.74.0-1.3+deb11u7
libcurl4==7.74.0-1.3+deb11u10
libdaemon0==0.14-7.1
libdbus-1-3==1.12.24-0+deb11u1
libdbus-1-3==1.12.28-0+deb11u1
libelf1==0.183-1
libestr0==0.1.10-2.1+b1
libexpat1==2.2.10-2+deb11u5
@ -29,8 +29,8 @@ liblzf1==3.6-3
libmd0==1.0.3-3
libmnl0==1.0.4-3
libmpdec3==2.5.1-1
libncurses6==6.2+20201114-2+deb11u1
libncursesw6==6.2+20201114-2+deb11u1
libncurses6==6.2+20201114-2+deb11u2
libncursesw6==6.2+20201114-2+deb11u2
libnghttp2-14==1.43.0-1
libnorm1==1.5.9+dfsg-2
libonig5==6.9.6-1.1

View File

@ -1 +1 @@
openssl==1.1.1n-0+deb11u5
openssl==1.1.1w-0+deb11u1

View File

@ -1,31 +1,31 @@
ca-certificates==20200601~deb10u2
curl==7.64.0-4+deb10u6
curl==7.64.0-4+deb10u7
jq==1.5+dfsg-2+b1
less==487-0.1+b1
libatomic1==8.3.0-6
libcurl4==7.64.0-4+deb10u6
libcurl4==7.64.0-4+deb10u7
libdaemon0==0.14-7
libdbus-1-3==1.12.24-0+deb10u1
libdbus-1-3==1.12.28-0+deb10u1
libestr0==0.1.10-2.1
libexpat1==2.2.6-2+deb10u6
libfastjson4==0.99.8-2+deb10u1
libgdbm-compat4==1.18.1-4
libgdbm6==1.18.1-4
libgssapi-krb5-2==1.17-3+deb10u5
libgssapi-krb5-2==1.17-3+deb10u6
libjansson4==2.12-1
libjemalloc2==5.1.0-3
libjq1==1.5+dfsg-2+b1
libk5crypto3==1.17-3+deb10u5
libk5crypto3==1.17-3+deb10u6
libkeyutils1==1.6-6
libkrb5-3==1.17-3+deb10u5
libkrb5support0==1.17-3+deb10u5
libkrb5-3==1.17-3+deb10u6
libkrb5support0==1.17-3+deb10u6
libldap-2.4-2==2.4.47+dfsg-3+deb10u7
libldap-common==2.4.47+dfsg-3+deb10u7
liblognorm5==2.0.5-1
liblua5.1-0==5.1.5-8.1+b2
libmpdec2==2.4.2-2
libncurses6==6.1+20181013-2+deb10u3
libnghttp2-14==1.36.0-2+deb10u1
libncurses6==6.1+20181013-2+deb10u4
libnghttp2-14==1.36.0-2+deb10u2
libnorm1==1.5.8+dfsg2-1
libonig5==6.9.1-1
libperl5.28==5.28.1-6+deb10u1
@ -33,8 +33,8 @@ libpgm-5.2-0==5.2.122~dfsg-3
libprocps7==2:3.3.15-2
libpsl5==0.20.2-2
libpython3-stdlib==3.7.3-1
libpython3.7-minimal==3.7.3-2+deb10u5
libpython3.7-stdlib==3.7.3-2+deb10u5
libpython3.7-minimal==3.7.3-2+deb10u6
libpython3.7-stdlib==3.7.3-2+deb10u6
libreadline7==7.0-5
librtmp1==2.4+20151223.gitfa8646d.1-2
libsasl2-2==2.1.27+dfsg-1+deb10u2
@ -58,12 +58,12 @@ python3==3.7.3-1
python3-distutils==3.7.3-1
python3-lib2to3==3.7.3-1
python3-minimal==3.7.3-1
python3.7==3.7.3-2+deb10u5
python3.7-minimal==3.7.3-2+deb10u5
python3.7==3.7.3-2+deb10u6
python3.7-minimal==3.7.3-2+deb10u6
readline-common==7.0-5
redis-tools==5:6.0.6-1~bpo10+1
rsyslog==8.1901.0-1+deb10u2
socat==1.7.4.1-3
vim-common==2:8.1.0875-5+deb10u5
vim-tiny==2:8.1.0875-5+deb10u5
xxd==2:8.1.0875-5+deb10u5
vim-common==2:8.1.0875-5+deb10u6
vim-tiny==2:8.1.0875-5+deb10u6
xxd==2:8.1.0875-5+deb10u6

View File

@ -1,5 +1,5 @@
apt-utils==2.2.4
dpkg-dev==1.20.12
dpkg-dev==1.20.13
libboost-serialization1.74.0==1.74.0-9
libhiredis0.14==0.14.1-1
libjs-jquery==3.5.1+dfsg+~3.5.5-7

View File

@ -1,6 +1,6 @@
icu-devtools==67.1-7
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libc-dev-bin==2.31-13+deb11u7
libc6-dev==2.31-13+deb11u7
libcrypt-dev==1:4.4.18-4
libicu-dev==67.1-7
libicu67==67.1-7
@ -10,5 +10,5 @@ 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.191-1
linux-libc-dev==5.10.197-1
zlib1g-dev==1:1.2.11.dfsg-2+deb11u2

View File

@ -1,6 +1,6 @@
icu-devtools==67.1-7
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libc-dev-bin==2.31-13+deb11u7
libc6-dev==2.31-13+deb11u7
libcrypt-dev==1:4.4.18-4
libicu-dev==67.1-7
libicu67==67.1-7
@ -10,5 +10,5 @@ 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.191-1
linux-libc-dev==5.10.197-1
zlib1g-dev==1:1.2.11.dfsg-2+deb11u2

View File

@ -1,6 +1,6 @@
async-timeout==4.0.3
bitarray==1.5.3
ijson==2.6.1
bitarray==2.8.1
ijson==3.2.3
ipaddress==1.0.23
jsondiff==2.0.0
lxml==4.9.1
@ -8,10 +8,10 @@ natsort==6.2.1
netaddr==0.8.0
pyang==2.5.3
pyangbind==0.8.1
pyyaml==5.4.1
pyyaml==6.0.1
redis==4.5.4
redis-dump-load==1.1
regex==2023.8.8
six==1.16.0
tabulate==0.8.2
tabulate==0.9.0
xmltodict==0.12.0

View File

@ -9,7 +9,7 @@ libnl-cli-3-200==3.5.0-1
libnl-genl-3-200==3.5.0-1
libnl-nf-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
libpython3.7==3.7.3-2+deb10u5
libpython3.7==3.7.3-2+deb10u6
libswsscommon==1.0.0
libyang==1.0.73
libyang-cpp==1.0.73

View File

@ -2,7 +2,7 @@ icu-devtools==63.1-6+deb10u3
libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u2
libdpkg-perl==1.19.8
libglib2.0-0==2.58.3-2+deb10u4
libglib2.0-0==2.58.3-2+deb10u5
libicu-dev==63.1-6+deb10u3
libicu63==63.1-6+deb10u3
libxml2==2.9.4+dfsg1-7+deb10u6

View File

@ -2,7 +2,7 @@ icu-devtools==63.1-6+deb10u3
libc-dev-bin==2.28-10+deb10u2
libc6-dev==2.28-10+deb10u2
libdpkg-perl==1.19.8
libglib2.0-0==2.58.3-2+deb10u4
libglib2.0-0==2.58.3-2+deb10u5
libicu-dev==63.1-6+deb10u3
libicu63==63.1-6+deb10u3
libxml2==2.9.4+dfsg1-7+deb10u6

View File

@ -1,6 +1,6 @@
async-timeout==4.0.3
bitarray==1.5.3
ijson==2.6.1
bitarray==2.8.1
ijson==3.2.3
importlib-metadata==6.7.0
ipaddress==1.0.23
jsondiff==2.0.0
@ -9,12 +9,12 @@ natsort==6.2.1
netaddr==0.8.0
pyang==2.5.3
pyangbind==0.8.1
pyyaml==5.4.1
pyyaml==6.0.1
redis==4.5.4
redis-dump-load==1.1
regex==2023.8.8
six==1.16.0
tabulate==0.8.2
tabulate==0.9.0
typing_extensions==4.7.1
xmltodict==0.12.0
zipp==3.15.0

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -17,7 +17,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
redis-server==5:6.0.16-1+deb11u2
sshpass==1.09-1+b1
strace==5.10-1

View File

@ -5,7 +5,7 @@ isc-dhcp-relay-dbgsym==4.4.1-2.3+deb11u2
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdns-export1110==1:9.11.19+dfsg-2.1
libdw1==0.183-1
@ -28,7 +28,7 @@ libsource-highlight4v5==3.1.9-3+b1
libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
lsof==4.93.2+dfsg-1.1
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sonic-dhcp6relay==1.0.0-0
sonic-dhcp6relay-dbgsym==1.0.0-0
sonic-dhcpmon==1.0.0-0

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -17,7 +17,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sonic-eventd-dbgsym==1.0.0-0
sshpass==1.09-1+b1
strace==5.10-1

View File

@ -9,7 +9,7 @@ libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libc-ares2==1.17.1-1+deb11u3
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -32,9 +32,9 @@ libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
libyang2==2.0.112-6
libyang2-dbgsym==2.0.112-6
logrotate==3.18.0-2+deb11u1
logrotate==3.18.0-2+deb11u2
lsof==4.93.2+dfsg-1.1
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
pci.ids==0.0~2021.02.08-1
sensible-utils==0.0.14
sonic-rsyslog-plugin==1.0.0-0

View File

@ -2,11 +2,11 @@ gdb==10.1-1.7
gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libc-dev-bin==2.31-13+deb11u7
libc6-dev==2.31-13+deb11u7
libcbor0==0.5.0+dfsg-2
libcrypt-dev==1:4.4.18-4
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -17,9 +17,9 @@ libicu67==67.1-7
libipt2==2.0.3-1
libmpfr6==4.1.0-3
libnsl-dev==1.3.0-2
libprotobuf-dev==3.12.4-1
libprotobuf-lite23==3.12.4-1
libprotobuf23==3.12.4-1
libprotobuf-dev==3.12.4-1+deb11u1
libprotobuf-lite23==3.12.4-1+deb11u1
libprotobuf23==3.12.4-1+deb11u1
libsaibroncos==3.8
libsaimetadata==1.0.0
libsairedis==1.0.0
@ -28,8 +28,8 @@ libsource-highlight4v5==3.1.9-3+b1
libswsscommon-dbgsym==1.0.0
libtirpc-dev==1.3.1-1+deb11u1
libunwind8==1.3.2-2
linux-libc-dev==5.10.191-1
openssh-client==1:8.4p1-5+deb11u1
linux-libc-dev==5.10.197-1
openssh-client==1:8.4p1-5+deb11u2
sshpass==1.09-1+b1
strace==5.10-1
syncd==1.0.0

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -21,7 +21,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sshpass==1.09-1+b1
strace==5.10-1
syncd==1.0.0

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -25,7 +25,7 @@ libsource-highlight4v5==3.1.9-3+b1
libswsscommon-dbg==1.0.0
libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sshpass==1.09-1+b1
strace==5.10-1
syncd-vs==1.0.0

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -24,9 +24,9 @@ libsource-highlight4v5==3.1.9-3+b1
libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
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
lldpd==1.0.16-1+deb12u1
lldpd-dbgsym==1.0.16-1+deb12u1
openssh-client==1:8.4p1-5+deb11u2
pci.ids==0.0~2021.02.08-1
sshpass==1.09-1+b1
strace==5.10-1

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdashapi==1.0.0
libdebuginfod1==0.183-1
libdw1==0.183-1
@ -25,7 +25,7 @@ libswsscommon-dbgsym==1.0.0
libteam5==1.30-1
libteamdctl0==1.30-1
libunwind8==1.3.2-2
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
python3-protobuf==3.21.12-3
sshpass==1.09-1+b1
strace==5.10-1

View File

@ -7,7 +7,7 @@ libboost-program-options1.74.0==1.74.0-9
libboost-regex1.74.0==1.74.0-9
libboost-thread1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -21,7 +21,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sonic-linkmgrd==1.0.0-1
sonic-linkmgrd-dbgsym==1.0.0-1
sshpass==1.09-1+b1

View File

@ -6,7 +6,7 @@ iptables==1.8.7-1
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -27,7 +27,7 @@ libsource-highlight4v5==3.1.9-3+b1
libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
netbase==6.3
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sshpass==1.09-1+b1
strace==5.10-1
swss-dbg==1.0.0

View File

@ -7,7 +7,7 @@ ifupdown==0.8.36
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -29,7 +29,7 @@ libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
ndisc6==1.0.4-2
ndppd==0.2.5-6
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
pci.ids==0.0~2021.02.08-1
pciutils==1:3.7.0-5
sonic-rsyslog-plugin==1.0.0-0

View File

@ -16,7 +16,7 @@ libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcairo2==1.16.0-5
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdatrie1==0.2.13-1
libdbi1==0.9.0-6
libdebuginfod1==0.183-1
@ -53,8 +53,8 @@ libswsscommon-dbgsym==1.0.0
libthai-data==0.1.28-3
libthai0==0.1.28-3
libunwind8==1.3.2-2
libx11-6==2:1.7.2-1+deb11u1
libx11-data==2:1.7.2-1+deb11u1
libx11-6==2:1.7.2-1+deb11u2
libx11-data==2:1.7.2-1+deb11u2
libxau6==1:1.0.9-1
libxcb-render0==1.14-3
libxcb-shm0==1.14-3
@ -65,8 +65,7 @@ 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
mft==4.25.0-62
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
pci.ids==0.0~2021.02.08-1
pciutils==1:3.7.0-5
psmisc==23.4-2

View File

@ -18,9 +18,9 @@ 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+deb10u6
dbus==1.12.24-0+deb10u1
dbus-user-session==1.12.24-0+deb10u1
curl==7.64.0-4+deb10u7
dbus==1.12.28-0+deb10u1
dbus-user-session==1.12.28-0+deb10u1
dconf-gsettings-backend==0.30.1-2
dconf-service==0.30.1-2
debian-archive-keyring==2019.1+deb10u2
@ -29,9 +29,9 @@ dirmngr==2.2.12-1+deb10u2
dmsetup==2:1.02.155-3
dpkg-dev==1.19.8
ethtool==1:4.19-1
exim4-base==4.92-8+deb10u7
exim4-config==4.92-8+deb10u7
exim4-daemon-light==4.92-8+deb10u7
exim4-base==4.92-8+deb10u8
exim4-config==4.92-8+deb10u8
exim4-daemon-light==4.92-8+deb10u8
fakeroot==1.23-1
file==1:5.35-4+deb10u2
fontconfig==2.13.1-2
@ -70,7 +70,7 @@ hping3==3.a2.ds2-7
ipython3==5.8.0-1+deb10u1
iso-codes==4.2-1
javascript-common==11
krb5-locales==1.17-3+deb10u5
krb5-locales==1.17-3+deb10u6
less==487-0.1+b1
libalgorithm-diff-perl==1.19.03-2
libalgorithm-diff-xs-perl==0.04-5+b1
@ -111,15 +111,15 @@ libcgraph6==2.40.1-6+deb10u1
libcolord2==1.4.3-4
libcroco3==0.6.12-3
libcryptsetup12==2:2.1.0-5+deb10u2
libcups2==2.2.10-6+deb10u8
libcups2==2.2.10-6+deb10u9
libcupsfilters1==1.21.6-5+deb10u1
libcupsimage2==2.2.10-6+deb10u8
libcurl3-gnutls==7.64.0-4+deb10u6
libcurl4==7.64.0-4+deb10u6
libcupsimage2==2.2.10-6+deb10u9
libcurl3-gnutls==7.64.0-4+deb10u7
libcurl4==7.64.0-4+deb10u7
libdaemon0==0.14-7
libdata-dump-perl==1.23-1
libdatrie1==0.2.12-2
libdbus-1-3==1.12.24-0+deb10u1
libdbus-1-3==1.12.28-0+deb10u1
libdconf1==0.30.1-2
libdevmapper1.02.1==2:1.02.155-3
libdouble-conversion1==3.1.0-3
@ -153,7 +153,7 @@ libfile-desktopentry-perl==0.22-1
libfile-fcntllock-perl==0.22-3+b5
libfile-listing-perl==6.04-1
libfile-mimeinfo-perl==0.29-1
libflac8==1.3.2-3+deb10u2
libflac8==1.3.2-3+deb10u3
libfont-afm-perl==1.20-2
libfontconfig1==2.13.1-2
libfontenc1==1:1.1.3-1+b2
@ -172,8 +172,8 @@ libgirepository-1.0-1==1.58.3-2
libgl1==1.1.0-1
libgl1-mesa-dri==18.3.6-2+deb10u1
libglapi-mesa==18.3.6-2+deb10u1
libglib2.0-0==2.58.3-2+deb10u4
libglib2.0-data==2.58.3-2+deb10u4
libglib2.0-0==2.58.3-2+deb10u5
libglib2.0-data==2.58.3-2+deb10u5
libglvnd0==1.1.0-1
libglx-mesa0==18.3.6-2+deb10u1
libglx0==1.1.0-1
@ -182,9 +182,9 @@ libgnutls30==3.6.7-4+deb10u10
libgomp1==8.3.0-6
libgpm2==1.20.7-5
libgraphite2-3==1.3.13-7
libgs9==9.27~dfsg-2+deb10u8
libgs9-common==9.27~dfsg-2+deb10u8
libgssapi-krb5-2==1.17-3+deb10u5
libgs9==9.27~dfsg-2+deb10u9
libgs9-common==9.27~dfsg-2+deb10u9
libgssapi-krb5-2==1.17-3+deb10u6
libgstreamer-plugins-base1.0-0==1.14.4-2+deb10u2
libgstreamer1.0-0==1.14.4-1
libgtk-3-0==3.24.5-1
@ -232,12 +232,12 @@ libjson-c3==0.12.1+ds-2+deb10u1
libjson-glib-1.0-0==1.4.4-2
libjson-glib-1.0-common==1.4.4-2
libjsoncpp1==1.7.4-3
libk5crypto3==1.17-3+deb10u5
libk5crypto3==1.17-3+deb10u6
libkeyutils1==1.6-6
libkmod2==26-1
libkpathsea6==2018.20181218.49446-1+deb10u2
libkrb5-3==1.17-3+deb10u5
libkrb5support0==1.17-3+deb10u5
libkrb5-3==1.17-3+deb10u6
libkrb5support0==1.17-3+deb10u6
libksba8==1.3.5-2+deb10u2
liblab-gamut1==2.40.1-6+deb10u1
liblapack3==3.8.0-2
@ -263,13 +263,13 @@ libmpdec2==2.4.2-2
libmpfr6==4.0.2-1
libmpx2==8.3.0-6
libmtdev1==1.1.5-1+b1
libncurses6==6.1+20181013-2+deb10u3
libncurses6==6.1+20181013-2+deb10u4
libnet-dbus-perl==1.1.0-5+b1
libnet-http-perl==6.18-1
libnet-smtp-ssl-perl==1.04-1
libnet-ssleay-perl==1.85-2+deb10u1
libnet1==1.1.6+dfsg-3.1
libnghttp2-14==1.36.0-2+deb10u1
libnghttp2-14==1.36.0-2+deb10u2
libnl-3-200==3.4.0-1
libnl-cli-3-200==3.4.0-1
libnl-genl-3-200==3.4.0-1
@ -315,10 +315,10 @@ libpython2.7-minimal==2.7.16-2+deb10u3
libpython2.7-stdlib==2.7.16-2+deb10u3
libpython3-dev==3.7.3-1
libpython3-stdlib==3.7.3-1
libpython3.7==3.7.3-2+deb10u5
libpython3.7-dev==3.7.3-2+deb10u5
libpython3.7-minimal==3.7.3-2+deb10u5
libpython3.7-stdlib==3.7.3-2+deb10u5
libpython3.7==3.7.3-2+deb10u6
libpython3.7-dev==3.7.3-2+deb10u6
libpython3.7-minimal==3.7.3-2+deb10u6
libpython3.7-stdlib==3.7.3-2+deb10u6
libqt5core5a==5.11.3+dfsg1-1+deb10u5
libqt5dbus5==5.11.3+dfsg1-1+deb10u5
libqt5gui5==5.11.3+dfsg1-1+deb10u5
@ -408,10 +408,10 @@ libwscodecs2==2.6.20-0+deb10u7
libwsutil9==2.6.20-0+deb10u7
libwww-perl==6.36-2
libwww-robotrules-perl==6.02-1
libx11-6==2:1.6.7-1+deb10u3
libx11-data==2:1.6.7-1+deb10u3
libx11-6==2:1.6.7-1+deb10u4
libx11-data==2:1.6.7-1+deb10u4
libx11-protocol-perl==0.56-7
libx11-xcb1==2:1.6.7-1+deb10u3
libx11-xcb1==2:1.6.7-1+deb10u4
libxau6==1:1.0.8-1+b2
libxaw7==2:1.0.13-1+b2
libxcb-dri2-0==1.13.1-2
@ -450,7 +450,7 @@ libxml-xpathengine-perl==0.14-1
libxml2==2.9.4+dfsg1-7+deb10u6
libxmu6==2:1.1.2-2+b3
libxmuu1==2:1.1.2-2+b3
libxpm4==1:3.5.12-1+deb10u1
libxpm4==1:3.5.12-1+deb10u2
libxrandr2==2:1.5.1-1
libxrender1==1:0.9.10-1
libxshmfence1==1.3-1
@ -472,7 +472,7 @@ make==4.2.1-1.2
manpages==4.16-2
manpages-dev==4.16-2
mime-support==3.62
ncurses-term==6.1+20181013-2+deb10u3
ncurses-term==6.1+20181013-2+deb10u4
net-tools==1.60+git20180626.aebd88e-1
netbase==5.6
ntp==1:4.2.8p12+dfsg-4
@ -553,10 +553,10 @@ python3-venv==3.7.3-1
python3-wcwidth==0.1.7+dfsg1-3
python3-wheel==0.32.3-2
python3-xdg==0.25-5
python3.7==3.7.3-2+deb10u5
python3.7-dev==3.7.3-2+deb10u5
python3.7-minimal==3.7.3-2+deb10u5
python3.7-venv==3.7.3-2+deb10u5
python3.7==3.7.3-2+deb10u6
python3.7-dev==3.7.3-2+deb10u6
python3.7-minimal==3.7.3-2+deb10u6
python3.7-venv==3.7.3-2+deb10u6
qt5-gtk-platformtheme==5.11.3+dfsg1-1+deb10u5
qttranslations5-l10n==5.11.3-2
readline-common==7.0-5
@ -582,9 +582,9 @@ ttf-bitstream-vera==1.10-8
tzdata==2021a-0+deb10u11
ucf==3.0038+nmu1
unzip==6.0-23+deb10u3
vim==2:8.1.0875-5+deb10u5
vim-common==2:8.1.0875-5+deb10u5
vim-runtime==2:8.1.0875-5+deb10u5
vim==2:8.1.0875-5+deb10u6
vim-common==2:8.1.0875-5+deb10u6
vim-runtime==2:8.1.0875-5+deb10u6
wget==1.20.1-1.1
wireshark==2.6.20-0+deb10u7
wireshark-common==2.6.20-0+deb10u7
@ -598,5 +598,5 @@ xdg-utils==1.1.3-1+deb10u1
xfonts-encodings==1:1.0.4-2
xfonts-utils==1:7.7+6
xkb-data==2.26-2
xxd==2:8.1.0875-5+deb10u5
xxd==2:8.1.0875-5+deb10u6
xz-utils==5.2.4-1+deb10u1

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -17,7 +17,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
radvd==1:2.18-3
sshpass==1.09-1+b1
strace==5.10-1

View File

@ -6,7 +6,7 @@ hsflowd-dbg==2.0.51-26
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -20,7 +20,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
psample==1.1-1
sflowtool==5.04
sshpass==1.09-1+b1

View File

@ -4,9 +4,9 @@ gdbserver==10.1-1.7
ipmitool==1.8.18-10.1
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libc-l10n==2.31-13+deb11u6
libc-l10n==2.31-13+deb11u7
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -27,8 +27,8 @@ libsource-highlight-common==3.1.9-3
libsource-highlight4v5==3.1.9-3+b1
libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
locales==2.31-13+deb11u6
openssh-client==1:8.4p1-5+deb11u1
locales==2.31-13+deb11u7
openssh-client==1:8.4p1-5+deb11u2
pci.ids==0.0~2021.02.08-1
snmp==5.9+dfsg-4+deb11u1
snmp-dbgsym==5.9+dfsg-4+deb11u1

View File

@ -4,11 +4,10 @@ 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+deb10u6
libcurl3-gnutls==7.64.0-4+deb10u7
libdw1==0.176-1.1+deb10u1
libedit2==3.1-20181209-1
libelf1==0.176-1.1+deb10u1
libglib2.0-0==2.58.3-2+deb10u4
libglib2.0-0==2.58.3-2+deb10u5
libgpm2==1.20.7-5
libicu63==63.1-6+deb10u3
libipt2==2.0-2
@ -22,5 +21,5 @@ sonic-mgmt-framework==1.0-01
sonic-mgmt-framework-dbg==1.0-01
sshpass==1.06-1
strace==4.26-0.2
vim==2:8.1.0875-5+deb10u5
vim-runtime==2:8.1.0875-5+deb10u5
vim==2:8.1.0875-5+deb10u6
vim-runtime==2:8.1.0875-5+deb10u6

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -17,7 +17,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sonic-gnmi==0.1
sonic-mgmt-common==1.0.0
sshpass==1.09-1+b1

View File

@ -5,7 +5,7 @@ bzip2==1.0.8-4
comerr-dev==2.1-1.46.2-2
conntrack==1:1.4.6-2
cron==3.0pl1-137
dbus==1.12.24-0+deb11u1
dbus==1.12.28-0+deb11u1
dirmngr==2.2.27-2+deb11u2
dmsetup==2:1.02.175-2.1
ethtool==1:5.9-1
@ -25,20 +25,20 @@ gpg-wks-client==2.2.27-2+deb11u2
gpg-wks-server==2.2.27-2+deb11u2
gpgconf==2.2.27-2+deb11u2
gpgsm==2.2.27-2+deb11u2
grub-common==2.06-3~deb11u5
grub2-common==2.06-3~deb11u5
grub-common==2.06-3~deb11u6
grub2-common==2.06-3~deb11u6
icu-devtools==67.1-7
ifupdown==0.8.36
iproute2==5.10.0-4sonic1
iptables==1.8.7-1
krb5-multidev==1.18.3-6+deb11u3
krb5-multidev==1.18.3-6+deb11u4
libapparmor1==2.13.6-10
libassuan0==2.5.3-7.1
libblkid-dev==2.36.1-8+deb11u1
libbsd-dev==0.11.3-1
libbsd-dev==0.11.3-1+deb11u1
libc-ares2==1.17.1-1+deb11u3
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libc-dev-bin==2.31-13+deb11u7
libc6-dev==2.31-13+deb11u7
libcbor0==0.5.0+dfsg-2
libcrypt-dev==1:4.4.18-4
libdevmapper1.02.1==2:1.02.175-2.1
@ -53,7 +53,7 @@ libfuse2==2.9.9-5
libgirepository-1.0-1==1.66.1-1+b1
libglib2.0-0==2.66.8-1
libglib2.0-data==2.66.8-1
libgssrpc4==1.18.3-6+deb11u3
libgssrpc4==1.18.3-6+deb11u4
libicu-dev==67.1-7
libicu67==67.1-7
libip4tc2==1.8.7-1
@ -62,11 +62,11 @@ libjs-sphinxdoc==3.4.3-2
libjs-underscore==1.9.1~dfsg-3
libjson-c5==0.15-2+deb11u1
libjudydebian1==1.0.5-5+b2
libk5crypto3==1.18.3-6+deb11u3
libkadm5clnt-mit12==1.18.3-6+deb11u3
libkadm5srv-mit12==1.18.3-6+deb11u3
libkdb5-10==1.18.3-6+deb11u3
libkrb5-dev==1.18.3-6+deb11u3
libk5crypto3==1.18.3-6+deb11u4
libkadm5clnt-mit12==1.18.3-6+deb11u4
libkadm5srv-mit12==1.18.3-6+deb11u4
libkdb5-10==1.18.3-6+deb11u4
libkrb5-dev==1.18.3-6+deb11u4
libksba8==1.5.0-3+deb11u2
libmd-dev==1.0.3-3
libnet1==1.1.6+dfsg-3.1
@ -82,14 +82,14 @@ libpgm-dev==5.3.128~dfsg-2
libpng16-16==1.6.37-3
libpopt0==1.18-2
libpython2-stdlib==2.7.18-3
libpython2.7-minimal==2.7.18-8
libpython2.7-stdlib==2.7.18-8
libpython2.7-minimal==2.7.18-8+deb11u1
libpython2.7-stdlib==2.7.18-8+deb11u1
libqt5core5a==5.15.2+dfsg-9
libqt5dbus5==5.15.2+dfsg-9
libqt5network5==5.15.2+dfsg-9
libsaivs==1.0.0
libsodium-dev==1.0.18-1
libssl1.1==1.1.1n-0+deb11u5
libssl1.1==1.1.1w-0+deb11u1
libsystemd0==247.3-7+deb11u2
libteam-utils==1.30-1
libtirpc-dev==1.3.1-1+deb11u1
@ -98,24 +98,24 @@ 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.191-1
logrotate==3.18.0-2+deb11u1
linux-libc-dev==5.10.197-1
logrotate==3.18.0-2+deb11u2
lsof==4.93.2+dfsg-1.1
mailcap==3.69
mime-support==3.66
ndisc6==1.0.4-2
netbase==6.3
openssh-client==1:8.4p1-5+deb11u1
openssh-server==1:8.4p1-5+deb11u1
openssh-sftp-server==1:8.4p1-5+deb11u1
openssl==1.1.1n-0+deb11u5
openssh-client==1:8.4p1-5+deb11u2
openssh-server==1:8.4p1-5+deb11u2
openssh-sftp-server==1:8.4p1-5+deb11u2
openssl==1.1.1w-0+deb11u1
pinentry-curses==1.1.0-4
psmisc==23.4-2
python-ply==3.11-4
python2==2.7.18-3
python2-minimal==2.7.18-3
python2.7==2.7.18-8
python2.7-minimal==2.7.18-8
python2.7==2.7.18-8+deb11u1
python2.7-minimal==2.7.18-8+deb11u1
python3-scapy==2.4.4-4
redis-server==5:6.0.16-1+deb11u2
runit-helper==2.10.3

View File

@ -15,14 +15,14 @@ libarchive13==3.4.3-2+deb11u1
libasan6==10.2.1-6
libbinutils==2.35.2-2
libboost-atomic1.74.0==1.74.0-9
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libc-dev-bin==2.31-13+deb11u7
libc6-dev==2.31-13+deb11u7
libcc1-0==10.2.1-6
libcrypt-dev==1:4.4.18-4
libctf-nobfd0==2.35.2-2
libctf0==2.35.2-2
libdouble-conversion3==3.1.5-6.1
libdpkg-perl==1.20.12
libdpkg-perl==1.20.13
libexpat1-dev==2.2.10-2+deb11u5
libffi-dev==3.3-6
libgcc-10-dev==10.2.1-6
@ -39,17 +39,17 @@ libnsl-dev==1.3.0-2
libpcre2-16-0==10.36-2+deb11u1
libpython2-dev==2.7.18-3
libpython2-stdlib==2.7.18-3
libpython2.7==2.7.18-8
libpython2.7-dev==2.7.18-8
libpython2.7-minimal==2.7.18-8
libpython2.7-stdlib==2.7.18-8
libpython2.7==2.7.18-8+deb11u1
libpython2.7-dev==2.7.18-8+deb11u1
libpython2.7-minimal==2.7.18-8+deb11u1
libpython2.7-stdlib==2.7.18-8+deb11u1
libqt5core5a==5.15.2+dfsg-9
libqt5dbus5==5.15.2+dfsg-9
libqt5network5==5.15.2+dfsg-9
libquadmath0==10.2.1-6
librhash0==1.4.1-2
libssl-dev==1.1.1n-0+deb11u5
libssl1.1==1.1.1n-0+deb11u5
libssl-dev==1.1.1w-0+deb11u1
libssl1.1==1.1.1w-0+deb11u1
libstdc++-10-dev==10.2.1-6
libthrift-0.11.0==0.11.0-4
libtirpc-dev==1.3.1-1+deb11u1
@ -57,7 +57,7 @@ libtsan0==10.2.1-6
libubsan1==10.2.1-6
libuv1==1.40.0-2
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.191-1
linux-libc-dev==5.10.197-1
mailcap==3.69
make==4.3-4.1
mime-support==3.66
@ -70,9 +70,9 @@ python-setuptools==44.1.1-1
python2==2.7.18-3
python2-dev==2.7.18-3
python2-minimal==2.7.18-3
python2.7==2.7.18-8
python2.7-dev==2.7.18-8
python2.7-minimal==2.7.18-8
python2.7==2.7.18-8+deb11u1
python2.7-dev==2.7.18-8+deb11u1
python2.7-minimal==2.7.18-8+deb11u1
python3-pip==20.3.4-4+deb11u1
python3-pkg-resources==52.0.0-4
python3-setuptools==52.0.0-4

View File

@ -5,7 +5,7 @@ kmod==28-1
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -22,7 +22,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sshpass==1.09-1+b1
strace==5.10-1
syncd==1.0.0

View File

@ -15,14 +15,14 @@ libarchive13==3.4.3-2+deb11u1
libasan6==10.2.1-6
libbinutils==2.35.2-2
libboost-atomic1.74.0==1.74.0-9
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libc-dev-bin==2.31-13+deb11u7
libc6-dev==2.31-13+deb11u7
libcc1-0==10.2.1-6
libcrypt-dev==1:4.4.18-4
libctf-nobfd0==2.35.2-2
libctf0==2.35.2-2
libdouble-conversion3==3.1.5-6.1
libdpkg-perl==1.20.12
libdpkg-perl==1.20.13
libexpat1-dev==2.2.10-2+deb11u5
libffi-dev==3.3-6
libgcc-10-dev==10.2.1-6
@ -39,17 +39,17 @@ libnsl-dev==1.3.0-2
libpcre2-16-0==10.36-2+deb11u1
libpython2-dev==2.7.18-3
libpython2-stdlib==2.7.18-3
libpython2.7==2.7.18-8
libpython2.7-dev==2.7.18-8
libpython2.7-minimal==2.7.18-8
libpython2.7-stdlib==2.7.18-8
libpython2.7==2.7.18-8+deb11u1
libpython2.7-dev==2.7.18-8+deb11u1
libpython2.7-minimal==2.7.18-8+deb11u1
libpython2.7-stdlib==2.7.18-8+deb11u1
libqt5core5a==5.15.2+dfsg-9
libqt5dbus5==5.15.2+dfsg-9
libqt5network5==5.15.2+dfsg-9
libquadmath0==10.2.1-6
librhash0==1.4.1-2
libssl-dev==1.1.1n-0+deb11u5
libssl1.1==1.1.1n-0+deb11u5
libssl-dev==1.1.1w-0+deb11u1
libssl1.1==1.1.1w-0+deb11u1
libstdc++-10-dev==10.2.1-6
libthrift-0.11.0==0.11.0-4
libtirpc-dev==1.3.1-1+deb11u1
@ -57,7 +57,7 @@ libtsan0==10.2.1-6
libubsan1==10.2.1-6
libuv1==1.40.0-2
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.191-1
linux-libc-dev==5.10.197-1
mailcap==3.69
make==4.3-4.1
mime-support==3.66
@ -70,9 +70,9 @@ python-setuptools==44.1.1-1
python2==2.7.18-3
python2-dev==2.7.18-3
python2-minimal==2.7.18-3
python2.7==2.7.18-8
python2.7-dev==2.7.18-8
python2.7-minimal==2.7.18-8
python2.7==2.7.18-8+deb11u1
python2.7-dev==2.7.18-8+deb11u1
python2.7-minimal==2.7.18-8+deb11u1
python3-pip==20.3.4-4+deb11u1
python3-pkg-resources==52.0.0-4
python3-setuptools==52.0.0-4

View File

@ -5,7 +5,7 @@ kmod==28-1
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -23,7 +23,7 @@ libsource-highlight4v5==3.1.9-3+b1
libswsscommon-dbgsym==1.0.0
libunwind8==1.3.2-2
libyaml-0-2==0.2.2-1
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sshpass==1.09-1+b1
strace==5.10-1
syncd==1.0.0

View File

@ -19,7 +19,7 @@ libcc1-0==10.2.1-6
libctf-nobfd0==2.35.2-2
libctf0==2.35.2-2
libdouble-conversion3==3.1.5-6.1
libdpkg-perl==1.20.12
libdpkg-perl==1.20.13
libffi-dev==3.3-6
libgcc-10-dev==10.2.1-6
libglib2.0-0==2.66.8-1
@ -33,17 +33,17 @@ libmpfr6==4.1.0-3
libpcre2-16-0==10.36-2+deb11u1
libpython2-dev==2.7.18-3
libpython2-stdlib==2.7.18-3
libpython2.7==2.7.18-8
libpython2.7-dev==2.7.18-8
libpython2.7-minimal==2.7.18-8
libpython2.7-stdlib==2.7.18-8
libpython2.7==2.7.18-8+deb11u1
libpython2.7-dev==2.7.18-8+deb11u1
libpython2.7-minimal==2.7.18-8+deb11u1
libpython2.7-stdlib==2.7.18-8+deb11u1
libqt5core5a==5.15.2+dfsg-9
libqt5dbus5==5.15.2+dfsg-9
libqt5network5==5.15.2+dfsg-9
libquadmath0==10.2.1-6
librhash0==1.4.1-2
libssl-dev==1.1.1n-0+deb11u5
libssl1.1==1.1.1n-0+deb11u5
libssl-dev==1.1.1w-0+deb11u1
libssl1.1==1.1.1w-0+deb11u1
libstdc++-10-dev==10.2.1-6
libthrift-0.11.0==0.11.0-4
libtsan0==10.2.1-6
@ -62,9 +62,9 @@ python-setuptools==44.1.1-1
python2==2.7.18-3
python2-dev==2.7.18-3
python2-minimal==2.7.18-3
python2.7==2.7.18-8
python2.7-dev==2.7.18-8
python2.7-minimal==2.7.18-8
python2.7==2.7.18-8+deb11u1
python2.7-dev==2.7.18-8+deb11u1
python2.7-minimal==2.7.18-8+deb11u1
shared-mime-info==2.0-1
syncd-rpc==1.0.0
wget==1.21-1+deb11u1

View File

@ -7,11 +7,11 @@ iproute2-dev==1.mlnx.4.5.4206
iproute2-mlnx==5.10.0-4~bpo10+1
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libc-dev-bin==2.31-13+deb11u7
libc6-dev==2.31-13+deb11u7
libcbor0==0.5.0+dfsg-2
libcrypt-dev==1:4.4.18-4
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -40,11 +40,11 @@ libswsscommon-dbgsym==1.0.0
libtirpc-dev==1.3.1-1+deb11u1
libunwind8==1.3.2-2
libxml2==2.9.10+dfsg-6.7+deb11u4
linux-libc-dev==5.10.191-1
linux-libc-dev==5.10.197-1
mft==4.25.0-62
mft-fwtrace-cfg==1.0.0
mlnx-sai==1.mlnx.SAIBuild2211.25.1.4
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
python-pip-whl==20.3.4-4+deb11u1
python-sdk-api==1.mlnx.4.6.1062
python3-attr==20.3.0-1

View File

@ -0,0 +1,44 @@
dmsetup==2:1.02.175-2.1
iputils-ping==3:20210202-1
keyutils==1.6.1-2
libdbus-1-dev==1.12.28-0+deb11u1
libdevmapper1.02.1==2:1.02.175-2.1
libdpkg-perl==1.20.13
libevent-2.1-7==2.1.12-stable-1
libexpat1-dev==2.2.10-2+deb11u5
libglib2.0-0==2.66.8-1
libnfsidmap2==0.25-6
libpcap-dev==1.10.0-2
libpcap0.8==1.10.0-2
libpcap0.8-dev==1.10.0-2
libpython2-dev==2.7.18-3
libpython2-stdlib==2.7.18-3
libpython2.7==2.7.18-8+deb11u1
libpython2.7-dev==2.7.18-8+deb11u1
libpython2.7-minimal==2.7.18-8+deb11u1
libpython2.7-stdlib==2.7.18-8+deb11u1
libsaimetadata==1.0.0
libsairedis==1.0.0
libsensors-config==1:3.6.0-7
libsensors-dev==1:3.6.0-7
libsensors4-dev==1:3.6.0-7
libsensors5==1:3.6.0-7
mailcap==3.69
mime-support==3.66
mrvllibsai==1.12.0-2
nfs-common==1:1.3.4-6
pkg-config==0.29.2-1
python-dev-is-python2==2.7.18-9
python-is-python2==2.7.18-9
python2==2.7.18-3
python2-dev==2.7.18-3
python2-minimal==2.7.18-3
python2.7==2.7.18-8+deb11u1
python2.7-dev==2.7.18-8+deb11u1
python2.7-minimal==2.7.18-8+deb11u1
rpcbind==1.2.5-9
sensible-utils==0.0.14
swig==4.0.2-1
swig4.0==4.0.2-1
syncd==1.0.0
ucf==3.0043

View File

@ -1,9 +1,9 @@
dmsetup==2:1.02.175-2.1
iputils-ping==3:20210202-1
keyutils==1.6.1-2
libdbus-1-dev==1.12.24-0+deb11u1
libdbus-1-dev==1.12.28-0+deb11u1
libdevmapper1.02.1==2:1.02.175-2.1
libdpkg-perl==1.20.12
libdpkg-perl==1.20.13
libevent-2.1-7==2.1.12-stable-1
libexpat1-dev==2.2.10-2+deb11u5
libglib2.0-0==2.66.8-1
@ -13,10 +13,10 @@ libpcap0.8==1.10.0-2
libpcap0.8-dev==1.10.0-2
libpython2-dev==2.7.18-3
libpython2-stdlib==2.7.18-3
libpython2.7==2.7.18-8
libpython2.7-dev==2.7.18-8
libpython2.7-minimal==2.7.18-8
libpython2.7-stdlib==2.7.18-8
libpython2.7==2.7.18-8+deb11u1
libpython2.7-dev==2.7.18-8+deb11u1
libpython2.7-minimal==2.7.18-8+deb11u1
libpython2.7-stdlib==2.7.18-8+deb11u1
libsaimetadata==1.0.0
libsairedis==1.0.0
libsensors-config==1:3.6.0-7
@ -33,9 +33,9 @@ python-is-python2==2.7.18-9
python2==2.7.18-3
python2-dev==2.7.18-3
python2-minimal==2.7.18-3
python2.7==2.7.18-8
python2.7-dev==2.7.18-8
python2.7-minimal==2.7.18-8
python2.7==2.7.18-8+deb11u1
python2.7-dev==2.7.18-8+deb11u1
python2.7-minimal==2.7.18-8+deb11u1
rpcbind==1.2.5-9
sensible-utils==0.0.14
swig==4.0.2-1

View File

@ -4,7 +4,7 @@ iproute2==5.10.0-4sonic1
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -25,7 +25,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
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sshpass==1.09-1+b1
strace==5.10-1
syncd-vs==1.0.0

View File

@ -3,7 +3,7 @@ gdbserver==10.1-1.7
libbabeltrace1==1.5.8-1+b3
libboost-regex1.74.0==1.74.0-9
libcbor0==0.5.0+dfsg-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl3-gnutls==7.74.0-1.3+deb11u10
libdebuginfod1==0.183-1
libdw1==0.183-1
libedit2==3.1-20191231-2+b1
@ -20,7 +20,7 @@ libteam-utils==1.30-1
libteam-utils-dbgsym==1.30-1
libteamdctl0-dbgsym==1.30-1
libunwind8==1.3.2-2
openssh-client==1:8.4p1-5+deb11u1
openssh-client==1:8.4p1-5+deb11u2
sshpass==1.09-1+b1
strace==5.10-1
swss-dbg==1.0.0

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,35 @@
bc==1.07.1-3
binutils-aarch64-linux-gnu==2.40-2
binutils-arm-linux-gnueabihf==2.40-2
cpp-12-arm-linux-gnueabihf==12.2.0-14cross1
cpp-arm-linux-gnueabihf==4:12.2.0-3
dctrl-tools==2.24-3
dvipng==1.15-1.1
gcc-12-arm-linux-gnueabihf==12.2.0-14cross1
gcc-12-arm-linux-gnueabihf-base==12.2.0-14cross1
gcc-12-cross-base==12.2.0-14cross1
gcc-arm-linux-gnueabihf==4:12.2.0-3
libasan8-armhf-cross==12.2.0-14cross1
libatomic1-armhf-cross==12.2.0-14cross1
libc6-armhf-cross==2.36-8cross1
libgcc-12-dev-armhf-cross==12.2.0-14cross1
libgcc-s1-armhf-cross==12.2.0-14cross1
libgomp1-armhf-cross==12.2.0-14cross1
libhwasan0==12.2.0-14
libnanomsg-dev==1.1.5+dfsg-1.1
libnanomsg5==1.1.5+dfsg-1.1
libnode108==18.13.0+dfsg1-1
libstdc++6-armhf-cross==12.2.0-14cross1
libubsan1-armhf-cross==12.2.0-14cross1
libunicode-linebreak-perl==0.0.20190101-1+b4
libxslt1-dev==1.1.35-1
linux-headers-6.1.0-13-arm64==6.1.55-1
linux-headers-arm64==6.1.55-1
node-acorn==8.8.1+ds+~cs25.17.7-2
node-busboy==1.6.0+~cs2.6.0-2
node-cjs-module-lexer==1.2.2+dfsg-5
node-undici==5.15.0+dfsg1+~cs20.10.9.3-1+deb12u1
node-xtend==4.0.2-3
nodejs==18.13.0+dfsg1-1
nodejs-doc==18.13.0+dfsg1-1
wget==1.21.3-1+b1

View File

@ -0,0 +1,20 @@
bc==1.07.1-3
binutils-arm-linux-gnueabihf==2.40-2
dctrl-tools==2.24-3
dvipng==1.15-1.1
libnanomsg-dev==1.1.5+dfsg-1.1
libnanomsg5==1.1.5+dfsg-1.1
libnode108==18.13.0+dfsg1-1
libunicode-linebreak-perl==0.0.20190101-1+b4
libxslt1-dev==1.1.35-1
linux-compiler-gcc-12-arm==6.1.55-1
linux-headers-6.1.0-13-armmp==6.1.55-1
linux-headers-armmp==6.1.55-1
node-acorn==8.8.1+ds+~cs25.17.7-2
node-busboy==1.6.0+~cs2.6.0-2
node-cjs-module-lexer==1.2.2+dfsg-5
node-undici==5.15.0+dfsg1+~cs20.10.9.3-1+deb12u1
node-xtend==4.0.2-3
nodejs==18.13.0+dfsg1-1
nodejs-doc==18.13.0+dfsg1-1
wget==1.21.3-1+b1

View File

@ -0,0 +1,122 @@
alabaster==0.7.12
astroid==2.14.2
async-timeout==4.0.3
attrs==22.2.0
automat==22.10.0
babel==2.10.3
bcrypt==3.2.2
beautifulsoup4==4.11.2
bitarray==2.8.2
blinker==1.5
build==0.9.0
certifi==2022.9.24
chardet==5.1.0
charset-normalizer==3.0.1
click==8.1.3
colorama==0.4.6
constantly==15.1.0
coverage==6.5.0
crc16==0.1.1
cryptography==38.0.4
ctypesgen==1.0.2
dblatex==0.3.12
dbus-python==1.3.2
devscripts==2.23.4
dill==0.3.6
distro==1.8.0
docutils==0.19
fastentrypoints==0.12
gbp==0.9.30
gcovr==5.2
gpg==1.18.0
html5lib==1.1
httplib2==0.20.4
hyperlink==21.0.0
idna==3.3
imagesize==1.4.1
importlib-metadata==4.12.0
incremental==21.3.0
iniconfig==1.1.1
isort==5.6.4
j2cli==0.3.12b0
jinja2==3.1.2
lazr.restfulclient==0.14.5
lazr.uri==1.0.6
lazy-object-proxy==1.9.0
logilab-common==1.9.8
lxml==4.9.2
m2crypto==0.38.0
mako==1.2.4.dev0
markdown==3.4.1
markupsafe==2.1.2
mccabe==0.7.0
mmh3==2.5.1
mock==5.1.0
mockredispy==2.9.3
more-itertools==8.10.0
mypy-extensions==0.4.3
nose==1.3.7
oauthlib==3.2.2
olefile==0.46
packaging==23.0
parameterized==0.8.1
parse==1.19.0
pep517==0.13.0
pexpect==4.8.0
pillow==10.0.0
pip==23.3
platformdirs==2.6.0
pluggy==1.0.0+repack
ptyprocess==0.7.0
py==1.11.0
pyang==2.4.0
pyangbind==0.8.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyfakefs==5.3.0
pygments==2.14.0
pygobject==3.42.2
pyhamcrest==2.0.3
pyjwt==2.6.0
pylint==2.16.2
pympler==1.0
pyopenssl==23.0.0
pyparsing==3.0.9
pytest==7.2.1
pytest-cov==4.0.0
pytest-runner==5.2
python-apt==2.6.0
python-dateutil==2.8.2
python-debian==0.1.49
python-magic==0.4.26
pytz==2022.7.1
pyxdg==0.28
pyyaml==6.0
redis==5.0.1
regex==2023.10.3
requests==2.28.1
roman==3.3
scour==0.38.2
service-identity==18.1.0
setuptools==66.1.1
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.3.2
sphinx==5.3.0
sphinx-rtd-theme==1.2.0
stdeb==0.10.0
stgit==0.19
toml==0.10.2
tomli==2.0.1
tomlkit==0.11.7
twisted==22.4.0
typing_extensions==4.4.0
unidiff==0.7.3
urllib3==1.26.12
wadllib==1.3.6
webencodings==0.5.1
wheel==0.38.4
wrapt==1.14.1
xdg==5
zipp==1.0.0
zope.interface==5.5.2

View File

@ -53,16 +53,16 @@ comerr-dev==2.1-1.46.2-2
containerd.io==1.6.21-1
cowbuilder==0.89
cowdancer==0.89
cpio==2.13+dfsg-4
cpio==2.13+dfsg-7.1~deb11u1
cpp==4:10.2.1-1
cpp-10==10.2.1-6
cppcheck==2.3-1
cron==3.0pl1-137
curl==7.74.0-1.3+deb11u7
curl==7.74.0-1.3+deb11u10
dblatex==0.3.12py3-1
dblatex-doc==0.3.12py3-1
dbus==1.12.24-0+deb11u1
dbus-user-session==1.12.24-0+deb11u1
dbus==1.12.28-0+deb11u1
dbus-user-session==1.12.28-0+deb11u1
dconf-gsettings-backend==0.38.0-2
dconf-service==0.38.0-2
dctrl-tools==2.24-3+b1
@ -87,7 +87,7 @@ dh-strip-nondeterminism==1.12.0-1
dictionaries-common==1.28.4
diffstat==1.64-1
dirmngr==2.2.27-2+deb11u2
distro-info-data==0.51+deb11u3
distro-info-data==0.51+deb11u4
dkms==2.8.4-3
dmeventd==2:1.02.175-2.1
dmsetup==2:1.02.175-2.1
@ -101,13 +101,13 @@ docbook-xsl==1.79.2+dfsg-1
docker-buildx-plugin==0.10.5-1~debian.11~bullseye
docker-ce==5:24.0.2-1~debian.11~bullseye
docker-ce-cli==5:24.0.2-1~debian.11~bullseye
docker-ce-rootless-extras==5:24.0.6-1~debian.11~bullseye
docker-ce-rootless-extras==5:24.0.7-1~debian.11~bullseye
docker-compose-plugin==2.18.1-1~debian.11~bullseye
docutils-common==0.16+dfsg-4
dosfstools==4.2-1
doxygen==1.9.1-1
dpatch==2.0.41
dpkg-dev==1.20.12
dpkg-dev==1.20.13
dput==1.1.0
dvipng==1.15-1.1+b1
dvisvgm==2.11.1-1
@ -121,9 +121,9 @@ emacs-el==1:27.1+1-3.1+deb11u2
emacs-nox==1:27.1+1-3.1+deb11u2
emacsen-common==3.0.4
equivs==2.3.1
exim4-base==4.94.2-7
exim4-config==4.94.2-7
exim4-daemon-light==4.94.2-7
exim4-base==4.94.2-7+deb11u1
exim4-config==4.94.2-7+deb11u1
exim4-daemon-light==4.94.2-7+deb11u1
expat==2.2.10-2+deb11u5
fakeroot==1.25.3-1.1
file==1:5.39-3+deb11u1
@ -155,7 +155,7 @@ gem2deb==1.4
gem2deb-test-runner==1.4
gettext==0.21-4
gettext-base==0.21-4
ghostscript==9.53.3~dfsg-7+deb11u5
ghostscript==9.53.3~dfsg-7+deb11u6
gir1.2-atk-1.0==2.36.0-2
gir1.2-atspi-2.0==2.38.0-4+deb11u1
gir1.2-freedesktop==1.66.1-1+b1
@ -222,7 +222,7 @@ jq==1.6-2.1
junit5==5.3.2-4
kernel-wedge==2.104
kmod==28-1
krb5-multidev==1.18.3-6+deb11u3
krb5-multidev==1.18.3-6+deb11u4
lcov==1.14-2
less==551-2
lib32asan6==10.2.1-6
@ -300,12 +300,12 @@ libb-hooks-endofscope-perl==0.24-1.1
libb-hooks-op-check-perl==0.22-1+b3
libbabeltrace-dev==1.5.8-1+b3
libbabeltrace1==1.5.8-1+b3
libbatik-java==1.12-4+deb11u1
libbatik-java==1.12-4+deb11u2
libbdplus0==0.1.2-3
libbind-export-dev==1:9.11.19+dfsg-2.1
libbinutils==2.35.2-2
libbit-vector-perl==7.4-1+b7
libblas3==3.9.0-3
libblas3==3.9.0-3+deb11u1
libblkid-dev==2.36.1-8+deb11u1
libbluray2==1:1.2.1-4+deb11u2
libboost-atomic-dev==1.74.0.3
@ -366,21 +366,21 @@ libbrlapi0.8==6.3+dfsg-1+deb11u1
libbrotli-dev==1.0.9-2+b2
libbrotli1==1.0.9-2+b2
libbs2b0==3.1.0+dfsg-2.2+b1
libbsd-dev==0.11.3-1
libbsd0==0.11.3-1
libbsd-dev==0.11.3-1+deb11u1
libbsd0==0.11.3-1+deb11u1
libbsh-java==2.0b4-20
libbz2-dev==1.0.8-4
libc-ares-dev==1.17.1-1+deb11u3
libc-ares2==1.17.1-1+deb11u3
libc-dev-bin==2.31-13+deb11u6
libc-devtools==2.31-13+deb11u6
libc-l10n==2.31-13+deb11u6
libc6-dbg==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libc6-dev-i386==2.31-13+deb11u6
libc6-dev-x32==2.31-13+deb11u6
libc6-i386==2.31-13+deb11u6
libc6-x32==2.31-13+deb11u6
libc-dev-bin==2.31-13+deb11u7
libc-devtools==2.31-13+deb11u7
libc-l10n==2.31-13+deb11u7
libc6-dbg==2.31-13+deb11u7
libc6-dev==2.31-13+deb11u7
libc6-dev-i386==2.31-13+deb11u7
libc6-dev-x32==2.31-13+deb11u7
libc6-i386==2.31-13+deb11u7
libc6-x32==2.31-13+deb11u7
libcaca0==0.99.beta19-2.2
libcacard0==1:2.8.0-3
libcairo-gobject2==1.16.0-5
@ -448,10 +448,10 @@ libctf-nobfd0==2.35.2-2
libctf0==2.35.2-2
libcunit1==2.1-3-dfsg-2.3
libcunit1-dev==2.1-3-dfsg-2.3
libcups2==2.3.3op2-3+deb11u2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl4==7.74.0-1.3+deb11u7
libcurl4-openssl-dev==7.74.0-1.3+deb11u7
libcups2==2.3.3op2-3+deb11u6
libcurl3-gnutls==7.74.0-1.3+deb11u10
libcurl4==7.74.0-1.3+deb11u10
libcurl4-openssl-dev==7.74.0-1.3+deb11u10
libdaemon-dev==0.14-7.1
libdaemon0==0.14-7.1
libdata-dpath-perl==0.58-1
@ -466,8 +466,8 @@ libdaxctl1==71.1-1
libdb-dev==5.3.1+nmu1
libdb5.3-dev==5.3.28+dfsg1-0.8
libdbi1==0.9.0-6
libdbus-1-3==1.12.24-0+deb11u1
libdbus-1-dev==1.12.24-0+deb11u1
libdbus-1-3==1.12.28-0+deb11u1
libdbus-1-dev==1.12.28-0+deb11u1
libdbus-glib-1-2==0.110-6
libdbus-glib-1-dev==0.110-6
libdbus-glib-1-dev-bin==0.110-6
@ -497,7 +497,7 @@ libdouble-conversion3==3.1.5-6.1
libdoxia-core-java==1.7-2
libdoxia-java==1.7-2
libdoxia-sitetools-java==1.7.5-2
libdpkg-perl==1.20.12
libdpkg-perl==1.20.13
libdrm-amdgpu1==2.4.104-1
libdrm-common==2.4.104-1
libdrm-intel1==2.4.104-1
@ -638,11 +638,11 @@ libgraphite2-3==1.3.14-1
libgraphite2-dev==1.3.14-1
libgrpc++1==1.30.2-3
libgrpc10==1.30.2-3
libgs9==9.53.3~dfsg-7+deb11u5
libgs9-common==9.53.3~dfsg-7+deb11u5
libgs9==9.53.3~dfsg-7+deb11u6
libgs9-common==9.53.3~dfsg-7+deb11u6
libgsasl7==1.10.0-4+deb11u1
libgsm1==1.0.18-2
libgssrpc4==1.18.3-6+deb11u3
libgssrpc4==1.18.3-6+deb11u4
libgstreamer-plugins-base1.0-0==1.18.4-2+deb11u1
libgstreamer1.0-0==1.18.4-2.1
libgtest-dev==1.10.0.20201025-1.1
@ -735,7 +735,7 @@ libjbig0==2.1-3.1+b2
libjbig2dec0==0.19-2
libjemalloc-dev==5.2.1-3
libjemalloc2==5.2.1-3
libjetty9-java==9.4.39-3+deb11u1
libjetty9-java==9.4.39-3+deb11u2
libjpeg62-turbo==1:2.0.6-4
libjq1==1.6-2.1
libjs-bootstrap4==4.5.2+dfsg1-8~deb11u1
@ -766,15 +766,15 @@ libjudy-dev==1.0.5-5+b2
libjudydebian1==1.0.5-5+b2
libjxr-tools==1.1-6+b1
libjxr0==1.1-6+b1
libkadm5clnt-mit12==1.18.3-6+deb11u3
libkadm5srv-mit12==1.18.3-6+deb11u3
libkdb5-10==1.18.3-6+deb11u3
libkadm5clnt-mit12==1.18.3-6+deb11u4
libkadm5srv-mit12==1.18.3-6+deb11u4
libkdb5-10==1.18.3-6+deb11u4
libkmod2==28-1
libkpathsea6==2020.20200327.54578-7+deb11u1
libkrb5-dev==1.18.3-6+deb11u3
libkrb5-dev==1.18.3-6+deb11u4
libksba8==1.5.0-3+deb11u2
liblab-gamut1==2.42.2-5
liblapack3==3.9.0-3
liblapack3==3.9.0-3+deb11u1
liblcms2-2==2.12~rc1-2
libldap-2.4-2==2.4.57+dfsg-3+deb11u1
libldap-common==2.4.57+dfsg-3+deb11u1
@ -801,7 +801,7 @@ libltdl-dev==2.4.6-15
libltdl7==2.4.6-15
liblua5.1-0==5.1.5-8.1+b3
liblua5.1-0-dev==5.1.5-8.1+b3
liblua5.3-0==5.3.3-1.1+b1
liblua5.3-0==5.3.3-1.1+deb11u1
liblvm2cmd2.03==2.03.11-2.1
liblwp-mediatypes-perl==6.04-1
liblwp-protocol-https-perl==6.10-1
@ -816,9 +816,9 @@ libmagickwand-6.q16-6==8:6.9.11.60+dfsg-1.3+deb11u1
libmail-sendmail-perl==0.80-1.1
libmailtools-perl==2.21-1
libmailutils7==1:3.10-3+b1
libmariadb-dev==1:10.5.19-0+deb11u2
libmariadb-dev-compat==1:10.5.19-0+deb11u2
libmariadb3==1:10.5.19-0+deb11u2
libmariadb-dev==1:10.5.21-0+deb11u1
libmariadb-dev-compat==1:10.5.21-0+deb11u1
libmariadb3==1:10.5.21-0+deb11u1
libmarkdown2==2.2.6-1
libmaven-archiver-java==3.2.0-2.1
libmaven-clean-plugin-java==3.1.0-1
@ -872,10 +872,10 @@ libnamespace-autoclean-perl==0.29-1
libnamespace-clean-perl==0.27-1
libnanomsg-dev==1.1.5+dfsg-1+b2
libnanomsg5==1.1.5+dfsg-1+b2
libncurses-dev==6.2+20201114-2+deb11u1
libncurses5-dev==6.2+20201114-2+deb11u1
libncurses6==6.2+20201114-2+deb11u1
libncursesw6==6.2+20201114-2+deb11u1
libncurses-dev==6.2+20201114-2+deb11u2
libncurses5-dev==6.2+20201114-2+deb11u2
libncurses6==6.2+20201114-2+deb11u2
libncursesw6==6.2+20201114-2+deb11u2
libndctl6==71.1-1
libnet-dbus-perl==1.2.0-1+b1
libnet-domain-tld-perl==1.75-1.1
@ -1016,7 +1016,7 @@ libpostproc55==7:4.3.6-0+deb11u1
libproc-processtable-perl==0.59-2+b1
libprocps8==2:3.3.17-5
libprotobuf-c1==1.3.3-1+b2
libprotobuf23==3.12.4-1
libprotobuf23==3.12.4-1+deb11u1
libproxy1v5==0.4.17-1
libpsl5==0.21.0-1.2
libpsm-infinipath1==3.3+20.604758e7-6.1
@ -1026,10 +1026,10 @@ libpthread-stubs0-dev==0.4-1
libpulse0==14.2-2
libpython2-dev==2.7.18-3
libpython2-stdlib==2.7.18-3
libpython2.7==2.7.18-8
libpython2.7-dev==2.7.18-8
libpython2.7-minimal==2.7.18-8
libpython2.7-stdlib==2.7.18-8
libpython2.7==2.7.18-8+deb11u1
libpython2.7-dev==2.7.18-8+deb11u1
libpython2.7-minimal==2.7.18-8+deb11u1
libpython2.7-stdlib==2.7.18-8+deb11u1
libpython3-all-dbg==3.9.2-3
libpython3-all-dev==3.9.2-3
libpython3-dbg==3.9.2-3
@ -1136,7 +1136,7 @@ libsratom-0-0==0.6.8-1
libsrt1.4-gnutls==1.4.2-1.3
libssh-gcrypt-4==0.9.7-0+deb11u1
libssh2-1==1.9.0-2
libssl-dev==1.1.1n-0+deb11u5
libssl-dev==1.1.1w-0+deb11u1
libstdc++-10-dev==10.2.1-6
libstemmer0d==2.1.0-1
libstrictures-perl==2.000006-1
@ -1239,7 +1239,7 @@ libvisual-0.4-0==0.4.0-17
libvorbis0a==1.3.7-1
libvorbisenc2==1.3.7-1
libvorbisfile3==1.3.7-1
libvpx6==1.9.0-1
libvpx6==1.9.0-1+deb11u2
libvte-2.91-0==0.62.3-1
libvte-2.91-common==0.62.3-1
libvulkan-dev==1.2.162.0-1
@ -1269,11 +1269,11 @@ libwrap0-dev==7.6.q-31
libwww-mechanize-perl==2.03-1
libwww-perl==6.52-1
libwww-robotrules-perl==6.02-1
libx11-6==2:1.7.2-1+deb11u1
libx11-data==2:1.7.2-1+deb11u1
libx11-dev==2:1.7.2-1+deb11u1
libx11-6==2:1.7.2-1+deb11u2
libx11-data==2:1.7.2-1+deb11u2
libx11-dev==2:1.7.2-1+deb11u2
libx11-protocol-perl==0.56-7.1
libx11-xcb1==2:1.7.2-1+deb11u1
libx11-xcb1==2:1.7.2-1+deb11u2
libx264-160==2:0.160.3011+gitcde9a93-2.1
libx265-192==3.4-2
libx32asan6==10.2.1-6
@ -1322,16 +1322,16 @@ libxdamage1==1:1.1.5-2
libxdelta2==1.1.3-9.3
libxdmcp-dev==1:1.1.2-3
libxdmcp6==1:1.1.2-3
libxencall1==4.14.5+94-ge49571868d-1
libxendevicemodel1==4.14.5+94-ge49571868d-1
libxenevtchn1==4.14.5+94-ge49571868d-1
libxenforeignmemory1==4.14.5+94-ge49571868d-1
libxengnttab1==4.14.5+94-ge49571868d-1
libxenhypfs1==4.14.5+94-ge49571868d-1
libxenmisc4.14==4.14.5+94-ge49571868d-1
libxenstore3.0==4.14.5+94-ge49571868d-1
libxentoolcore1==4.14.5+94-ge49571868d-1
libxentoollog1==4.14.5+94-ge49571868d-1
libxencall1==4.14.6-1
libxendevicemodel1==4.14.6-1
libxenevtchn1==4.14.6-1
libxenforeignmemory1==4.14.6-1
libxengnttab1==4.14.6-1
libxenhypfs1==4.14.6-1
libxenmisc4.14==4.14.6-1
libxenstore3.0==4.14.6-1
libxentoolcore1==4.14.6-1
libxentoollog1==4.14.6-1
libxerces2-java==2.12.1-1
libxext-dev==2:1.3.3-1.1
libxext6==2:1.3.3-1.1
@ -1366,7 +1366,7 @@ libxmlrpc-lite-perl==0.717-4
libxmu6==2:1.1.2-2+b3
libxmuu1==2:1.1.2-2+b3
libxnvctrl0==470.141.03-1~deb11u1
libxpm4==1:3.5.12-1.1~deb11u1
libxpm4==1:3.5.12-1.1+deb11u1
libxrandr-dev==2:1.5.1-1
libxrandr2==2:1.5.1-1
libxrender-dev==1:0.9.10-1
@ -1386,7 +1386,7 @@ libxvidcore4==2:1.3.7-1
libxxf86dga1==2:1.1.4-1+b3
libxxf86vm1==1:1.1.4-1+b2
libxz-java==1.8-2
libyajl2==2.1.0-3
libyajl2==2.1.0-3+deb11u2
libyaml-0-2==0.2.2-1
libyaml-dev==0.2.2-1
libyaml-libyaml-perl==0.82+repack-1+b1
@ -1400,18 +1400,18 @@ libzvbi0==0.2.35-18
libzzip-0-13==0.13.62-3.3+deb11u1
licensecheck==3.1.1-2
lintian==2.104.0
linux-compiler-gcc-10-x86==5.10.191-1
linux-headers-5.10.0-25-amd64==5.10.191-1
linux-headers-5.10.0-25-common==5.10.191-1
linux-headers-amd64==5.10.191-1
linux-kbuild-5.10==5.10.191-1
linux-libc-dev==5.10.191-1
linux-compiler-gcc-10-x86==5.10.197-1
linux-headers-5.10.0-26-amd64==5.10.197-1
linux-headers-5.10.0-26-common==5.10.197-1
linux-headers-amd64==5.10.197-1
linux-kbuild-5.10==5.10.197-1
linux-libc-dev==5.10.197-1
linuxdoc-tools==0.9.82-1
llvm-11==1:11.0.1-2
llvm-11-runtime==1:11.0.1-2
lmodern==2.004.5-6.1
locales==2.31-13+deb11u6
logrotate==3.18.0-2+deb11u1
locales==2.31-13+deb11u7
logrotate==3.18.0-2+deb11u2
lsb-release==11.1.0
lsof==4.93.2+dfsg-1.1
lua-bitop==1.0.2-5
@ -1433,7 +1433,7 @@ man-db==2.9.4-2
man2html-base==1.6g-14
manpages==5.10-1
manpages-dev==5.10-1
mariadb-common==1:10.5.19-0+deb11u2
mariadb-common==1:10.5.21-0+deb11u1
maven==3.6.3-5
maven-debian-helper==2.6
maven-repo-helper==1.10
@ -1444,7 +1444,7 @@ mesa-vulkan-drivers==20.3.5-1
mime-support==3.66
module-assistant==0.11.10
mysql-common==5.8+1.0.7
ncurses-term==6.2+20201114-2+deb11u1
ncurses-term==6.2+20201114-2+deb11u2
netbase==6.3
netpbm==2:10.0-15.4
nftables==0.9.8-3.1+deb11u1
@ -1457,10 +1457,10 @@ openjdk-11-jdk-headless==11.0.20+8-1~deb11u1
openjdk-11-jre==11.0.20+8-1~deb11u1
openjdk-11-jre-headless==11.0.20+8-1~deb11u1
opensp==1.5.2-13+b2
openssh-client==1:8.4p1-5+deb11u1
openssh-server==1:8.4p1-5+deb11u1
openssh-sftp-server==1:8.4p1-5+deb11u1
openssl==1.1.1n-0+deb11u5
openssh-client==1:8.4p1-5+deb11u2
openssh-server==1:8.4p1-5+deb11u2
openssh-sftp-server==1:8.4p1-5+deb11u2
openssl==1.1.1w-0+deb11u1
ovmf==2020.11-2+deb11u1
packagekit==1.2.2-2
packagekit-tools==1.2.2-2
@ -1546,9 +1546,9 @@ python-setuptools==44.1.1-1
python2==2.7.18-3
python2-dev==2.7.18-3
python2-minimal==2.7.18-3
python2.7==2.7.18-8
python2.7-dev==2.7.18-8
python2.7-minimal==2.7.18-8
python2.7==2.7.18-8+deb11u1
python2.7-dev==2.7.18-8+deb11u1
python2.7-minimal==2.7.18-8+deb11u1
python3==3.9.2-3
python3-alabaster==0.7.8-1.1
python3-all==3.9.2-3
@ -1650,11 +1650,11 @@ python3.9-dbg==3.9.2-1
python3.9-dev==3.9.2-1
python3.9-minimal==3.9.2-1
python3.9-venv==3.9.2-1
qemu-system-common==1:5.2+dfsg-11+deb11u2
qemu-system-data==1:5.2+dfsg-11+deb11u2
qemu-system-gui==1:5.2+dfsg-11+deb11u2
qemu-system-x86==1:5.2+dfsg-11+deb11u2
qemu-utils==1:5.2+dfsg-11+deb11u2
qemu-system-common==1:5.2+dfsg-11+deb11u3
qemu-system-data==1:5.2+dfsg-11+deb11u3
qemu-system-gui==1:5.2+dfsg-11+deb11u3
qemu-system-x86==1:5.2+dfsg-11+deb11u3
qemu-utils==1:5.2+dfsg-11+deb11u3
qt5-gtk-platformtheme==5.15.2+dfsg-9
qt5-qmake==5.15.2+dfsg-9
qt5-qmake-bin==5.15.2+dfsg-9

View File

@ -18,6 +18,6 @@ libstdc++6-armhf-cross==10.2.1-6cross1
libubsan1-armhf-cross==10.2.1-6cross1
libunicode-linebreak-perl==0.0.20190101-1+b2
libxslt1-dev==1.1.34-4+deb11u1
linux-headers-5.10.0-25-arm64==5.10.191-1
linux-headers-arm64==5.10.191-1
linux-headers-5.10.0-26-arm64==5.10.197-1
linux-headers-arm64==5.10.197-1
nodejs==14.21.3-deb-1nodesource1

View File

@ -7,8 +7,8 @@ libjpeg-dev==1:2.0.6-4
libjpeg62-turbo-dev==1:2.0.6-4
libunicode-linebreak-perl==0.0.20190101-1+b2
libxslt1-dev==1.1.34-4+deb11u1
linux-compiler-gcc-10-arm==5.10.191-1
linux-headers-5.10.0-25-armmp==5.10.191-1
linux-headers-armmp==5.10.191-1
linux-compiler-gcc-10-arm==5.10.197-1
linux-headers-5.10.0-26-armmp==5.10.197-1
linux-headers-armmp==5.10.197-1
nasm==2.15.05-1
nodejs==14.21.3-deb-1nodesource1

View File

@ -26,6 +26,8 @@ fastentrypoints==0.12
gbp==0.9.22
gcovr==4.2
gpg===1.14.0-unknown
grpcio==1.58.0
grpcio-tools==1.58.0
html5lib==1.1
hyperlink==19.0.0
idna==2.10
@ -60,6 +62,7 @@ pexpect==4.8.0
pillow==9.4.0
pip==23.2.1
pluggy==0.13.0
protobuf==4.24.4
ptyprocess==0.7.0
py==1.10.0
pyang==2.4.0

View File

@ -56,9 +56,9 @@ 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+deb10u6
dbus==1.12.24-0+deb10u1
dbus-user-session==1.12.24-0+deb10u1
curl==7.64.0-4+deb10u7
dbus==1.12.28-0+deb10u1
dbus-user-session==1.12.28-0+deb10u1
dconf-gsettings-backend==0.30.1-2
dconf-service==0.30.1-2
dctrl-tools==2.24-3
@ -94,7 +94,7 @@ docbook-xml==4.5-8
docker-buildx-plugin==0.10.5-1~debian.10~buster
docker-ce==5:24.0.2-1~debian.10~buster
docker-ce-cli==5:24.0.2-1~debian.10~buster
docker-ce-rootless-extras==5:24.0.6-1~debian.10~buster
docker-ce-rootless-extras==5:24.0.7-1~debian.10~buster
docker-compose-plugin==2.18.1-1~debian.10~buster
docutils-common==0.14+dfsg-4
docutils-doc==0.14+dfsg-4
@ -108,9 +108,9 @@ dwz==0.13-5~bpo10+1
eatmydata==105-7
emacsen-common==3.0.4
equivs==2.2.0
exim4-base==4.92-8+deb10u7
exim4-config==4.92-8+deb10u7
exim4-daemon-light==4.92-8+deb10u7
exim4-base==4.92-8+deb10u8
exim4-config==4.92-8+deb10u8
exim4-daemon-light==4.92-8+deb10u8
expat==2.2.6-2+deb10u6
exuberant-ctags==1:5.9~svn20110310-12+deb10u1
fakeroot==1.23-1
@ -145,7 +145,7 @@ gettext==0.19.8.1-9
gettext-base==0.19.8.1-9
gfortran==4:8.3.0-1
gfortran-8==8.3.0-6
ghostscript==9.27~dfsg-2+deb10u8
ghostscript==9.27~dfsg-2+deb10u9
gir1.2-atk-1.0==2.30.0-2
gir1.2-atspi-2.0==2.30.0-7
gir1.2-freedesktop==1.58.3-2
@ -207,8 +207,8 @@ javascript-common==11
jq==1.5+dfsg-2+b1
kernel-wedge==2.99
kmod==26-1
krb5-locales==1.17-3+deb10u5
krb5-multidev==1.17-3+deb10u5
krb5-locales==1.17-3+deb10u6
krb5-multidev==1.17-3+deb10u6
lcov==1.13-4
less==487-0.1+b1
lib32asan5==8.3.0-6
@ -284,7 +284,7 @@ libb-hooks-endofscope-perl==0.24-1
libb-hooks-op-check-perl==0.22-1+b1
libbabeltrace-dev==1.5.6-2+deb10u1
libbabeltrace1==1.5.6-2+deb10u1
libbatik-java==1.10-2+deb10u2
libbatik-java==1.10-2+deb10u3
libbdplus0==0.1.2-3
libbind-export-dev==1:9.11.5.P4+dfsg-5.1+deb10u9
libbind9-161==1:9.11.5.P4+dfsg-5.1+deb10u9
@ -414,12 +414,12 @@ libcryptsetup12==2:2.1.0-5+deb10u2
libcrystalhd3==1:0.0~git20110715.fdd2f19-13
libcunit1==2.1-3-dfsg-2+b12
libcunit1-dev==2.1-3-dfsg-2+b12
libcups2==2.2.10-6+deb10u8
libcups2==2.2.10-6+deb10u9
libcupsfilters1==1.21.6-5+deb10u1
libcupsimage2==2.2.10-6+deb10u8
libcurl3-gnutls==7.64.0-4+deb10u6
libcurl4==7.64.0-4+deb10u6
libcurl4-openssl-dev==7.64.0-4+deb10u6
libcupsimage2==2.2.10-6+deb10u9
libcurl3-gnutls==7.64.0-4+deb10u7
libcurl4==7.64.0-4+deb10u7
libcurl4-openssl-dev==7.64.0-4+deb10u7
libdaemon-dev==0.14-7
libdaemon0==0.14-7
libdata-dump-perl==1.23-1
@ -428,8 +428,8 @@ libdatrie1==0.2.12-2
libdb-dev==5.3.1+nmu1
libdb5.3-dev==5.3.28+dfsg1-0.5
libdbi1==0.9.0-5
libdbus-1-3==1.12.24-0+deb10u1
libdbus-1-dev==1.12.24-0+deb10u1
libdbus-1-3==1.12.28-0+deb10u1
libdbus-1-dev==1.12.28-0+deb10u1
libdbus-glib-1-2==0.110-4
libdbus-glib-1-dev==0.110-4
libdbus-glib-1-dev-bin==0.110-4
@ -480,7 +480,6 @@ libegl1==1.1.0-1
libegl1-mesa-dev==18.3.6-2+deb10u1
libel-api-java==3.0.0-2+deb10u1
libelf-dev==0.176-1.1+deb10u1
libelf1==0.176-1.1+deb10u1
libemail-valid-perl==1.202-1
libencode-locale-perl==1.05-1
libepoxy-dev==1.5.3-0.1
@ -518,7 +517,7 @@ libfile-stripnondeterminism-perl==1.1.2-1
libfile-which-perl==1.23-1
libfl-dev==2.6.4-6.2
libfl2==2.6.4-6.2
libflac8==1.3.2-3+deb10u2
libflac8==1.3.2-3+deb10u3
libflite1==2.1-release-3
libfont-afm-perl==1.20-2
libfontbox2-java==2.0.13-2
@ -562,11 +561,11 @@ libgl1-mesa-dri==18.3.6-2+deb10u1
libglapi-mesa==18.3.6-2+deb10u1
libgles1==1.1.0-1
libgles2==1.1.0-1
libglib2.0-0==2.58.3-2+deb10u4
libglib2.0-bin==2.58.3-2+deb10u4
libglib2.0-data==2.58.3-2+deb10u4
libglib2.0-dev==2.58.3-2+deb10u4
libglib2.0-dev-bin==2.58.3-2+deb10u4
libglib2.0-0==2.58.3-2+deb10u5
libglib2.0-bin==2.58.3-2+deb10u5
libglib2.0-data==2.58.3-2+deb10u5
libglib2.0-dev==2.58.3-2+deb10u5
libglib2.0-dev-bin==2.58.3-2+deb10u5
libglu1-mesa==9.0.0-2.1+b3
libglu1-mesa-dev==9.0.0-2.1+b3
libglvnd-core-dev==1.1.0-1
@ -590,11 +589,11 @@ libgraphite2-3==1.3.13-7
libgraphite2-dev==1.3.13-7
libgrpc++1==1.16.1-1
libgrpc6==1.16.1-1
libgs9==9.27~dfsg-2+deb10u8
libgs9-common==9.27~dfsg-2+deb10u8
libgs9==9.27~dfsg-2+deb10u9
libgs9-common==9.27~dfsg-2+deb10u9
libgsm1==1.0.18-2
libgssapi-krb5-2==1.17-3+deb10u5
libgssrpc4==1.17-3+deb10u5
libgssapi-krb5-2==1.17-3+deb10u6
libgssrpc4==1.17-3+deb10u6
libgstreamer-plugins-base1.0-0==1.14.4-2+deb10u2
libgstreamer1.0-0==1.14.4-1
libgtest-dev==1.8.1-3
@ -692,7 +691,7 @@ libjbig0==2.1-3.1+b2
libjbig2dec0==0.16-1+deb10u1
libjemalloc-dev==5.1.0-3
libjemalloc2==5.1.0-3
libjetty9-java==9.4.16-0+deb10u2
libjetty9-java==9.4.16-0+deb10u3
libjpeg62-turbo==1:1.5.2-2+deb10u1
libjq1==1.5+dfsg-2+b1
libjs-bootstrap==3.4.1+dfsg-1
@ -719,16 +718,16 @@ libjudy-dev==1.0.5-5
libjudydebian1==1.0.5-5
libjxr-tools==1.1-6+b1
libjxr0==1.1-6+b1
libk5crypto3==1.17-3+deb10u5
libkadm5clnt-mit11==1.17-3+deb10u5
libkadm5srv-mit11==1.17-3+deb10u5
libkdb5-9==1.17-3+deb10u5
libk5crypto3==1.17-3+deb10u6
libkadm5clnt-mit11==1.17-3+deb10u6
libkadm5srv-mit11==1.17-3+deb10u6
libkdb5-9==1.17-3+deb10u6
libkeyutils1==1.6-6
libkmod2==26-1
libkpathsea6==2018.20181218.49446-1+deb10u2
libkrb5-3==1.17-3+deb10u5
libkrb5-dev==1.17-3+deb10u5
libkrb5support0==1.17-3+deb10u5
libkrb5-3==1.17-3+deb10u6
libkrb5-dev==1.17-3+deb10u6
libkrb5support0==1.17-3+deb10u6
libksba8==1.3.5-2+deb10u2
liblab-gamut1==2.40.1-6+deb10u1
liblcms2-2==2.9-3
@ -812,9 +811,9 @@ libnamespace-autoclean-perl==0.28-1
libnamespace-clean-perl==0.27-1
libnanomsg-dev==1.1.5+dfsg-1
libnanomsg5==1.1.5+dfsg-1
libncurses-dev==6.1+20181013-2+deb10u3
libncurses5-dev==6.1+20181013-2+deb10u3
libncurses6==6.1+20181013-2+deb10u3
libncurses-dev==6.1+20181013-2+deb10u4
libncurses5-dev==6.1+20181013-2+deb10u4
libncurses6==6.1+20181013-2+deb10u4
libnet-dbus-perl==1.1.0-5+b1
libnet-dns-perl==1.19-1
libnet-dns-sec-perl==1.11-1
@ -834,7 +833,7 @@ libnfnetlink0==1.0.1-3+b1
libnftables0==0.9.0-2
libnftnl-dev==1.1.2-2
libnftnl11==1.1.2-2
libnghttp2-14==1.36.0-2+deb10u1
libnghttp2-14==1.36.0-2+deb10u2
libnl-3-200==3.4.0-1
libnl-3-dev==3.4.0-1
libnl-route-3-200==3.4.0-1
@ -978,11 +977,11 @@ libpython3-all-dev==3.7.3-1
libpython3-dbg==3.7.3-1
libpython3-dev==3.7.3-1
libpython3-stdlib==3.7.3-1
libpython3.7==3.7.3-2+deb10u5
libpython3.7-dbg==3.7.3-2+deb10u5
libpython3.7-dev==3.7.3-2+deb10u5
libpython3.7-minimal==3.7.3-2+deb10u5
libpython3.7-stdlib==3.7.3-2+deb10u5
libpython3.7==3.7.3-2+deb10u6
libpython3.7-dbg==3.7.3-2+deb10u6
libpython3.7-dev==3.7.3-2+deb10u6
libpython3.7-minimal==3.7.3-2+deb10u6
libpython3.7-stdlib==3.7.3-2+deb10u6
libqdox-java==1.12.1-3
libqdox2-java==2.0~M10-1
libqt4-dbus==4:4.8.7+dfsg-18+deb10u2
@ -1189,7 +1188,7 @@ libvisual-0.4-0==0.4.0-15
libvorbis0a==1.3.6-2
libvorbisenc2==1.3.6-2
libvorbisfile3==1.3.6-2
libvpx5==1.7.0-3+deb10u1
libvpx5==1.7.0-3+deb10u2
libvte-2.91-0==0.54.2-2
libvte-2.91-common==0.54.2-2
libvulkan-dev==1.1.97-2
@ -1218,12 +1217,12 @@ libwrap0==7.6.q-28
libwrap0-dev==7.6.q-28
libwww-perl==6.36-2
libwww-robotrules-perl==6.02-1
libx11-6==2:1.6.7-1+deb10u3
libx11-data==2:1.6.7-1+deb10u3
libx11-dev==2:1.6.7-1+deb10u3
libx11-6==2:1.6.7-1+deb10u4
libx11-data==2:1.6.7-1+deb10u4
libx11-dev==2:1.6.7-1+deb10u4
libx11-protocol-perl==0.56-7
libx11-xcb-dev==2:1.6.7-1+deb10u3
libx11-xcb1==2:1.6.7-1+deb10u3
libx11-xcb-dev==2:1.6.7-1+deb10u4
libx11-xcb1==2:1.6.7-1+deb10u4
libx264-155==2:0.155.2917+git0a84d98-2
libx265-165==2.9-4
libx32asan5==8.3.0-6
@ -1321,7 +1320,7 @@ libxmlgraphics-commons-java==2.3-1+deb10u1
libxmlrpc-lite-perl==0.717-2
libxmu6==2:1.1.2-2+b3
libxmuu1==2:1.1.2-2+b3
libxpm4==1:3.5.12-1+deb10u1
libxpm4==1:3.5.12-1+deb10u2
libxrandr-dev==2:1.5.1-1
libxrandr2==2:1.5.1-1
libxrender-dev==1:0.9.10-1
@ -1392,7 +1391,7 @@ mesa-vdpau-drivers==18.3.6-2+deb10u1
mime-support==3.62
module-assistant==0.11.10
mysql-common==5.8+1.0.5
ncurses-term==6.1+20181013-2+deb10u3
ncurses-term==6.1+20181013-2+deb10u4
netbase==5.6
netpbm==2:10.0-15.3+b2
nettle-dev==3.4.1-1+deb10u1
@ -1567,7 +1566,7 @@ python-twisted-bin==18.9.0-3+deb10u2
python-twisted-core==18.9.0-3+deb10u2
python-typing==3.6.6-1
python-tz==2019.1-1
python-urllib3==1.24.1-1
python-urllib3==1.24.1-1+deb10u1
python-webencodings==0.5.1-1
python-wheel==0.32.3-2
python-wrapt==1.10.11-1
@ -1643,20 +1642,20 @@ python3-sphinx==1.8.4-1
python3-sphinx-rtd-theme==0.4.3+dfsg-1
python3-tz==2019.1-1
python3-unidiff==0.5.4-1
python3-urllib3==1.24.1-1
python3-urllib3==1.24.1-1+deb10u1
python3-wheel==0.32.3-2
python3-xdg==0.25-5
python3.7==3.7.3-2+deb10u5
python3.7-dbg==3.7.3-2+deb10u5
python3.7-dev==3.7.3-2+deb10u5
python3.7-minimal==3.7.3-2+deb10u5
python3.7==3.7.3-2+deb10u6
python3.7-dbg==3.7.3-2+deb10u6
python3.7-dev==3.7.3-2+deb10u6
python3.7-minimal==3.7.3-2+deb10u6
qdbus==4:4.8.7+dfsg-18+deb10u2
qemu-kvm==1:3.1+dfsg-8+deb10u10
qemu-system-common==1:3.1+dfsg-8+deb10u10
qemu-system-data==1:3.1+dfsg-8+deb10u10
qemu-system-gui==1:3.1+dfsg-8+deb10u10
qemu-system-x86==1:3.1+dfsg-8+deb10u10
qemu-utils==1:3.1+dfsg-8+deb10u10
qemu-kvm==1:3.1+dfsg-8+deb10u11
qemu-system-common==1:3.1+dfsg-8+deb10u11
qemu-system-data==1:3.1+dfsg-8+deb10u11
qemu-system-gui==1:3.1+dfsg-8+deb10u11
qemu-system-x86==1:3.1+dfsg-8+deb10u11
qemu-utils==1:3.1+dfsg-8+deb10u11
qt-at-spi==0.4.0-9
qt4-linguist-tools==4:4.8.7+dfsg-18+deb10u2
qt4-qmake==4:4.8.7+dfsg-18+deb10u2
@ -1742,9 +1741,9 @@ uuid-dev==2.33.1-0.1
va-driver-all==2.4.0-1
vdpau-driver-all==1.1.1-10
velocity==1.7-5+deb10u1
vim==2:8.1.0875-5+deb10u5
vim-common==2:8.1.0875-5+deb10u5
vim-runtime==2:8.1.0875-5+deb10u5
vim==2:8.1.0875-5+deb10u6
vim-common==2:8.1.0875-5+deb10u6
vim-runtime==2:8.1.0875-5+deb10u6
wayland-protocols==1.17-1
wdiff==1.2.2-2+b1
wget==1.20.1-1.1
@ -1776,7 +1775,7 @@ xorg-sgml-doctools==1:1.11-1
xsltproc==1.1.32-2.2~deb10u2
xterm==344-1+deb10u2
xtrans-dev==1.3.5-1
xxd==2:8.1.0875-5+deb10u5
xxd==2:8.1.0875-5+deb10u6
xz-utils==5.2.4-1+deb10u1
zip==3.0-11+b1
zlib1g-dev==1:1.2.11.dfsg-1+deb10u2

View File

@ -0,0 +1,97 @@
adduser==3.134
apt==2.6.1
base-files==12.4+deb12u2
base-passwd==3.6.1
bash==5.2.15-2+b2
bsdutils==1:2.38.1-5+b1
coreutils==9.1-1
dash==0.5.12-2
debconf==1.5.82
debian-archive-keyring==2023.3+deb12u1
debianutils==5.7-0.5~deb12u1
diffutils==1:3.8-4
dpkg==1.21.22
e2fsprogs==1.47.0-2
findutils==4.9.0-4
gcc-12-base==12.2.0-14
gpgv==2.2.40-1.1
grep==3.8-5
gzip==1.12-1
hostname==3.23+nmu1
init-system-helpers==1.65.2
libacl1==2.3.1-3
libapt-pkg6.0==2.6.1
libattr1==1:2.5.1-4
libaudit-common==1:3.0.9-1
libaudit1==1:3.0.9-1
libblkid1==2.38.1-5+b1
libbz2-1.0==1.0.8-5+b1
libc-bin==2.36-9+deb12u2
libc6==2.36-9+deb12u2
libcap-ng0==0.8.3-1+b3
libcap2==1:2.66-4
libcom-err2==1.47.0-2
libcrypt1==1:4.4.33-2
libdb5.3==5.3.28+dfsg2-1
libdebconfclient0==0.270
libext2fs2==1.47.0-2
libffi8==3.4.4-1
libfile-find-rule-perl==0.34-3
libgcc-s1==12.2.0-14
libgcrypt20==1.10.1-3
libgdbm-compat4==1.23-3
libgdbm6==1.23-3
libgmp10==2:6.2.1+dfsg1-1.1
libgnutls30==3.7.9-2
libgpg-error0==1.46-1
libhogweed6==3.8.1-2
libidn2-0==2.3.3-1+b1
liblz4-1==1.9.4-1
liblzma5==5.4.1-0.2
libmd0==1.0.4-2
libmount1==2.38.1-5+b1
libnettle8==3.8.1-2
libnumber-compare-perl==0.03-3
libp11-kit0==0.24.1-2
libpam-modules==1.5.2-6+deb12u1
libpam-modules-bin==1.5.2-6+deb12u1
libpam-runtime==1.5.2-6+deb12u1
libpam0g==1.5.2-6+deb12u1
libpcre2-8-0==10.42-1
libperl5.36==5.36.0-7
libseccomp2==2.5.4-1+b3
libselinux1==3.4-1+b6
libsemanage-common==3.4-1
libsemanage2==3.4-1+b5
libsepol2==3.4-2.1
libsmartcols1==2.38.1-5+b1
libss2==1.47.0-2
libstdc++6==12.2.0-14
libsystemd0==252.17-1~deb12u1
libtasn1-6==4.19.0-2
libtext-glob-perl==0.11-3
libtinfo6==6.4-4
libudev1==252.17-1~deb12u1
libunistring2==1.0-2
libuuid1==2.38.1-5+b1
libxxhash0==0.8.1-1
libzstd1==1.5.4+dfsg2-5
login==1:4.13+dfsg1-1+b1
logsave==1.47.0-2
mawk==1.3.4.20200120-3.1
mount==2.38.1-5+b1
ncurses-base==6.4-4
ncurses-bin==6.4-4
passwd==1:4.13+dfsg1-1+b1
perl==5.36.0-7
perl-base==5.36.0-7
perl-modules-5.36==5.36.0-7
sed==4.9-1
sysvinit-utils==3.06-4
tar==1.34+dfsg-1.2
tzdata==2023c-5
usr-is-merged==35
usrmerge==35
util-linux==2.38.1-5+b1
util-linux-extra==2.38.1-5+b1
zlib1g==1:1.2.13.dfsg-1

View File

@ -1,96 +0,0 @@
adduser==3.118
apt==2.2.4
base-files==11.1+deb11u7
base-passwd==3.5.51
bash==5.1-2+deb11u1
bsdutils==1:2.36.1-8+deb11u1
coreutils==8.32-4+b1
dash==0.5.11+git20200708+dd9ef66-5
debconf==1.5.77
debian-archive-keyring==2021.1.1+deb11u1
debianutils==4.11.2
diffutils==1:3.7-5
dpkg==1.20.12
e2fsprogs==1.46.2-2
findutils==4.8.0-1
gcc-10-base==10.2.1-6
gcc-9-base==9.3.0-22
gpgv==2.2.27-2+deb11u2
grep==3.6-1+deb11u1
gzip==1.10-4+deb11u1
hostname==3.23
init-system-helpers==1.60
libacl1==2.2.53-10
libapt-pkg6.0==2.2.4
libattr1==1:2.4.48-6
libaudit-common==1:3.0-2
libaudit1==1:3.0-2
libblkid1==2.36.1-8+deb11u1
libbz2-1.0==1.0.8-4
libc-bin==2.31-13+deb11u6
libc6==2.31-13+deb11u6
libcap-ng0==0.7.9-2.2+b1
libcom-err2==1.46.2-2
libcrypt1==1:4.4.18-4
libdb5.3==5.3.28+dfsg1-0.8
libdebconfclient0==0.260
libext2fs2==1.46.2-2
libffi7==3.3-6
libgcc-s1==10.2.1-6
libgcrypt20==1.8.7-6
libgmp10==2:6.2.1+dfsg-1+deb11u1
libgnutls30==3.7.1-5+deb11u3
libgpg-error0==1.38-2
libgssapi-krb5-2==1.18.3-6+deb11u3
libhogweed6==3.7.3-1
libidn2-0==2.3.0-5
libk5crypto3==1.18.3-6+deb11u3
libkeyutils1==1.6.1-2
libkrb5-3==1.18.3-6+deb11u3
libkrb5support0==1.18.3-6+deb11u3
liblz4-1==1.9.3-2
liblzma5==5.2.5-2.1~deb11u1
libmount1==2.36.1-8+deb11u1
libnettle8==3.7.3-1
libnsl2==1.3.0-2
libp11-kit0==0.23.22-1
libpam-modules==1.4.0-9+deb11u1
libpam-modules-bin==1.4.0-9+deb11u1
libpam-runtime==1.4.0-9+deb11u1
libpam0g==1.4.0-9+deb11u1
libpcre2-8-0==10.36-2+deb11u1
libpcre3==2:8.39-13
libseccomp2==2.5.1-1+deb11u1
libselinux1==3.1-3
libsemanage-common==3.1-1
libsemanage1==3.1-1+b2
libsepol1==3.1-1
libsmartcols1==2.36.1-8+deb11u1
libss2==1.46.2-2
libssl1.1==1.1.1n-0+deb11u4
libstdc++6==10.2.1-6
libsystemd0==247.3-7+deb11u2
libtasn1-6==4.16.0-2+deb11u1
libtinfo6==6.2+20201114-2+deb11u1
libtirpc-common==1.3.1-1+deb11u1
libtirpc3==1.3.1-1+deb11u1
libudev1==247.3-7+deb11u2
libunistring2==0.9.10-4
libuuid1==2.36.1-8+deb11u1
libxxhash0==0.8.0-2
libzstd1==1.4.8+dfsg-2.1
login==1:4.8.1-1
logsave==1.46.2-2
lsb-base==11.1.0
mawk==1.3.4.20200120-2
mount==2.36.1-8+deb11u1
ncurses-base==6.2+20201114-2+deb11u1
ncurses-bin==6.2+20201114-2+deb11u1
passwd==1:4.8.1-1
perl-base==5.32.1-4+deb11u2
sed==4.7-1
sysvinit-utils==2.96-7+deb11u1
tar==1.34+dfsg-1
tzdata==2021a-1+deb11u10
util-linux==2.36.1-8+deb11u1
zlib1g==1:1.2.11.dfsg-2+deb11u2

View File

@ -1 +0,0 @@
coreutils==8.32-4

View File

@ -1 +0,0 @@
coreutils==8.32-4

View File

@ -0,0 +1,350 @@
acl==2.3.1-3
apparmor==3.0.8-3
apt-transport-https==2.6.1
arping==2.23-1
audisp-tacplus==1.0.2
auditd==1:3.0.9-1
bash==5.1-2
bash-completion==1:2.11-6
bash-tacplus==1.0.0
binutils==2.40-2
binutils-common==2.40-2
binutils-x86-64-linux-gnu==2.40-2
bridge-utils==1.7.1-1
bsdextrautils==2.38.1-5+b1
bsdmainutils==12.1.8
busybox==1:1.35.0-4+b3
ca-certificates==20230311
cgroup-tools==2.0.2-2
conntrack==1:1.4.7-1+b2
containerd.io==1.6.21-1
cpio==2.13+dfsg-7.1
cpp==4:12.2.0-3
cpp-12==12.2.0-14
cron==3.0pl1-162
cron-daemon-common==3.0pl1-162
curl==7.88.1-10+deb12u4
dbus==1.14.10-1~deb12u1
dbus-bin==1.14.10-1~deb12u1
dbus-daemon==1.14.10-1~deb12u1
dbus-session-bus-common==1.14.10-1~deb12u1
dbus-system-bus-common==1.14.10-1~deb12u1
device-tree-compiler==1.6.1-4+b1
distro-info-data==0.58
dmidecode==3.4-1
dmsetup==2:1.02.185-2
docker-ce==5:24.0.2-1~debian.12~bookworm
docker-ce-cli==5:24.0.2-1~debian.12~bookworm
dpkg-dev==1.21.22
eatmydata==130-2
ebtables==2.0.11-5
efibootmgr==17-2
efitools==1.9.2-3
fdisk==2.38.1-5+b1
file==1:5.44-3
firmware-amd-graphics==20230210-5
firmware-linux-nonfree==20230210-5
firmware-misc-nonfree==20230210-5
flashrom==0.9.7
fontconfig-config==2.14.1-4
fonts-dejavu-core==2.37-6
freeipmi-common==1.6.10-1
gcc==4:12.2.0-3
gcc-12==12.2.0-14
gdisk==1.0.9-2.1
gettext-base==0.21-12
gir1.2-glib-2.0==1.74.0-3
gpg==2.2.40-1.1
gpgconf==2.2.40-1.1
grub-common==2.06-13+deb12u1
grub2-common==2.06-13+deb12u1
haveged==1.9.14-1+b1
hdparm==9.65+ds-1
hping3==3.a2.ds2-10
hw-management==1.mlnx.7.0030.1011
i2c-tools==4.3-2+b3
ifmetric==0.3-5
ifupdown2==3.0.0-1
initramfs-tools==0.142
initramfs-tools-core==0.142
ipmitool==1.8.19-4
iproute2==6.1.0-3
iptables==1.8.9-2
iptables-persistent==1.0.20
iputils-ping==3:20221126-1
isc-dhcp-client==4.4.3-P1-2
j2cli==0.3.12b-4
jq==1.6-2.1
kdump-tools==1:1.8.1
kernel-mft-dkms-modules-6.1.0-11-2-amd64==4.25.0
kexec-tools==1:2.0.25-3+b1
klibc-utils==2.0.12-1
kmod==30+20221128-1
less==590-2
libabsl20220623==20220623.1-1
libapparmor1==3.0.8-3
libargon2-1==0~20171227-0.3+deb12u1
libasan8==12.2.0-14
libassuan0==2.5.5-5
libatomic1==12.2.0-14
libauparse0==1:3.0.9-1
libbabeltrace1==1.5.11-1+b2
libbinutils==2.40-2
libboost-serialization1.74.0==1.74.0+ds1-21
libbpf1==1:1.1.0-1
libbrotli1==1.0.9-2+b6
libbsd0==0.11.7-2
libc-ares2==1.18.1-3
libc-bin==2.36-9+deb12u3
libc-l10n==2.36-9+deb12u3
libc6==2.36-9+deb12u3
libcap2-bin==1:2.66-4
libcbor0.8==0.8.0-2+b1
libcc1-0==12.2.0-14
libcgroup2==2.0.2-2
libcrack2==2.9.6-5+b1
libcrypt-dev==1:4.4.33-2
libcryptsetup12==2:2.6.1-4~deb12u1
libctf-nobfd0==2.40-2
libctf0==2.40-2
libcurl4==7.88.1-10+deb12u4
libdbd-sqlite3-perl==1.72-1
libdbi-perl==1.643-4
libdbus-1-3==1.14.10-1~deb12u1
libdevmapper1.02.1==2:1.02.185-2
libdw1==0.188-2.1
libeatmydata1==130-2+b1
libedit2==3.1-20221030-2
libefiboot1==37-6
libefivar1==37-6
libelf1==0.188-2.1
libestr0==0.1.11-1
libexpat1==2.5.0-1
libfastjson4==1.2304.0-1
libfdisk1==2.38.1-5+b1
libfdt1==1.6.1-4+b1
libffi-dev==3.4.4-1
libfido2-1==1.12.0-2+b1
libfreeipmi17==1.6.10-1+b1
libfreetype6==2.12.1+dfsg-5
libfuse2==2.9.9-6+b1
libgcc-12-dev==12.2.0-14
libgirepository-1.0-1==1.74.0-3
libglib2.0-0==2.74.6-2
libgomp1==12.2.0-14
libgpm2==1.20.7-10+b1
libgprofng0==2.40-2
libgrpc29==1.51.1-3+b1
libgssapi-krb5-2==1.20.1-2+deb12u1
libhavege2==1.9.14-1+b1
libhiredis0.14==0.14.1-3
libi2c0==4.3-2+b3
libiniparser1==4.1-6
libip4tc2==1.8.9-2
libip6tc2==1.8.9-2
libisl23==0.25-1
libitm1==12.2.0-14
libjansson4==2.14-2
libjq1==1.6-2.1
libjs-jquery==3.6.1+dfsg+~3.5.14-1
libjson-c5==0.16-2
libk5crypto3==1.20.1-2+deb12u1
libkeyutils1==1.6.3-2
libklibc==2.0.12-1
libkmod2==30+20221128-1
libkrb5-3==1.20.1-2+deb12u1
libkrb5support0==1.20.1-2+deb12u1
libldap-2.5-0==2.5.13+dfsg-5
liblognorm5==2.0.6-4
liblsan0==12.2.0-14
liblua5.1-0==5.1.5-9
liblzo2-2==2.10-2
libmagic-mgc==1:5.44-3
libmagic1==1:5.44-3
libmnl0==1.0.4-3
libmpc3==1.3.1-1
libmpfr6==4.2.0-1
libncurses6==6.4-4
libncursesw6==6.4-4
libnet1==1.1.6+dfsg-3.2
libnetfilter-conntrack3==1.0.9-3
libnfnetlink0==1.0.2-2
libnftnl11==1.2.4-2
libnghttp2-14==1.52.0-1
libnl-3-200==3.5.0-1
libnl-cli-3-200==3.5.0-1
libnl-genl-3-200==3.5.0-1
libnl-nf-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
libnorm1==1.5.9+dfsg-2
libnsl2==1.3.0-2
libnss-radius==1.0.1-1
libnss-tacplus==1.0.4-1
libnuma1==2.0.16-1
libonig5==6.9.8-1
libopencsd1==1.3.3-1
libpam-pwquality==1.4.5-1+b1
libpam-radius-auth==1.4.1-1
libpam-tacplus==1.4.1-1
libpcap0.8==1.10.3-1
libpci3==1:3.9.0-4
libpcre3==2:8.39-15
libpgm-5.3-0==5.3.128~dfsg-2
libpng16-16==1.6.39-2
libpopt0==1.19+dfsg-1
libproc2-0==2:4.0.2-3
libprotobuf32==3.21.12-3
libprotoc32==3.21.12-3
libpsl5==0.21.2-1
libpwquality-common==1.4.5-1
libpwquality1==1.4.5-1+b1
libpython3-stdlib==3.11.2-1+b1
libpython3.11==3.11.2-6
libpython3.11-minimal==3.11.2-6
libpython3.11-stdlib==3.11.2-6
libquadmath0==12.2.0-14
libre2-9==20220601+dfsg-1+b1
libreadline8==8.2-1.3
librtmp1==2.4+20151223.gitfa8646d.1-2+b2
libsasl2-2==2.1.28+dfsg-10
libsasl2-modules-db==2.1.28+dfsg-10
libsensors-config==1:3.6.0-7.1
libsensors5==1:3.6.0-7.1
libslang2==2.3.3-3
libsodium23==1.0.18-1
libsqlite3-0==3.40.1-2
libssh2-1==1.10.0-3+b1
libssl-dev==3.0.11-1~deb12u2
libssl3==3.0.11-1~deb12u2
libswsscommon==1.0.0
libsysfs2==2.1.1-4
libsystemd-shared==252.17-1~deb12u1
libtac2==1.4.1-1
libtcl8.6==8.6.13+dfsg-2
libtirpc-common==1.3.3+ds-1
libtirpc3==1.3.3+ds-1
libtsan2==12.2.0-14
libubootenv-tool==0.3.2-1
libubootenv0.1==0.3.2-1
libubsan1==12.2.0-14
libunwind8==1.6.2-3
libusb-1.0-0==2:1.0.26-1
libutempter0==1.2.1-3
libwrap0==7.6.q-32
libxencall1==4.17.1+2-gb773c48e36-1
libxendevicemodel1==4.17.1+2-gb773c48e36-1
libxenevtchn1==4.17.1+2-gb773c48e36-1
libxenforeignmemory1==4.17.1+2-gb773c48e36-1
libxengnttab1==4.17.1+2-gb773c48e36-1
libxenhypfs1==4.17.1+2-gb773c48e36-1
libxenmisc4.17==4.17.1+2-gb773c48e36-1
libxenstore4==4.17.1+2-gb773c48e36-1
libxentoolcore1==4.17.1+2-gb773c48e36-1
libxentoollog1==4.17.1+2-gb773c48e36-1
libxtables12==1.8.9-2
libyajl2==2.1.0-3+deb12u2
libyaml-0-2==0.2.5-1
libyang==1.0.73
libyang-cpp==1.0.73
libzmq5==4.3.4-6
linux-base==4.9
linux-image-6.1.0-11-2-amd64-unsigned==6.1.38-4
linux-perf==6.1.55-1
locales==2.36-9+deb12u3
logrotate==3.21.0-1
lsof==4.95.0-1
makedev==2.3.1-97
makedumpfile==1:1.7.2-1
media-types==10.0.0
mft==4.25.0-62
mft-fwtrace-cfg==1.0.0
mft-oem==4.25.0-62
mokutil==0.6.0-2
monit==1:5.20.0-6
mtd-utils==1:2.1.5-1
mtr-tiny==0.95-1
ncal==12.1.8
ndisc6==1.0.5-1+b2
net-tools==2.10-0.1
netbase==6.4
netfilter-persistent==1.0.20
ntp==1:4.2.8p15+dfsg-2~1.2.2+dfsg1-1+deb12u1
ntpsec==1.2.2+dfsg1-1+deb12u1
ntpstat==0.0.0.1-2+b1
openssh-client==1:9.2p1-2+deb12u1
openssh-server==1:9.2p1-2+deb12u1
openssh-sftp-server==1:9.2p1-2+deb12u1
openssl==3.0.11-1~deb12u2
pci.ids==0.0~2023.04.11-1
pciutils==1:3.9.0-4
picocom==3.1-4
pkgconf==1.8.1-1
procps==2:4.0.2-3
psmisc==23.6-1
python-apt-common==2.6.0
python-is-python3==3.11.1-3
python3==3.11.2-1+b1
python3-apt==2.6.0
python3-cffi==1.15.1-5
python3-cffi-backend==1.15.1-5+b1
python3-cryptography==38.0.4-3
python3-dbus==1.3.2-4+b1
python3-distutils==3.11.2-3
python3-jinja2==3.1.2-1
python3-lib2to3==3.11.2-3
python3-m2crypto==0.38.0-4+b1
python3-markupsafe==2.1.2-1+b1
python3-minimal==3.11.2-1+b1
python3-nacl==1.5.0-2
python3-ntp==1.2.2+dfsg1-1+deb12u1
python3-pip==23.0.1+dfsg-1
python3-pkg-resources==66.1.1-1
python3-ply==3.11-5
python3-pycparser==2.21-1
python3-setuptools==66.1.1-1
python3-swsscommon==1.0.0
python3-wheel==0.38.4-2
python3-yaml==6.0-3+b2
python3-yang==1.0.73
python3.11==3.11.2-6
python3.11-minimal==3.11.2-6
rasdaemon==0.6.8-1.1
readline-common==8.2-1.3
resolvconf==1.91+nmu1
rsyslog==8.2302.0-1
runit-helper==2.15.2
sbsigntool==0.9.4-3.1
screen==4.9.0-4
sensible-utils==0.0.17+nmu1
sgml-base==1.31
smartmontools==7.3-1+b1
sonic-db-cli==1.0.0
sonic-device-data==1.0-1
sonic-host-services-data==1.0-1
sonic-platform-pddf==1.1
sonic-rsyslog-plugin==1.0.0-0
sonic-utilities-data==1.0-1
sqlite3==3.40.1-2
squashfs-tools==1:4.5.1-1
sudo==1.9.13p3-1+deb12u1
sysfsutils==2.1.1-4
sysstat==12.6.1-1
systemd==252.17-1~deb12u1
systemd-bootchart==234-2+b1
systemd-sonic-generator==1.0.0
systemd-sysv==252.17-1~deb12u1
tcpdump==4.99.3-1
tcptraceroute==1.5beta7+debian-4.1+b1
traceroute==1:2.1.2-1
u-boot-tools==2023.01+dfsg-2
ucf==3.0043+nmu1
udev==252.17-1~deb12u1
unzip==6.0-28
usbutils==1:014-1
vim==2:9.0.1378-2
vim-common==2:9.0.1378-2
vim-runtime==2:9.0.1378-2
x11-common==1:7.7+23
xml-core==0.18+nmu1
xz-utils==5.4.1-0.2
zstd==1.5.4+dfsg2-5

View File

@ -0,0 +1,18 @@
binutils-aarch64-linux-gnu==2.40-2
icu-devtools==72.1-3
libc-dev-bin==2.36-9+deb12u3
libc6-dev==2.36-9+deb12u3
libhwasan0==12.2.0-14
libicu-dev==72.1-3
libicu72==72.1-3
libnsl-dev==1.3.0-2
libtirpc-dev==1.3.3+ds-1
libxml2==2.9.14+dfsg-1.3~deb12u1
libxml2-dev==2.9.14+dfsg-1.3~deb12u1
libxslt1-dev==1.1.35-1
libxslt1.1==1.1.35-1
linux-image-6.1.0-11-2-arm64-unsigned==6.1.38-4
linux-libc-dev==6.1.55-1
ntpstat==0.0.0.1-2
rpcsvc-proto==1.4.3-1
zlib1g-dev==1:1.2.13.dfsg-1

View File

@ -0,0 +1,17 @@
binutils-arm-linux-gnueabihf==2.40-2
icu-devtools==72.1-3
libc-dev-bin==2.36-9+deb12u3
libc6-dev==2.36-9+deb12u3
libicu-dev==72.1-3
libicu72==72.1-3
libnsl-dev==1.3.0-2
libtirpc-dev==1.3.3+ds-1
libxml2==2.9.14+dfsg-1.3~deb12u1
libxml2-dev==2.9.14+dfsg-1.3~deb12u1
libxslt1-dev==1.1.35-1
libxslt1.1==1.1.35-1
linux-image-6.1.0-11-2-armmp==6.1.38-4
linux-libc-dev==6.1.55-1
ntpstat==0.0.0.1-2
rpcsvc-proto==1.4.3-1
zlib1g-dev==1:1.2.13.dfsg-1

View File

@ -1,342 +0,0 @@
acl==2.2.53-10
apparmor==2.13.6-10
apt-transport-https==2.2.4
arping==2.21-2
audisp-tacplus==1.0.2
auditd==1:3.0-2
bash==5.1-2
bash-completion==1:2.11-2
bash-tacplus==1.0.0
bfn-modules==1.0
binutils==2.35.2-2
binutils-common==2.35.2-2
binutils-x86-64-linux-gnu==2.35.2-2
bridge-utils==1.7-1
bsdextrautils==2.36.1-8+deb11u1
bsdmainutils==12.1.7+nmu3
busybox==1:1.30.1-6+b3
ca-certificates==20210119
cgroup-tools==0.41-11
conntrack==1:1.4.6-2
containerd.io==1.6.21-1
cpio==2.13+dfsg-4
cpp==4:10.2.1-1
cpp-10==10.2.1-6
cracklib-runtime==2.9.6-3.4
cron==3.0pl1-137
curl==7.74.0-1.3+deb11u7
dbus==1.12.24-0+deb11u1
device-tree-compiler==1.6.0-1
dirmngr==2.2.27-2+deb11u2
distro-info-data==0.51+deb11u3
dmidecode==3.3-2
dmsetup==2:1.02.175-2.1
docker-ce==5:24.0.2-1~debian.11~bullseye
docker-ce-cli==5:24.0.2-1~debian.11~bullseye
dpkg-dev==1.20.12
eatmydata==105-9
ebtables==2.0.11-4+b1
efibootmgr==17-1
efitools==1.9.2-2~deb11u1
fdisk==2.36.1-8+deb11u1
file==1:5.39-3+deb11u1
firmware-amd-graphics==20210315-3
firmware-linux-nonfree==20210315-3
firmware-misc-nonfree==20210315-3
flashrom==0.9.7
fontconfig-config==2.13.1-4.2
fonts-dejavu-core==2.37-2
freeipmi-common==1.6.6-4+deb11u1
gcc==4:10.2.1-1
gcc-10==10.2.1-6
gdisk==1.0.6-1.1
gettext-base==0.21-4
gir1.2-glib-2.0==1.66.1-1+b1
gir1.2-packagekitglib-1.0==1.2.2-2
gnupg==2.2.27-2+deb11u2
gnupg-l10n==2.2.27-2+deb11u2
gnupg-utils==2.2.27-2+deb11u2
gpg==2.2.27-2+deb11u2
gpg-agent==2.2.27-2+deb11u2
gpg-wks-client==2.2.27-2+deb11u2
gpg-wks-server==2.2.27-2+deb11u2
gpgconf==2.2.27-2+deb11u2
gpgsm==2.2.27-2+deb11u2
grub-common==2.06-3~deb11u5
grub2-common==2.06-3~deb11u5
haveged==1.9.14-1
hdparm==9.60+ds-1
hping3==3.a2.ds2-10
hw-management==1.mlnx.7.0030.1011
i2c-tools==4.2-1+b1
ifmetric==0.3-5
ifupdown2==3.0.0-1
initramfs-tools==0.140
initramfs-tools-core==0.140
ipmitool==1.8.18-10.1
iproute2==5.10.0-4
iptables==1.8.7-1
iptables-persistent==1.0.15
iputils-ping==3:20210202-1
isc-dhcp-client==4.4.1-2.3+deb11u2
iso-codes==4.6.0-1
jq==1.6-2.1
kdump-tools==1:1.6.8.4
kernel-mft-dkms-modules-5.10.0-23-2-amd64==4.25.0
kexec-tools==1:2.0.20-2.1
klibc-utils==2.0.8-6.1
kmod==28-1
less==551-2
libabsl20200923==0~20200923.3-2
libapparmor1==2.13.6-10
libargon2-1==0~20171227-0.2
libasan6==10.2.1-6
libassuan0==2.5.3-7.1
libatomic1==10.2.1-6
libauparse0==1:3.0-2
libbabeltrace1==1.5.8-1+b3
libbinutils==2.35.2-2
libblkid-dev==2.36.1-8+deb11u1
libboost-serialization1.74.0==1.74.0-9
libbpf0==1:0.3-2
libbrotli1==1.0.9-2+b2
libbsd0==0.11.3-1
libc-ares2==1.17.1-1+deb11u3
libc-l10n==2.31-13+deb11u6
libcap2==1:2.44-1
libcap2-bin==1:2.44-1
libcbor0==0.5.0+dfsg-2
libcc1-0==10.2.1-6
libcgroup1==0.41-11
libcrack2==2.9.6-3.4
libcryptsetup12==2:2.3.7-1+deb11u1
libctf-nobfd0==2.35.2-2
libctf0==2.35.2-2
libcurl3-gnutls==7.74.0-1.3+deb11u7
libcurl4==7.74.0-1.3+deb11u7
libdbd-sqlite3-perl==1.66-1+b1
libdbi-perl==1.643-3+b1
libdbus-1-3==1.12.24-0+deb11u1
libdevmapper1.02.1==2:1.02.175-2.1
libdns-export1110==1:9.11.19+dfsg-2.1
libdw1==0.183-1
libeatmydata1==105-9
libedit2==3.1-20191231-2+b1
libefiboot1==37-6
libefivar1==37-6
libelf1==0.183-1
libestr0==0.1.10-2.1+b1
libexpat1==2.2.10-2+deb11u5
libfastjson4==0.99.9-1
libfdisk1==2.36.1-8+deb11u1
libfdt1==1.6.0-1
libffi-dev==3.3-6
libfido2-1==1.6.0-2
libfreeipmi17==1.6.6-4+deb11u1
libfreetype6==2.10.4+dfsg-1+deb11u1
libfreetype6-dev==2.10.4+dfsg-1+deb11u1
libfuse2==2.9.9-5
libgcc-10-dev==10.2.1-6
libgdbm-compat4==1.19-2
libgdbm6==1.19-2
libgirepository-1.0-1==1.66.1-1+b1
libglib2.0-0==2.66.8-1
libgomp1==10.2.1-6
libgpm2==1.20.7-8
libgrpc++1==1.30.2-3
libgrpc10==1.30.2-3
libhavege2==1.9.14-1
libhiredis0.14==0.14.1-1
libi2c0==4.2-1+b1
libiniparser1==4.1-4
libip4tc2==1.8.7-1
libip6tc2==1.8.7-1
libisc-export1105==1:9.11.19+dfsg-2.1
libisl23==0.23-1
libitm1==10.2.1-6
libjansson4==2.13.1-1.1
libjq1==1.6-2.1
libjs-jquery==3.5.1+dfsg+~3.5.5-7
libjson-c5==0.15-2+deb11u1
libk5crypto3==1.18.3-6+deb11u1+fips
libklibc==2.0.8-6.1
libkmod2==28-1
libksba8==1.5.0-3+deb11u2
libldap-2.4-2==2.4.57+dfsg-3+deb11u1
liblognorm5==2.0.5-1.1
liblsan0==10.2.1-6
liblua5.1-0==5.1.5-8.1+b3
liblzo2-2==2.10-2
libmagic-mgc==1:5.39-3+deb11u1
libmagic1==1:5.39-3+deb11u1
libmd0==1.0.3-3
libmnl0==1.0.4-3
libmpc3==1.2.0-1
libmpdec3==2.5.1-1
libmpfr6==4.1.0-3
libncurses6==6.2+20201114-2+deb11u1
libncursesw6==6.2+20201114-2+deb11u1
libnet1==1.1.6+dfsg-3.1
libnetfilter-conntrack3==1.0.8-3
libnfnetlink0==1.0.1-3+b1
libnftnl11==1.1.9-1
libnghttp2-14==1.43.0-1
libnl-3-200==3.5.0-1
libnl-cli-3-200==3.5.0-1
libnl-genl-3-200==3.5.0-1
libnl-nf-3-200==3.5.0-1
libnl-route-3-200==3.5.0-1
libnorm1==1.5.9+dfsg-2
libnpth0==1.6-3
libnss-radius==1.0.1-1
libnss-tacplus==1.0.4-1
libnuma1==2.0.12-1+b1
libonig5==6.9.6-1.1
libopencsd0==0.14.4-1
libopts25==1:5.18.16-4
libpackagekit-glib2-18==1.2.2-2
libpam-cracklib==1.4.0-9+deb11u1
libpam-radius-auth==1.4.1-1
libpam-tacplus==1.4.1-1
libpcap0.8==1.10.0-2
libpci3==1:3.7.0-5
libperl5.32==5.32.1-4+deb11u2
libpgm-5.3-0==5.3.128~dfsg-2
libpng16-16==1.6.37-3
libpopt0==1.18-2
libprocps8==2:3.3.17-5
libprotobuf23==3.12.4-1
libpsl5==0.21.0-1.2
libpython3-stdlib==3.9.2-3
libpython3.9==3.9.2-1
libpython3.9-minimal==3.9.2-1
libpython3.9-stdlib==3.9.2-1
libquadmath0==10.2.1-6
libreadline8==8.1-1
librtmp1==2.4+20151223.gitfa8646d.1-2+b2
libsasl2-2==2.1.27+dfsg-2.1+deb11u1
libsasl2-modules-db==2.1.27+dfsg-2.1+deb11u1
libsensors-config==1:3.6.0-7
libsensors5==1:3.6.0-7
libslang2==2.3.2-5
libsodium23==1.0.18-1
libsqlite3-0==3.34.1-3
libssh2-1==1.9.0-2
libssl1.1==1.1.1n-0+deb11u4+fips
libswsscommon==1.0.0
libsysfs2==2.1.0+repack-7
libsystemd0==247.3-7+deb11u4
libtac2==1.4.1-1
libtcl8.6==8.6.11+dfsg-1
libtsan0==10.2.1-6
libubootenv-tool==0.3.2-0.1
libubootenv0.1==0.3.2-0.1
libubsan1==10.2.1-6
libudev1==247.3-7+deb11u4
libunwind8==1.3.2-2
libusb-1.0-0==2:1.0.24-3
libutempter0==1.2.1-2
libwrap0==7.6.q-31
libxtables12==1.8.7-1
libyaml-0-2==0.2.2-1
libyang==1.0.73
libyang-cpp==1.0.73
libzmq5==4.3.4-1
linux-base==4.6
linux-image-5.10.0-23-2-amd64-unsigned==5.10.179-3
linux-perf==5.10.191-1
linux-perf-5.10==5.10.191-1
locales==2.31-13+deb11u6
logrotate==3.18.0-2+deb11u1
lsb-release==11.1.0
lsof==4.93.2+dfsg-1.1
makedev==2.3.1-94.1
makedumpfile==1:1.6.8-4
media-types==4.0.0
mft==4.25.0-62
mft-fwtrace-cfg==1.0.0
mft-oem==4.25.0-62
mokutil==0.6.0-2~deb11u1
monit==1:5.20.0-6
mtd-utils==1:2.1.2-2
mtr-tiny==0.94-1+deb11u1
ncal==12.1.7+nmu3
ndisc6==1.0.4-2
net-tools==1.60+git20181103.0eebece-1
netbase==6.3
netfilter-persistent==1.0.15
ntp==1:4.2.8p15+dfsg-1+deb10u2
ntpstat==0.0.0.1-2+b1
opennsl-modules==7.1.0.0
openssh-client==1:8.4p1-5+deb11u1+fips
openssh-server==1:8.4p1-5+deb11u1+fips
openssh-sftp-server==1:8.4p1-5+deb11u1+fips
openssl==1.1.1n-0+deb11u4+fips
pci.ids==0.0~2021.02.08-1
pciutils==1:3.7.0-5
perl==5.32.1-4+deb11u2
perl-modules-5.32==5.32.1-4+deb11u2
picocom==3.1-2+b1
pinentry-curses==1.1.0-4
procps==2:3.3.17-5
psmisc==23.4-2
python-apt-common==2.2.1
python-is-python3==3.9.2-1
python-pip-whl==20.3.4-4+deb11u1
python3==3.9.2-3
python3-apt==2.2.1
python3-dbus==1.2.16-5
python3-distutils==3.9.2-1
python3-lib2to3==3.9.2-1
python3-minimal==3.9.2-3
python3-pkg-resources==52.0.0-4
python3-pycurl==7.43.0.6-5
python3-setuptools==52.0.0-4
python3-software-properties==0.96.20.2-2.1
python3-swsscommon==1.0.0
python3-wheel==0.34.2-1
python3-yang==1.0.73
python3.9==3.9.2-1
python3.9-minimal==3.9.2-1
rasdaemon==0.6.6-2
readline-common==8.1-1
resolvconf==1.87
rsyslog==8.2302.0-1~bpo11+1
runit-helper==2.10.3
sbsigntool==0.9.2-2
screen==4.8.0-6
sensible-utils==0.0.14
smartmontools==7.2-1
software-properties-common==0.96.20.2-2.1
sonic-db-cli==1.0.0
sonic-device-data==1.0-1
sonic-host-services-data==1.0-1
sonic-platform-pddf==1.1
sonic-rsyslog-plugin==1.0.0-0
sonic-utilities-data==1.0-1
sqlite3==3.34.1-3
squashfs-tools==1:4.4-2+deb11u2
sudo==1.9.5p2-3+deb11u1
sx-kernel==1.mlnx.4.6.1062
symcrypt-openssl==0.1
sysfsutils==2.1.0+repack-7
sysstat==12.5.2-2
systemd==247.3-7+deb11u4
systemd-bootchart==234-1
systemd-sonic-generator==1.0.0
systemd-sysv==247.3-7+deb11u4
tcpdump==4.99.0-2+deb11u1
tcptraceroute==1.5beta7+debian-4.1+b1
traceroute==1:2.1.0-2+deb11u1
u-boot-tools==2021.01+dfsg-5
ucf==3.0043
udev==247.3-7+deb11u4
unzip==6.0-26+deb11u1
usbutils==1:013-3
vim==2:8.2.2434-3+deb11u1
vim-common==2:8.2.2434-3+deb11u1
vim-runtime==2:8.2.2434-3+deb11u1
wamerican==2019.10.06-1
x11-common==1:7.7+22
xxd==2:8.2.2434-3+deb11u1
xz-utils==5.2.5-2.1~deb11u1

View File

@ -1,20 +0,0 @@
binutils-aarch64-linux-gnu==2.35.2-2
ebtables==2.0.11-4
icu-devtools==67.1-7
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libcrypt-dev==1:4.4.18-4
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+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-image-5.10.0-23-2-arm64-unsigned==5.10.179-3
linux-libc-dev==5.10.191-1
ntpstat==0.0.0.1-2
picocom==3.1-2
tsingma-bsp==1.0
zlib1g-dev==1:1.2.11.dfsg-2+deb11u2

View File

@ -1,25 +0,0 @@
binutils-arm-linux-gnueabihf==2.35.2-2
ebtables==2.0.11-4
icu-devtools==67.1-7
libc-dev-bin==2.31-13+deb11u6
libc6-dev==2.31-13+deb11u6
libcrypt-dev==1:4.4.18-4
libicu-dev==67.1-7
libicu67==67.1-7
libnsl-dev==1.3.0-2
libssl1.1==1.1.1n-0+deb11u5
libtirpc-dev==1.3.1-1+deb11u1
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-image-5.10.0-23-2-armmp==5.10.179-3
linux-libc-dev==5.10.191-1
mrvlprestera==1.0
ntpstat==0.0.0.1-2
openssh-client==1:8.4p1-5+deb11u1
openssh-server==1:8.4p1-5+deb11u1
openssh-sftp-server==1:8.4p1-5+deb11u1
openssl==1.1.1n-0+deb11u5
picocom==3.1-2
zlib1g-dev==1:1.2.11.dfsg-2+deb11u2

View File

@ -2,7 +2,7 @@ azure-common==1.1.28
azure-nspkg==3.0.2
azure-storage==0.36.0
bcrypt==3.2.2
bitarray==1.5.3
bitarray==2.8.1
blessed==1.20.0
certifi==2023.7.22
cffi==1.15.1
@ -11,18 +11,18 @@ click==7.0
click-log==0.4.0
colorful==0.5.5
cryptography==3.3.2
dbus-python==1.2.16
dbus-python==1.3.2
docker==6.1.1
docker-image-py==0.1.12
enlighten==1.12.0
filelock==3.12.4
grpcio==1.39.0
grpcio-tools==1.39.0
grpcio==1.51.1
grpcio-tools==1.51.1
idna==3.4
ijson==2.6.1
ijson==3.2.3
ipaddr==2.2.0
ipaddress==1.0.23
j2cli==0.3.10
j2cli==0.3.12b0
jinja2==3.1.2
jsondiff==2.0.0
jsonpatch==1.33
@ -30,49 +30,49 @@ jsonpointer==2.4
jsonschema==2.6.0
lazy-object-proxy==1.9.0
lxml==4.9.1
m2crypto==0.39.0
markupsafe==2.1.3
m2crypto==0.38.0
markupsafe==2.1.2
natsort==6.2.1
netaddr==0.8.0
netifaces==0.11.0
ntpsec==1.2.2
packaging==23.1
paramiko==2.11.0
pathtools==0.1.2
pddf-platform==1.0
perf==0.1
pexpect==4.8.0
pip==23.2.1
pip==23.0.1
ply==3.11
prefixed==0.7.0
prettyprinter==0.18.0
protobuf==3.20.3
protobuf==4.24.4
psutil==5.9.5
ptyprocess==0.7.0
pyang==2.5.3
pyangbind==0.8.1
pycairo==1.24.0
pyangbind==0.8.2
pycairo==1.25.0
pycparser==2.21
pycurl==7.43.0.6
pygments==2.16.1
pygobject==3.46.0
pynacl==1.5.0
pyroute2==0.5.19
python-apt==2.2.1
python-apt==2.6.0
python-dateutil==2.8.2
pyyaml==5.4.1
pyyaml==6.0.1
redis==3.5.3
regex==2023.8.8
regex==2023.10.3
requests==2.31.0
scapy==2.4.4
semantic-version==2.10.0
setuptools==49.6.0
setuptools==66.1.1
six==1.16.0
systemd-python==235
tabulate==0.8.2
thrift==0.13.0
tabulate==0.9.0
toposort==1.6
urllib3==2.0.5
watchdog==0.10.3
wcwidth==0.2.6
wcwidth==0.2.8
websocket-client==1.6.3
wheel==0.35.1
wheel==0.38.4
www-authenticate==0.9.2
xmltodict==0.12.0

View File

@ -1 +1,2 @@
cryptography==3.3.1
filelock==3.13.0
pycairo==1.25.1

View File

@ -1 +0,0 @@
per_namespace/lldp.timer.j2

View File

@ -110,7 +110,7 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
python3-dev
# Install j2cli for handling jinja template
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install "j2cli==0.3.10"
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install j2cli
# Install Python client for Redis
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install "redis==3.5.3"
@ -130,8 +130,8 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install ipaddr
# Install Python module for grpcio and grpcio-toole
if [[ $CONFIGURED_ARCH == amd64 ]]; then
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install "grpcio==1.39.0"
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install "grpcio-tools==1.39.0"
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install "grpcio==1.51.1"
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install "grpcio-tools==1.51.1"
fi
# Install sonic-py-common Python 3 package
@ -146,9 +146,8 @@ if [[ $CONFIGURED_ARCH == armhf || $CONFIGURED_ARCH == arm64 ]]; then
fi
# Install sonic-yang-models Python 3 package, install dependencies
sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/libyang_*.deb
sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/libyang-cpp_*.deb
sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/python3-yang_*.deb
sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/libyang_*.deb $debs_path/libyang-cpp_*.deb $debs_path/python3-yang_*.deb || \
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install -f
SONIC_YANG_MODEL_PY3_WHEEL_NAME=$(basename {{sonic_yang_models_py3_wheel_path}})
sudo cp {{sonic_yang_models_py3_wheel_path}} $FILESYSTEM_ROOT/$SONIC_YANG_MODEL_PY3_WHEEL_NAME
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install $SONIC_YANG_MODEL_PY3_WHEEL_NAME
@ -165,7 +164,7 @@ sudo rm -rf $FILESYSTEM_ROOT/$SONIC_YANG_MGMT_PY3_WHEEL_NAME
# Then immediately uninstall enum34, as enum34 should not be installed for Python >= 3.4, as it causes a
# conflict with the new 'enum' module in the standard library
# https://github.com/robshakir/pyangbind/issues/232
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install pyangbind==0.8.1
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install pyangbind==0.8.2
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 uninstall -y enum34
# Install SONiC config engine Python 3 package
@ -200,12 +199,8 @@ sudo cp {{system_health_py3_wheel_path}} $FILESYSTEM_ROOT/$SYSTEM_HEALTH_PY3_WHE
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install $SYSTEM_HEALTH_PY3_WHEEL_NAME
sudo rm -rf $FILESYSTEM_ROOT/$SYSTEM_HEALTH_PY3_WHEEL_NAME
# Install prerequisites needed for installing the Python m2crypto package, used by sonic-utilities
# These packages can be uninstalled after intallation
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install build-essential libssl-dev swig
# Install prerequisites needed for using the Python m2crypto package, used by sonic-utilities
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install openssl
# Install m2crypto, cryptography, cffi, and pynacl packages, used by sonic-utilities
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install python3-m2crypto python3-cryptography python3-cffi python3-nacl
# install libffi-dev to match utilities' dependency.
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libffi-dev
@ -233,7 +228,7 @@ sudo cp -f $IMAGE_CONFIGS/readline/inputrc $FILESYSTEM_ROOT/etc/
# Install prerequisites needed for installing the dependent Python packages of sonic-host-services
# These packages can be uninstalled after installation
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config python3-dbus
# Mark runtime dependencies as manually installed to avoid them being auto-removed while uninstalling build dependencies
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-mark manual gir1.2-glib-2.0 libdbus-1-3 libgirepository-1.0-1 libsystemd0 python3-dbus
@ -270,7 +265,7 @@ sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/sonic-device-data_*.deb || \
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install -f
# package for supporting password hardening
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libpam-cracklib
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libpam-pwquality
# Install pam-tacplus and nss-tacplus
sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/libtac2_*.deb || \
@ -286,6 +281,12 @@ sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/bash-tacplus_*.deb || \
sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/audisp-tacplus_*.deb || \
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install -f
# Disable tacplus by default
## NOTE: this syntax of pam-auth-update is meant to be used when the package gets removed, not for specifying
## some local configuration of a PAM module. Currently, there's no clean way of noninteractively specifying
## whether some PAM module needs to be enabled or disabled on a system (there are hacky ways, though).
##
## If there is some PAM module that's installed/removed after this point, then this setting will end up having
## no impact, and there may be errors/test failures related to authentication.
sudo LANG=C chroot $FILESYSTEM_ROOT pam-auth-update --remove tacplus
sudo sed -i -e '/^passwd/s/ tacplus//' $FILESYSTEM_ROOT/etc/nsswitch.conf
@ -356,7 +357,8 @@ sudo cp $IMAGE_CONFIGS/monit/restart_service $FILESYSTEM_ROOT/usr/bin/
sudo chmod 755 $FILESYSTEM_ROOT/usr/bin/restart_service
# Installed smartmontools version should match installed smartmontools in docker-platform-monitor Dockerfile
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install smartmontools=7.2-1
# TODO: are mismatching versions fine for bookworm?
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install smartmontools
# Install custom-built openssh sshd
sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/openssh-server_${OPENSSH_VERSION}_*.deb $debs_path/openssh-client_${OPENSSH_VERSION}_*.deb $debs_path/openssh-sftp-server_${OPENSSH_VERSION}_*.deb
@ -374,9 +376,10 @@ sudo cp $IMAGE_CONFIGS/ntp/ntp-config.service $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_S
echo "ntp-config.service" | sudo tee -a $GENERATED_SERVICE_FILE
sudo cp $IMAGE_CONFIGS/ntp/ntp-config.sh $FILESYSTEM_ROOT/usr/bin/
sudo cp $IMAGE_CONFIGS/ntp/ntp.conf.j2 $FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES/
sudo cp $IMAGE_CONFIGS/ntp/ntp-systemd-wrapper $FILESYSTEM_ROOT/usr/lib/ntp/
sudo cp $IMAGE_CONFIGS/ntp/ntp.service $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM
echo "ntp.service" | sudo tee -a $GENERATED_SERVICE_FILE
sudo cp $IMAGE_CONFIGS/ntp/ntp-systemd-wrapper $FILESYSTEM_ROOT/usr/libexec/ntpsec/
sudo mkdir $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM/ntpsec.service.d
sudo cp $IMAGE_CONFIGS/ntp/sonic-target.conf $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM/ntpsec.service.d/
echo "ntpsec.service" | sudo tee -a $GENERATED_SERVICE_FILE
# Copy DNS templates
sudo cp $BUILD_TEMPLATES/dns.j2 $FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES/
@ -461,10 +464,12 @@ sudo cp $IMAGE_CONFIGS/corefile_uploader/core_uploader.py $FILESYSTEM_ROOT/usr/b
sudo cp $IMAGE_CONFIGS/corefile_uploader/core_analyzer.rc.json $FILESYSTEM_ROOT_ETC_SONIC/
sudo chmod og-rw $FILESYSTEM_ROOT_ETC_SONIC/core_analyzer.rc.json
# Rasdaemon service configuration. Use timer to start rasdaemon with a delay for better fast/warm boot performance
sudo cp $IMAGE_CONFIGS/rasdaemon/rasdaemon.timer $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT systemctl disable rasdaemon.service
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT systemctl enable rasdaemon.timer
if [[ $CONFIGURED_ARCH == amd64 ]]; then
# Rasdaemon service configuration. Use timer to start rasdaemon with a delay for better fast/warm boot performance
sudo cp $IMAGE_CONFIGS/rasdaemon/rasdaemon.timer $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT systemctl disable rasdaemon.service
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT systemctl enable rasdaemon.timer
fi
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libffi-dev libssl-dev
@ -480,16 +485,6 @@ sudo LANG=C chroot $FILESYSTEM_ROOT systemctl enable systemd-bootchart
{% endif %}
{% endif %}
if [[ $CONFIGURED_ARCH == armhf ]]; then
# The azure-storage package depends on the cryptography package. Newer
# versions of cryptography require the rust compiler, the correct version
# for which is not readily available in buster. Hence we pre-install an
# older version here to satisfy the azure-storage dependency.
# Note: This is not a problem for other architectures as pre-built versions
# of cryptography are available for those. This sequence can be removed
# after upgrading to debian bullseye.
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install cryptography==3.3.1
fi
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install azure-storage==0.36.0
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install watchdog==0.10.3
@ -926,7 +921,6 @@ sudo cp $BUILD_TEMPLATES/sonic.target $FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM
sudo LANG=C chroot $FILESYSTEM_ROOT systemctl enable sonic.target
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get purge -y python3-dev
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get purge -y build-essential libssl-dev swig
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get purge -y libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get clean -y
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get autoremove -y
@ -953,7 +947,8 @@ for fw_file_name in ${!FW_FILE_MAP[@]}; do
# Link old FW location to not break existing automation/scripts
sudo ln -s /host/image-$SONIC_IMAGE_VERSION/$PLATFORM_DIR/fw/asic/${FW_FILE_MAP[$fw_file_name]} $FILESYSTEM_ROOT/etc/mlnx/${FW_FILE_MAP[$fw_file_name]}
done
sudo cp $files_path/$ISSU_VERSION_FILE $FILESYSTEM_ROOT/$PLATFORM_DIR/fw/asic/issu-version
# TODO: reenable for bookworm
#sudo cp $files_path/$ISSU_VERSION_FILE $FILESYSTEM_ROOT/$PLATFORM_DIR/fw/asic/issu-version
sudo ln -s /host/image-$SONIC_IMAGE_VERSION/$PLATFORM_DIR/fw/asic/issu-version $FILESYSTEM_ROOT/etc/mlnx/issu-version
sudo cp $files_path/$MLNX_FFB_SCRIPT $FILESYSTEM_ROOT/usr/bin/mlnx-ffb.sh
sudo cp $files_path/$MLNX_ONIE_FW_UPDATE $FILESYSTEM_ROOT/usr/bin/$MLNX_ONIE_FW_UPDATE

View File

@ -1,7 +1,7 @@
[
{
"tag": "event-stopped-ctr",
"regex": "Stopped ([a-zA-Z-_\\s]*) container",
"regex": "Stopped [a-z._]* - ([a-zA-Z-_\\s]*) container",
"params": [ "ctr_name" ]
},
{

View File

@ -1,6 +1,6 @@
#!/bin/bash
ntp_default_file='/etc/default/ntp'
ntp_default_file='/etc/default/ntpsec'
ntp_temp_file='/tmp/ntp.orig'
reboot_type='cold'
@ -23,10 +23,10 @@ function modify_ntp_default
sed -e "$1" ${ntp_temp_file} >${ntp_default_file}
}
sonic-cfggen -d -t /usr/share/sonic/templates/ntp.conf.j2 >/etc/ntp.conf
sonic-cfggen -d -t /usr/share/sonic/templates/ntp.conf.j2 >/etc/ntpsec/ntp.conf
get_database_reboot_type
echo "Disabling NTP long jump for reboot type ${reboot_type} ..."
modify_ntp_default "s/NTPD_OPTS='-g'/NTPD_OPTS='-x'/"
modify_ntp_default "s/NTPD_OPTS=\"-g -N\"/NTPD_OPTS=\"-x -N\"/"
systemctl --no-block restart ntp

View File

@ -4,45 +4,47 @@
# This is now manually modified for supporting NTP in management VRF.
# When management VRF is enabled, the NTP application should be started using "ip vrf exec mgmt".
# Check has been added to verify the management VRF enabled status and use "ip vrf exec mgmt" when it is enabled.
# This file will be copied to /usr/lib/ntp/ntp-systemd-wrapper file that gets created during build process.
# This file will be copied to /usr/libexec/ntpsec/ntp-systemd-wrapper file that gets created during build process.
DAEMON=/usr/sbin/ntpd
PIDFILE=/var/run/ntpd.pid
PIDFILE=/run/ntpd.pid
LOCKFILE=/run/lock/ntpsec-ntpdate
if [ -r /etc/default/ntp ]; then
. /etc/default/ntp
if [ -r /etc/default/ntpsec ]; then
. /etc/default/ntpsec
fi
if [ -e /run/ntp.conf.dhcp ]; then
NTPD_OPTS="$NTPD_OPTS -c /run/ntp.conf.dhcp"
if [ "$IGNORE_DHCP" != "yes" ] && [ -e /run/ntpsec/ntp.conf.dhcp ]; then
NTPD_OPTS="$NTPD_OPTS -c /run/ntpsec/ntp.conf.dhcp"
else
# List the default -c first, so if the admin has specified -c in
# NTPD_OPTS, it is honored.
NTPD_OPTS="-c /etc/ntpsec/ntp.conf $NTPD_OPTS"
fi
LOCKFILE=/run/lock/ntpdate
RUNASUSER=ntp
UGID=$(getent passwd $RUNASUSER | cut -f 3,4 -d:) || true
if test "$(uname -s)" = "Linux"; then
NTPD_OPTS="$NTPD_OPTS -u $UGID"
fi
NTPD_OPTS="$NTPD_OPTS -u ntpsec:ntpsec"
# Protect the service startup against concurrent ntpdate ifup hooks
(
flock -w 180 9
# when mgmt vrf is configured, ntp starts in mgmt vrf by default unless user configures otherwise
vrfEnabled=$(/usr/local/bin/sonic-cfggen -d -v 'MGMT_VRF_CONFIG["vrf_global"]["mgmtVrfEnabled"]' 2> /dev/null)
vrfConfigured=$(/usr/local/bin/sonic-cfggen -d -v 'NTP["global"]["vrf"]' 2> /dev/null)
if [ "$vrfEnabled" = "true" ]
then
if [ "$vrfConfigured" = "default" ]
if flock -w 180 9; then
# when mgmt vrf is configured, ntp starts in mgmt vrf by default unless user configures otherwise
vrfEnabled=$(/usr/local/bin/sonic-cfggen -d -v 'MGMT_VRF_CONFIG["vrf_global"]["mgmtVrfEnabled"]' 2> /dev/null)
vrfConfigured=$(/usr/local/bin/sonic-cfggen -d -v 'NTP["global"]["vrf"]' 2> /dev/null)
if [ "$vrfEnabled" = "true" ]
then
log_daemon_msg "Starting NTP server in default-vrf for default set as NTP vrf" "ntpd"
start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -- -p $PIDFILE $NTPD_OPTS
if [ "$vrfConfigured" = "default" ]
then
echo "Starting NTP server in default-vrf for default set as NTP vrf"
exec $DAEMON -p $PIDFILE $NTPD_OPTS
else
echo "Starting NTP server in mgmt-vrf"
exec ip vrf exec mgmt $DAEMON -p $PIDFILE $NTPD_OPTS
fi
else
log_daemon_msg "Starting NTP server in mgmt-vrf" "ntpd"
ip vrf exec mgmt start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -- -p $PIDFILE $NTPD_OPTS
echo "Starting NTP server in default-vrf"
exec $DAEMON -p $PIDFILE $NTPD_OPTS
fi
else
log_daemon_msg "Starting NTP server in default-vrf" "ntpd"
start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -- -p $PIDFILE $NTPD_OPTS
echo "Timeout waiting for $LOCKFILE"
exit 1
fi
) 9>$LOCKFILE

Some files were not shown because too many files have changed in this diff Show More