From: Jackie Huang Date: Fri, 6 Dec 2024 08:23:40 +0000 (+0800) Subject: patches-arm: add patches based on stx.9.0 for stx-tools X-Git-Tag: k-release~17 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=3ce6724b723e71b3634f21dc16444fd9ac90dd7e;p=pti%2Frtp.git patches-arm: add patches based on stx.9.0 for stx-tools Aadd patches based on stx.9.0 for stx-tools repo: https://opendev.org/starlingx/tools.git Issue-ID: INF-481 Signed-off-by: Jackie Huang Change-Id: I18146abea16add4424be0ddfc8947305b181c752 --- diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0001-Add-image-yaml-files-for-arm64.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0001-Add-image-yaml-files-for-arm64.patch new file mode 100644 index 00000000..53f5b7de --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0001-Add-image-yaml-files-for-arm64.patch @@ -0,0 +1,613 @@ +From c9949f83c08bc6a686068a9a90883cda3fa4bc1c Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Tue, 1 Aug 2023 13:49:38 +0800 +Subject: [PATCH 1/9] Add image yaml files for arm64 + +Add base-bullseye_arm64.yaml from base-bullseye.yaml, +and base-initramfs-bullseye_arm64.yaml from +base-initramfs-bullseye.yaml and made the following +ajustment for arm64: +* amd64 -> arm64 +* x64 -> aa64 +* x86_64 -> aarch64 +* bzImage -> vmlinux +* intel-x86-64 -> qemuarm64 +* ttyS0 -> ttyAMA0 +* remove package grub2 since only grub-efi + is needed for arm64 +* disable secure boot + +Test Plan: +PASS: downloader -s -b on x86-64 host +PASS: downloader -s -b on arm64 host +PASS: build-pkgs on x86-64 host +PASS: build-image on x86-64 host +PASS: build-pkgs on arm64 host +PASS: build-image on arm64 host +PASS: Deploy AIO-SX on x86-64 target +PASS: Deploy AIO-SX on arm64 target +PASS: Deploy AIO-DX on x86-64 target +PASS: Deploy AIO-DX on arm64 target + +Story: 2010739 +Task: 48002 + +Depends-On: https://review.opendev.org/c/starlingx/root/+/889682 + +Signed-off-by: Jackie Huang +Change-Id: I7be98f75405eb61ece65f9202e73ad8d1a51ee1d +--- + .../debian/common/base-bullseye_arm64.yaml | 421 ++++++++++++++++++ + .../common/base-initramfs-bullseye_arm64.yaml | 132 ++++++ + 2 files changed, 553 insertions(+) + create mode 100644 debian-mirror-tools/config/debian/common/base-bullseye_arm64.yaml + create mode 100644 debian-mirror-tools/config/debian/common/base-initramfs-bullseye_arm64.yaml + +diff --git a/debian-mirror-tools/config/debian/common/base-bullseye_arm64.yaml b/debian-mirror-tools/config/debian/common/base-bullseye_arm64.yaml +new file mode 100644 +index 0000000..c41ac96 +--- /dev/null ++++ b/debian-mirror-tools/config/debian/common/base-bullseye_arm64.yaml +@@ -0,0 +1,421 @@ ++--- ++name: starlingx ++machine: qemuarm64 ++image_type: ++- iso ++- ostree-repo ++debootstrap-mirror: deb-merge-all ++package_feeds: [] ++package_type: external-debian ++wic: ++ OSTREE_WKS_BOOT_SIZE: '' ++ OSTREE_WKS_EFI_SIZE: --size=32M ++ OSTREE_WKS_ROOT_SIZE: '' ++ OSTREE_WKS_FLUX_SIZE: '' ++ OSTREE_FLUX_PART: fluxdata ++gpg: ++ gpg_path: /tmp/.lat_gnupg_root ++ ostree: ++ gpgid: Wind-River-Linux-Sample ++ gpgkey: $OECORE_NATIVE_SYSROOT/usr/share/genimage/rpm_keys/RPM-GPG-PRIVKEY-Wind-River-Linux-Sample ++ gpg_password: windriver ++ grub: ++ BOOT_GPG_NAME: SecureBootCore ++ BOOT_GPG_PASSPHRASE: SecureCore ++ BOOT_KEYS_DIR: $OECORE_NATIVE_SYSROOT/usr/share/bootfs/boot_keys ++ BOOT_GPG_KEY: $OECORE_NATIVE_SYSROOT/usr/share/bootfs/boot_keys/BOOT-GPG-PRIVKEY-SecureBootCore ++ BOOT_SINGED_SHIM: $IMAGE_ROOTFS/usr/lib/shim/bootaa64.efi ++ BOOT_SINGED_SHIMTOOL: $IMAGE_ROOTFS/usr/lib/shim/mmaa64.efi ++ BOOT_SINGED_GRUB: $IMAGE_ROOTFS/boot/efi/EFI/BOOT/grubaa64.efi ++ BOOT_EFITOOL: $IMAGE_ROOTFS/usr/lib/efitools/aarch64-linux-gnu/LockDown.efi ++ BOOT_GRUB_CFG: $OECORE_TARGET_SYSROOT/boot/efi/EFI/BOOT/grub.cfg ++ BOOT_NOSIG_GRUB: $OECORE_TARGET_SYSROOT/boot/efi/EFI/BOOT/bootaa64-nosig.efi ++ EFI_SECURE_BOOT: disable ++packages: [] ++external-packages: [] ++include-default-packages: '0' ++rootfs-pre-scripts: ++- | ++ # The StarlingX customize pacakges includes: ++ # - ostree 2019.1 ++ export PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ++ chroot $IMAGE_ROOTFS bash << SCRIPT_ENDOF ++ set -e ++ # Speed up apt/dpkg used for running build-image ++ echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/unsafe-io ++ apt update ++ apt install -y --no-install-recommends linux-image-stx-arm64 linux-rt-image-stx-arm64 grub-common ++ apt install -y --allow-downgrades --allow-unauthenticated --no-install-recommends ostree ostree-boot libostree-1-1 ostree-upgrade-mgr ++ apt install --no-install-recommends -y ifupdown ++ apt install -y bc vim uuid-runtime iputils-ping ++ # Move dpkg database to /usr so it's accessible after the OS /var is ++ # mounted, but make a symlink so it works without modifications to ++ # dpkg or apt ++ mv /var/lib/dpkg /usr/share/dpkg/database ++ ln -sr /usr/share/dpkg/database /var/lib/dpkg ++ SCRIPT_ENDOF ++rootfs-post-scripts: ++- |- ++ # Set bash as default shell ++ ln -snf --relative $IMAGE_ROOTFS/bin/bash $IMAGE_ROOTFS/bin/sh ++- |- ++ # Allow root ssh login ++ export PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ++ chroot $IMAGE_ROOTFS sed -i 's/^[#[:space:]]*PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config ++- |- ++ # FIXME: OSTree will not set up a link to scratch automagically. Need to ++ # relocate scratch to a more ostree friendly locale ++ mkdir $IMAGE_ROOTFS/var/rootdirs/scratch ++ ln -snf --relative $IMAGE_ROOTFS/var/rootdirs/scratch $IMAGE_ROOTFS/scratch ++- |- ++ # Make /opt/branding to writable (To make end-user enable to place their branding archive) ++ mkdir $IMAGE_ROOTFS/var/branding ++ mkdir -p $IMAGE_ROOTFS/var/rootdirs/opt ++ ln -snf --relative $IMAGE_ROOTFS/var/branding $IMAGE_ROOTFS/var/rootdirs/opt/branding ++- |- ++ cat /dev/null > $IMAGE_ROOTFS/etc/resolv.conf ++- |- ++ cat /dev/null > $IMAGE_ROOTFS/etc/apt/sources.list ++- |- ++ # Only used for running build-image ++ rm -f etc/dpkg/dpkg.cfg.d/unsafe-io ++- |- ++ # There is ${IMAGE_ROOTFS}/var/pxeboot/grubaa64.efi from parent linux installed ++ # For secure boot feature, it should be replaced with the right one ++ if [ "$EFI_SECURE_BOOT" = enable ]; then ++ install -m 0644 ${IMAGE_ROOTFS}/boot/efi/EFI/BOOT/grubaa64.efi ${IMAGE_ROOTFS}/var/pxeboot/grubaa64.efi ++ fi ++environments: ++- NO_RECOMMENDATIONS="1" ++- DEBIAN_FRONTEND=noninteractive ++- KERNEL_PARAMS=crashkernel=2048M apparmor=0 security=apparmor ++ostree: ++ ostree_use_ab: '0' ++ ostree_osname: debian ++ ostree_skip_boot_diff: '2' ++ ostree_remote_url: '' ++ ostree_install_device: '/dev/sda' ++ OSTREE_GRUB_USER: root ++ OSTREE_GRUB_PW_FILE: $OECORE_NATIVE_SYSROOT/usr/share/bootfs/boot_keys/ostree_grub_pw ++ OSTREE_FDISK_BLM: 2506 ++ OSTREE_FDISK_BSZ: 512 ++ OSTREE_FDISK_RSZ: 20480 ++ OSTREE_FDISK_VSZ: 20480 ++ OSTREE_FDISK_FSZ: 32 ++ OSTREE_CONSOLE: console=ttyAMA0,115200 ++debootstrap-key: '' ++apt-keys: ++- /opt/LAT/pubkey.rsa ++iso-grub-entry: | ++ submenu 'UEFI Debian Controller Install' --unrestricted --id=standard { ++ menuentry 'Serial Console' --unrestricted --id=serial { ++ set fallback=1 ++ efi-watchdog enable 0 180 ++ linux /vmlinux-std %BOOT_PARAMS% traits=controller defaultkernel=vmlinuz-*[!t]-arm64 ++ initrd @INITRD@ ++ } ++ menuentry 'Graphical Console' --unrestricted --id=graphical { ++ set fallback=1 ++ efi-watchdog enable 0 180 ++ linux /vmlinux-std %BOOT_PARAMS% traits=controller defaultkernel=vmlinuz-*[!t]-arm64 console=tty1 ++ initrd @INITRD@ ++ } ++ } ++ ++ submenu 'UEFI Debian All-in-one Install' --unrestricted --id=aio { ++ menuentry 'Serial Console' --unrestricted --id=serial { ++ set fallback=1 ++ efi-watchdog enable 0 180 ++ linux /vmlinux-std %BOOT_PARAMS% traits=controller,worker defaultkernel=vmlinuz-*[!t]-arm64 ++ initrd @INITRD@ ++ } ++ menuentry 'Graphical Console' --unrestricted --id=graphical { ++ set fallback=1 ++ efi-watchdog enable 0 180 ++ linux /vmlinux-std %BOOT_PARAMS% traits=controller,worker defaultkernel=vmlinuz-*[!t]-arm64 console=tty1 ++ initrd @INITRD@ ++ } ++ } ++ ++ submenu 'UEFI Debian All-in-one (lowlatency) Install' --unrestricted --id=aio-lowlat { ++ menuentry 'Serial Console' --unrestricted --id=serial { ++ set fallback=1 ++ efi-watchdog enable 0 180 ++ linux /vmlinux-rt %BOOT_PARAMS% traits=controller,worker,lowlatency defaultkernel=vmlinuz-*-rt-arm64 efi=runtime ++ initrd @INITRD@ ++ } ++ menuentry 'Graphical Console' --unrestricted --id=graphical { ++ set fallback=1 ++ efi-watchdog enable 0 180 ++ linux /vmlinux-rt %BOOT_PARAMS% traits=controller,worker,lowlatency defaultkernel=vmlinuz-*-rt-arm64 efi=runtime console=tty1 ++ initrd @INITRD@ ++ } ++ } ++ ++iso-syslinux-entry: | ++ menu start ++ ontimeout 1 ++ ++ menu begin ++ menu title Debian Controller Install ++ menu default ++ ++ label 1 ++ menu label Serial Console ++ kernel /vmlinux-std ++ ipappend 2 ++ append initrd=@INITRD@ %BOOT_PARAMS% traits=controller defaultkernel=vmlinuz-*[!t]-arm64 ++ ++ label 2 ++ menu label Graphical Console ++ kernel /vmlinux-std ++ ipappend 2 ++ append initrd=@INITRD@ %BOOT_PARAMS% traits=controller defaultkernel=vmlinuz-*[!t]-arm64 console=tty1 ++ menu end ++ ++ menu begin ++ menu title Debian All-in-one Install ++ ++ label 3 ++ menu label Serial Console ++ kernel /vmlinux-std ++ ipappend 2 ++ append initrd=@INITRD@ %BOOT_PARAMS% traits=controller,worker defaultkernel=vmlinuz-*[!t]-arm64 ++ ++ label 4 ++ menu label Graphical Console ++ kernel /vmlinux-std ++ ipappend 2 ++ append initrd=@INITRD@ %BOOT_PARAMS% traits=controller,worker defaultkernel=vmlinuz-*[!t]-arm64 console=tty1 ++ menu end ++ ++ menu begin ++ menu title Debian All-in-one (lowlatency) Install ++ ++ label 5 ++ menu label Serial Console ++ kernel /vmlinux-rt ++ ipappend 2 ++ append initrd=@INITRD@ %BOOT_PARAMS% traits=controller,worker,lowlatency defaultkernel=vmlinuz-*-rt-arm64 ++ ++ label 6 ++ menu label Graphical Console ++ kernel /vmlinux-rt ++ ipappend 2 ++ append initrd=@INITRD@ %BOOT_PARAMS% traits=controller,worker,lowlatency defaultkernel=vmlinuz-*-rt-arm64 console=tty1 ++ menu end ++ ++iso-post-script: | ++ cd ${ISO_DIR} ++ ++ # 0. Prepare ++ # According to `multiple-kernels' in lat yaml, install std ++ # or rt kernel to ISO ++ for k in ${OSTREE_MULTIPLE_KERNELS}; do ++ if [ "${k%%-rt-arm64}" != "${k}" ]; then ++ cp ${DEPLOY_DIR_IMAGE}/${k} vmlinux-rt ++ if [ -e ${DEPLOY_DIR_IMAGE}/${k}.sig ]; then ++ cp ${DEPLOY_DIR_IMAGE}/${k}.sig vmlinux-rt.sig ++ fi ++ else ++ cp ${DEPLOY_DIR_IMAGE}/${k} vmlinux-std ++ if [ -e ${DEPLOY_DIR_IMAGE}/${k}.sig ]; then ++ cp ${DEPLOY_DIR_IMAGE}/${k}.sig vmlinux-std.sig ++ fi ++ fi ++ done ++ ++ # 1. Kickstart ++ mkdir -p kickstart ++ # 1.1 Kickstart example for PXE ++ cat << ENDOF > kickstart/pxe-ks.cfg ++ lat-disk --install-device=/dev/disk/by-path/pci-0000:af:00.0-scsi-0:2:0:0 ++ ENDOF ++ ++ # 1.2 Kickstart example for ISO ++ cat << ENDOF > kickstart/iso-ks.cfg ++ lat-disk --install-device=/dev/sda ++ ENDOF ++ ++ # 1.3 Kickstart from image rootfs (provided by package platform-kickstarts) ++ if [ -e $IMAGE_ROOTFS/var/www/pages/feed/rel-*/kickstart/kickstart.cfg ]; then ++ cp $IMAGE_ROOTFS/var/www/pages/feed/rel-*/kickstart/kickstart.cfg kickstart/ ++ fi ++ ++ if [ -e $IMAGE_ROOTFS/var/www/pages/feed/rel-*/kickstart/miniboot.cfg ]; then ++ cp $IMAGE_ROOTFS/var/www/pages/feed/rel-*/kickstart/miniboot.cfg kickstart/ ++ fi ++ ++ if [ -d $IMAGE_ROOTFS/var/www/pages/feed/rel-*/kickstart/centos ]; then ++ cp -r $IMAGE_ROOTFS/var/www/pages/feed/rel-*/kickstart/centos kickstart/ ++ fi ++ ++ # 2. PXE ++ mkdir -p pxeboot/pxelinux.cfg ++ ++ # 2.1 Kernel and initramfs ++ install -m 644 vmlinux* pxeboot ++ install -m 644 initrd* pxeboot ++ ++ # 2.2 Bootloader ++ # 2.2.1 Legacy BIOS PXE ++ cp $OECORE_TARGET_SYSROOT/usr/share/syslinux/pxelinux.0 pxeboot/ ++ cp isolinux/isolinux.cfg pxeboot/pxelinux.cfg/default ++ for f in libcom32.c32 ldlinux.c32 libutil.c32 vesamenu.c32; do ++ cp isolinux/$f pxeboot/ ++ done ++ ++ # 2.2.2 EFI PXE ++ cp -a EFI pxeboot ++ if [ -e ${IMAGE_ROOTFS}/boot/efi/EFI/BOOT/bootaa64-nosig.efi ]; then ++ cp ${IMAGE_ROOTFS}/boot/efi/EFI/BOOT/bootaa64-nosig.efi pxeboot/EFI/BOOT/ ++ fi ++ ++ # 2.3 Edit grub.cfg and pxelinux.cfg/default ++ # 2.3.1 Drop to install from local ostree repo ++ sed -i "s#instl=/ostree_repo#@BOOTPARAMS@#g" \ ++ pxeboot/EFI/BOOT/grub.cfg \ ++ pxeboot/pxelinux.cfg/default ++ ++ # 2.3.2 Install from remote ostree repo ++ sed -i "s#insturl=file://NOT_SET#insturl=http://pxecontroller:8080/feed/debian/ostree_repo#g" \ ++ pxeboot/EFI/BOOT/grub.cfg \ ++ pxeboot/pxelinux.cfg/default ++ ++ # 2.3.3 Configure kickstart url ++ BOOT_PARAMS="ks=http://pxecontroller:8080/feed/debian/kickstart/pxe-ks.cfg" ++ ++ # 2.3.4 Verbose installation ++ #BOOT_PARAMS="${BOOT_PARAMS} instsh=2" ++ ++ # 2.3.5 Update boot params ++ sed -i "s#@BOOTPARAMS@#${BOOT_PARAMS}#g" \ ++ pxeboot/EFI/BOOT/grub.cfg \ ++ pxeboot/pxelinux.cfg/default ++ ++ # 2.3.6 Add `Boot from hard drive' entry to grub.cfg ++ cat <> pxeboot/EFI/BOOT/grub.cfg ++ ++ export skip_check_cfg ++ menuentry 'UEFI Boot from hard drive' { ++ search --set=root --label otaefi ++ configfile /efi/boot/grub.cfg ++ } ++ ENDOF ++ ++ # 2.4 Tweak PXE if EFI secure boot enabled ++ if [ "$EFI_SECURE_BOOT" = enable ]; then ++ # On some host, PXE make bootaa64.efi search grubaa64.efi ++ # from tftp/ dir other than tftp/EFI/BOOT/ ++ install -m 0644 EFI/BOOT/grubaa64.efi pxeboot/ ++ ++ # Resign grub.cfg ++ rm pxeboot/EFI/BOOT/grub.cfg.sig ++ echo 'SecureCore' | gpg --pinentry-mode loopback \ ++ --batch \ ++ --homedir /tmp/.lat_gnupg_root \ ++ -u SecureBootCore \ ++ --detach-sign \ ++ --passphrase-fd 0 \ ++ pxeboot/EFI/BOOT/grub.cfg ++ fi ++ ++ # 2.5 copy pxeboot config template files to pxeboot/pxelinux.cfg ++ mkdir -p pxeboot/pxelinux.cfg.files ++ cp ${IMAGE_ROOTFS}/var/pxeboot/pxelinux.cfg.files/efi-pxe-* pxeboot/pxelinux.cfg.files/ ++ cp ${IMAGE_ROOTFS}/var/pxeboot/pxelinux.cfg.files/pxe-* pxeboot/pxelinux.cfg.files/ ++ ++ # 2.6 upgrades directory and upgrade meta files ++ RELEASE_VER=$(cat ${IMAGE_ROOTFS}/etc/build.info | grep SW_VERSION | cut -f2 -d'=' | tr -d '"') ++ mkdir -p upgrades ++ cp ${IMAGE_ROOTFS}/etc/pxeboot-update-${RELEASE_VER}.sh upgrades/ ++ cp ${IMAGE_ROOTFS}/usr/sbin/deploy-precheck upgrades/ ++ cp ${IMAGE_ROOTFS}/usr/sbin/upgrade_utils.py upgrades/ ++ cp ${IMAGE_ROOTFS}/opt/upgrades/import.sh upgrades/ ++ cp ${IMAGE_ROOTFS}/opt/upgrades/metadata.xml upgrades/ ++ cp ${IMAGE_ROOTFS}/usr/sbin/usm_load_import upgrades/ ++ sed -i "s/xxxSW_VERSIONxxx/${RELEASE_VER}/g" upgrades/metadata.xml ++ mkdir -p patches ++ cp ${IMAGE_ROOTFS}/etc/software/*-metadata.xml upgrades/ ++ cp ${IMAGE_ROOTFS}/etc/software/*-metadata.xml patches/ ++ echo -n "VERSION=${RELEASE_VER}" > upgrades/version ++ mkdir -p upgrades/software-deploy ++ # Copy all software-deploy scripts to upgrades/software-deploy in ISO ++ cp ${IMAGE_ROOTFS}/usr/sbin/software-deploy/* upgrades/software-deploy/ ++ ++ # 3. ISO ++ # 3.1 Edit grub.cfg and isolinux.cfg ++ # 3.1.1 Configure local kickstart url and LVM root and fluxdata device ++ BOOT_PARAMS="ks=file:///kickstart/kickstart.cfg" ++ BOOT_PARAMS="${BOOT_PARAMS} inst_ostree_root=/dev/mapper/cgts--vg-root--lv" ++ BOOT_PARAMS="${BOOT_PARAMS} inst_ostree_var=/dev/mapper/cgts--vg-var--lv" ++ ++ # 3.1.2 Verbose installation ++ #BOOT_PARAMS="${BOOT_PARAMS} instsh=2" ++ ++ # 3.1.3 Update boot params ++ sed -i "s#instl=/ostree_repo#& ${BOOT_PARAMS}#g" \ ++ EFI/BOOT/grub.cfg \ ++ isolinux/isolinux.cfg ++ ++ # According to `default-kernel' in lat yaml, set which ++ # bootloader menu entry to boot ++ sed -i "s/^DEFAULT .*//g" \ ++ isolinux/isolinux.cfg ++ ++ if [ "${OSTREE_DEFAULT_KERNEL%%-rt-arm64}" != "${OSTREE_DEFAULT_KERNEL}" ]; then ++ # Boot rt kernel by default ++ sed -i "s/ set default=.*/ set default=2/g" \ ++ EFI/BOOT/grub.cfg ++ else ++ # Boot std kernel by default ++ sed -i "s/ set default=.*/ set default=0/g" \ ++ EFI/BOOT/grub.cfg ++ fi ++ ++ # 3.2 Resign grub.cfg if EFI secure boot enabled ++ if [ "$EFI_SECURE_BOOT" = enable ]; then ++ rm EFI/BOOT/grub.cfg.sig ++ echo 'SecureCore' | gpg --pinentry-mode loopback \ ++ --batch \ ++ --homedir /tmp/.lat_gnupg_root \ ++ -u SecureBootCore \ ++ --detach-sign \ ++ --passphrase-fd 0 \ ++ EFI/BOOT/grub.cfg ++ fi ++ ++ # Update the grub.cfg in efi.img according to above setting. ++ # Don't update grub.cfg.sig because the grub.cfg signature checking ++ # has been omitted. ++ mdel -i efi.img ::/EFI/BOOT/grub.cfg ++ mcopy -i efi.img EFI/BOOT/grub.cfg ::/EFI/BOOT/ ++ ++ # Put the controller-0 pxeboot install grub menu samples and ++ # setup script into a new the ISO's pxeboot/samples directory. ++ install -v -d -m 0755 pxeboot/samples ++ install -m 0555 ${IMAGE_ROOTFS}/usr/sbin/pxeboot_setup.sh pxeboot/samples ++ echo "See pxeboot_setup.sh --help for usage details" > pxeboot/samples/README ++ install -m 0664 ${IMAGE_ROOTFS}/var/pxeboot/pxelinux.cfg.files/pxeboot.cfg.debian pxeboot/samples ++ install -m 0664 ${IMAGE_ROOTFS}/var/pxeboot/pxelinux.cfg.files/efi-pxeboot.cfg.debian pxeboot/samples ++ ++ # Added CERTS into efi.img ++ if [ "$EFI_SECURE_BOOT" = enable ]; then ++ mmd -i efi.img ::/CERTS ++ mcopy -i efi.img -s /localdisk/CERTS/* ::/CERTS/ ++ mkdir images ++ ln -snf ../efi.img images/efiboot.img ++ fi ++ ++ # Generate package list file in the iso root ++ echo "Verifying package list for ${IMAGE_NAME}" ++ if [ -f "/localdisk/workdir/${IMAGE_NAME}/packages.yaml" ]; then ++ echo "Copying ISO package list" ++ cp /localdisk/workdir/${IMAGE_NAME}/packages.yaml sw_package_list.yaml ++ fi ++ ++multiple-kernels: vmlinuz-*[!t]-arm64 vmlinuz-*-rt-arm64 ++default-kernel: vmlinuz-*[!t]-arm64 ++system: ++- contains: ++ - /localdisk/deploy/lat-initramfs.yaml +diff --git a/debian-mirror-tools/config/debian/common/base-initramfs-bullseye_arm64.yaml b/debian-mirror-tools/config/debian/common/base-initramfs-bullseye_arm64.yaml +new file mode 100644 +index 0000000..590f5f4 +--- /dev/null ++++ b/debian-mirror-tools/config/debian/common/base-initramfs-bullseye_arm64.yaml +@@ -0,0 +1,132 @@ ++--- ++name: starlingx-initramfs-ostree-image ++machine: qemuarm64 ++image_type: ++- initramfs ++debootstrap-mirror: deb-merge-all ++package_feeds: [] ++package_type: external-debian ++gpg: ++ gpg_path: /tmp/.lat_gnupg_root ++ ostree: ++ gpgid: Wind-River-Linux-Sample ++ gpgkey: $OECORE_NATIVE_SYSROOT/usr/share/genimage/rpm_keys/RPM-GPG-PRIVKEY-Wind-River-Linux-Sample ++ gpg_password: windriver ++ grub: ++ BOOT_GPG_NAME: SecureBootCore ++ BOOT_GPG_PASSPHRASE: SecureCore ++ BOOT_KEYS_DIR: $OECORE_NATIVE_SYSROOT/usr/share/bootfs/boot_keys ++ BOOT_GPG_KEY: $OECORE_NATIVE_SYSROOT/usr/share/bootfs/boot_keys/BOOT-GPG-PRIVKEY-SecureBootCore ++packages: ++- apt-utils ++- base-passwd ++- bash ++- bc ++- bind9-dnsutils ++- bnxt-en ++- bnxt-en-rt ++- busybox ++- bzip2 ++- ca-certificates ++- curl ++- dosfstools ++- e2fsprogs ++- efibootmgr ++- eject ++- fdisk ++- findutils ++- firmware-qlogic ++- gawk ++- glib-networking ++- gnupg ++- grep ++- gzip ++- iavf ++- iavf-rt ++- iavf-cvl-2.54 ++- iavf-cvl-2.54-rt ++- iavf-cvl-4.10 ++- iavf-cvl-4.10-rt ++- ice ++- ice-rt ++- ice-cvl-2.54 ++- ice-cvl-2.54-rt ++- ice-cvl-4.10 ++- ice-cvl-4.10-rt ++- i40e ++- i40e-rt ++- i40e-cvl-2.54 ++- i40e-cvl-2.54-rt ++- i40e-cvl-4.10 ++- i40e-cvl-4.10-rt ++- ifupdown ++- initramfs-ostree ++- iproute2 ++- isc-dhcp-client ++- isc-dhcp-common ++- kbd ++- kmod ++- libostree-1-1 ++- linux-image-stx-arm64 ++- linux-rt-image-stx-arm64 ++- mdadm ++- mlnx-ofed-kernel-modules ++- mlnx-ofed-kernel-modules-rt ++- mount ++- mttyexec ++- multipath-config ++- multipath-tools ++- multipath-tools-boot ++- open-iscsi ++- ostree-boot ++- ostree ++- parted ++- procps ++- psmisc ++- pv ++- iputils-ping ++- rng-tools ++- rpm2cpio ++- rsync ++- sed ++- tar ++- udev ++- udhcpc ++- util-linux ++- uuid-runtime ++- vim ++- watchdog ++- wget ++external-packages: [] ++include-default-packages: '0' ++rootfs-pre-scripts: ++- echo "run script before do_rootfs in $IMAGE_ROOTFS" ++rootfs-post-scripts: ++- |- ++ # Reduce rootfs size AMAP ++ export PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ++ chroot $IMAGE_ROOTFS bash << SCRIPT_ENDOF ++ # Each time modify this file, change the version number below. ++ echo "Initramfs bullseye yaml file V-1.0.0" > /var/log/rootfs_install.log ++ dpkg-query -l >> /var/log/rootfs_install.log ++ set -x ++ rm -rf /boot/* ++ rm -rf /var/lib/* /var/cache/* ++ rm -rf /usr/share/man /usr/share/doc /usr/share/zoneinfo /usr/share/vim ++ SCRIPT_ENDOF ++- |- ++ # Set bash as default shell ++ ln -snf --relative $IMAGE_ROOTFS/bin/bash $IMAGE_ROOTFS/bin/sh ++- |- ++ # Update the installer script with partition size parameters ++ # so they don't have to be specified on the grub command line ++ sed -i "s/^FSZ=.*/FSZ=32/g" ${IMAGE_ROOTFS}/install ++ sed -i "s/^BSZ=.*/BSZ=512/g" ${IMAGE_ROOTFS}/install ++ sed -i "s/^RSZ=.*/RSZ=20480/g" ${IMAGE_ROOTFS}/install ++ sed -i "s/^VSZ=.*/VSZ=20480/g" ${IMAGE_ROOTFS}/install ++environments: ++- NO_RECOMMENDATIONS="1" ++- DEBIAN_FRONTEND=noninteractive ++debootstrap-key: '' ++apt-keys: ++- /opt/LAT/pubkey.rsa +-- +2.30.2 + diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0002-stx-init-env-add-support-arch-specific-dockerfile.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0002-stx-init-env-add-support-arch-specific-dockerfile.patch new file mode 100644 index 00000000..09c77c07 --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0002-stx-init-env-add-support-arch-specific-dockerfile.patch @@ -0,0 +1,73 @@ +From 12f147bd9367649d3704a7abd6c520ce3124d340 Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Tue, 1 Aug 2023 17:49:30 +0800 +Subject: [PATCH 2/9] stx-init-env: add support arch specific dockerfile + +Check the host arch by uname and if there arch specific +dockerfiles (suffix with _arm64) exist, use it to do +the docker build. + +Test Plan: +PASS: add stx-lat-tool_arm64.Dockerfile and made adjustment +PASS: run ./stx-init-env --rebuild on x86-64 host +PASS: run ./stx-init-env --rebuild on arm64 host +PASS: build-pkgs on x86-64 host +PASS: build-image on x86-64 host +PASS: build-pkgs on arm64 host +PASS: build-image on arm64 host +PASS: Deploy AIO-SX on x86-64 target +PASS: Deploy AIO-SX on arm64 target +PASS: Deploy AIO-DX on x86-64 target +PASS: Deploy AIO-DX on arm64 target + +Story: 2010739 +Task: 48002 + +Signed-off-by: Jackie Huang +Change-Id: I3912eda4033ad0a6a2c0c4d3d29098215362343c +--- + stx-init-env | 15 +++++++++++++-- + 1 file changed, 13 insertions(+), 2 deletions(-) + +diff --git a/stx-init-env b/stx-init-env +index b9fa668..6f1a989 100755 +--- a/stx-init-env ++++ b/stx-init-env +@@ -86,6 +86,12 @@ ASSUME_YES=0 + + COREUTILS_DOCKER_IMAGE="debian:bookworm-20240130-slim" + ++ARCH="amd64" ++uname_arch=$(uname -m) ++if [ "${uname_arch}" = "aarch64" ]; then ++ ARCH="arm64" ++fi ++ + info() { + local tty_on tty_off + if [[ -t 2 ]] ; then +@@ -718,14 +724,19 @@ if [[ -n "${BUILD_DOCKER_IMAGES}" ]] ; then + docker_build_args+=("--no-cache") + fi + for img in $BUILD_DOCKER_IMAGES; do ++ img_dockerfile=${img}.Dockerfile ++ if [[ -f $STX_TOOLS_DIR/stx/dockerfiles/${img}_${ARCH}.Dockerfile ]]; then ++ img_dockerfile=${img}_${ARCH}.Dockerfile ++ fi ++ + extra_build_args=() +- if grep -q -E '^\s*ARG\s+STX_MIRROR_URL\s*=' "$STX_TOOLS_DIR/"stx/dockerfiles/$img.Dockerfile ; then ++ if grep -q -E '^\s*ARG\s+STX_MIRROR_URL\s*=' "$STX_TOOLS_DIR/"stx/dockerfiles/${img_dockerfile} ; then + init_stx_mirror_url + if [[ -n "$STX_MIRROR_URL" ]] ; then + extra_build_args+=("--build-arg" "STX_MIRROR_URL=$STX_MIRROR_URL") + fi + fi +- docker build "${docker_build_args[@]}" "${extra_build_args[@]}" -t $img:$DOCKER_TAG_LOCAL -f "$STX_TOOLS_DIR/"stx/dockerfiles/$img.Dockerfile "$STX_TOOLS_DIR" || exit 1 ++ docker build "${docker_build_args[@]}" "${extra_build_args[@]}" -t $img:$DOCKER_TAG_LOCAL -f "$STX_TOOLS_DIR/"stx/dockerfiles/${img_dockerfile} "$STX_TOOLS_DIR" || exit 1 + info "built image $img:$DOCKER_TAG_LOCAL" + done + fi +-- +2.30.2 + diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0003-dockerfiles-add-stx-lat-tool_arm64.Dockerfile.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0003-dockerfiles-add-stx-lat-tool_arm64.Dockerfile.patch new file mode 100644 index 00000000..d9754bf9 --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0003-dockerfiles-add-stx-lat-tool_arm64.Dockerfile.patch @@ -0,0 +1,124 @@ +From 9a2832b8269a5c4e6610dbb80b46a0368f7e898b Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Tue, 1 Aug 2023 16:09:29 +0800 +Subject: [PATCH 3/9] dockerfiles: add stx-lat-tool_arm64.Dockerfile + +Add stx-lat-tool_arm64.Dockerfile from stx-lat-tool.Dockerfile +and made the following adjustments: +* amd64 -> arm64 +* corei7-64 -> cortexa57 +* x86_64 -> aarch64 + +Test Plan: +PASS: run ./stx-init-env --rebuild on x86-64 host +PASS: run ./stx-init-env --rebuild on arm64 host +PASS: build-pkgs on x86-64 host +PASS: build-image on x86-64 host +PASS: build-pkgs on arm64 host +PASS: build-image on arm64 host +PASS: Deploy AIO-SX on x86-64 target +PASS: Deploy AIO-SX on arm64 target +PASS: Deploy AIO-DX on x86-64 target +PASS: Deploy AIO-DX on arm64 target + +Story: 2010739 +Task: 48002 + +Depends-On: https://review.opendev.org/c/starlingx/tools/+/890268 + +Signed-off-by: Jackie Huang +Change-Id: Idd10ed519c97b44f1053ed30854dad6a0013052a +--- + stx/dockerfiles/stx-lat-tool_arm64.Dockerfile | 80 +++++++++++++++++++ + 1 file changed, 80 insertions(+) + create mode 100644 stx/dockerfiles/stx-lat-tool_arm64.Dockerfile + +diff --git a/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile b/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile +new file mode 100644 +index 0000000..6b249c2 +--- /dev/null ++++ b/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile +@@ -0,0 +1,80 @@ ++# Copyright (c) 2023 Wind River Systems, Inc. ++# ++# Licensed under the Apache License, Version 2.0 (the "License"); ++# you may not use this file except in compliance with the License. ++# You may obtain a copy of the License at ++# ++# http://www.apache.org/licenses/LICENSE-2.0 ++# ++# Unless required by applicable law or agreed to in writing, software ++# distributed under the License is distributed on an "AS IS" BASIS, ++# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ++# See the License for the specific language governing permissions and ++# limitations under the License. ++ ++FROM debian:bullseye ++ ++MAINTAINER Jackie Huang ++ ++ARG STX_MIRROR_URL=https://mirror.starlingx.windriver.com/mirror ++ARG LAT_BINARY_RESOURCE_PATH=${STX_MIRROR_URL}/lat-sdk/lat-sdk-20231206 ++ ++# Update certificates ++RUN apt-get -y update && apt-get -y install --no-install-recommends ca-certificates && update-ca-certificates ++ ++# Install necessary packages ++RUN apt-get -y update && apt-get --no-install-recommends -y install \ ++ openssh-client \ ++ python3 \ ++ python3-pip \ ++ xz-utils \ ++ file \ ++ bzip2 \ ++ procps \ ++ tini \ ++ wget \ ++ locales-all \ ++ python3-yaml \ ++ rsync \ ++ cpio \ ++ vim \ ++ && \ ++ apt-get clean && \ ++ rm -rf /var/lib/apt/lists/* && \ ++ mkdir -p /opt/LAT/SDK && \ ++ pip3 install pycryptodomex requests_toolbelt ++ ++# Insert pubkey of the package repository ++COPY stx/toCOPY/builder/pubkey.rsa /opt/LAT/ ++ ++# Prepare executables ++COPY stx/toCOPY/lat-tool/lat/ /opt/LAT/lat ++ ++# Fix the hardcoded env_script name in the lat-sdk for arm64 ++# For x86_64, it's environment-setup-corei7-64-wrs-linux ++# For arm64, it's environment-setup-cortexa57-wrs-linux ++RUN sed -i 's/corei7-64/cortexa57/' /opt/LAT/lat/latd ++ ++# Download & install LAT SDK. ++RUN wget --quiet ${LAT_BINARY_RESOURCE_PATH}/lat-sdk.sh --output-document=/opt/LAT/AppSDK.sh && \ ++ chmod +x /opt/LAT/AppSDK.sh && \ ++ /opt/LAT/AppSDK.sh -d /opt/LAT/SDK -y && \ ++ rm -f /opt/LAT/AppSDK.sh ++ ++# Fix: Use Debian CDN address for geo-frendly servers ++RUN sed -i 's/ftp.cn.debian.org/deb.debian.org/g' /opt/LAT/SDK/sysroots/aarch64-wrlinuxsdk-linux/usr/lib/python3.11/site-packages/genimage/debian_constant.py ++ ++# Fix: Align DEFAULT_INITRD_NAME with our custom names ++RUN sed -i 's/debian-initramfs-ostree-image/starlingx-initramfs-ostree-image/g' /opt/LAT/SDK/sysroots/aarch64-wrlinuxsdk-linux/usr/lib/python3.11/site-packages/genimage/debian_constant.py ++ ++# Fix: Align kernel with custom starlingx kernel ++RUN sed -i 's/linux-image-arm64/linux-image-stx-arm64/g' /opt/LAT/SDK/sysroots/aarch64-wrlinuxsdk-linux/usr/lib/python3.11/site-packages/genimage/debian_constant.py ++ ++RUN sed -i 's/Wind River Linux Graphics development .* ostree/StarlingX ostree/g' /opt/LAT/SDK/sysroots/cortexa57-wrs-linux/boot/efi/EFI/BOOT/grub.cfg ++ ++# Add vimrc ++COPY stx/toCOPY/common/vimrc.local /etc/vim/vimrc.local ++RUN chmod 0644 /etc/vim/vimrc.local ++ ++ENTRYPOINT ["/usr/bin/tini", "--"] ++CMD ["/opt/LAT/lat/latd"] +-- +2.30.2 + diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0004-pkgbuilder-add-support-for-arm64.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0004-pkgbuilder-add-support-for-arm64.patch new file mode 100644 index 00000000..fece6c56 --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0004-pkgbuilder-add-support-for-arm64.patch @@ -0,0 +1,47 @@ +From 477fe86fda3b6980e6ebf7e2f2754a83fb9e4aa1 Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Tue, 1 Aug 2023 17:38:05 +0800 +Subject: [PATCH 4/9] pkgbuilder: add support for arm64 + +Use platform.machine() to check the host arch. + +Test Plan: +PASS: build-pkgs on x86-64 host +PASS: build-image on x86-64 host +PASS: build-pkgs on arm64 host +PASS: build-image on arm64 host +PASS: Deploy AIO-SX on x86-64 target +PASS: Deploy AIO-SX on arm64 target +PASS: Deploy AIO-DX on x86-64 target +PASS: Deploy AIO-DX on arm64 target + +Story: 2010739 +Task: 48002 + +Signed-off-by: Jackie Huang +Change-Id: I22d39e9d4b3ef06859b28b0f41a4f21eb8e4b340 +--- + stx/toCOPY/pkgbuilder/app.py | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/stx/toCOPY/pkgbuilder/app.py b/stx/toCOPY/pkgbuilder/app.py +index da24eb7..2ed13d1 100644 +--- a/stx/toCOPY/pkgbuilder/app.py ++++ b/stx/toCOPY/pkgbuilder/app.py +@@ -18,9 +18,13 @@ from flask import Flask + from flask import jsonify + from flask import request + import logging ++import platform + + STX_DISTRO = 'bullseye' + STX_ARCH = 'amd64' ++if platform.machine() == 'aarch64': ++ STX_ARCH = "arm64" ++ + PKG_BUILDER_LOG = '/localdisk/pkgbuilder.log' + + app = Flask(__name__) +-- +2.30.2 + diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0005-Add-packages-list-for-arm64.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0005-Add-packages-list-for-arm64.patch new file mode 100644 index 00000000..24e37118 --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0005-Add-packages-list-for-arm64.patch @@ -0,0 +1,1418 @@ +From 14fa67797b13e986619a11d9b09524fe759dbf54 Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Tue, 1 Aug 2023 11:39:33 +0800 +Subject: [PATCH 5/9] Add packages list for arm64 + +Add common/base-bullseye_arm64.lst from common/base-bullseye.lst, +add containers/os-std_arm64.lst from containers/os-std.lst and +made the following adjustments: +* fix some mismatched packages version +* amd64 -> arm64 +* remove packages that are not supported by arm64: + - gcc-alpha-linux-gnu + - libquadmath0 + - syslinux-utils + - libipsec-mb0 + +Test Plan: +PASS: downloader -s -b on x86-64 host +PASS: downloader -s -b on arm64 host +PASS: build-pkgs on x86-64 host +PASS: build-image on x86-64 host +PASS: build-pkgs on arm64 host +PASS: build-image on arm64 host +PASS: Deploy AIO-SX on x86-64 target +PASS: Deploy AIO-SX on arm64 target +PASS: Deploy AIO-DX on x86-64 target +PASS: Deploy AIO-DX on arm64 target + +Story: 2010739 +Task: 48002 + +Depends-On: https://review.opendev.org/c/starlingx/root/+/889682 + +Signed-off-by: Jackie Huang +Change-Id: I23c0227ff389297f1c0e8ddc710eec3eb10f1a34 +--- + .../debian/common/base-bullseye_arm64.lst | 1282 +++++++++++++++++ + .../config/debian/containers/os-std_arm64.lst | 62 + + .../config/debian/distro/os-std_arm64.lst | 9 + + 3 files changed, 1353 insertions(+) + create mode 100644 debian-mirror-tools/config/debian/common/base-bullseye_arm64.lst + create mode 100644 debian-mirror-tools/config/debian/containers/os-std_arm64.lst + create mode 100644 debian-mirror-tools/config/debian/distro/os-std_arm64.lst + +diff --git a/debian-mirror-tools/config/debian/common/base-bullseye_arm64.lst b/debian-mirror-tools/config/debian/common/base-bullseye_arm64.lst +new file mode 100644 +index 0000000..9cb212b +--- /dev/null ++++ b/debian-mirror-tools/config/debian/common/base-bullseye_arm64.lst +@@ -0,0 +1,1282 @@ ++acl 2.2.53-10 ++acpid 1:2.0.32-1 ++acpi-support-base 0.143-5 ++adduser 3.118+deb11u1 ++alembic 1.4.3-1 ++ansible 2.10.7+merged+base+2.10.8+dfsg-1 ++apache2 2.4.56-1~deb11u1 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/a/apache2/apache2_2.4.56-1~deb11u1_arm64.deb ++apache2-bin 2.4.56-1~deb11u1 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/a/apache2/apache2-bin_2.4.56-1~deb11u1_arm64.deb ++apache2-data 2.4.56-1~deb11u1 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/a/apache2/apache2-data_2.4.56-1~deb11u1_all.deb ++apache2-utils 2.4.56-1~deb11u1 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/a/apache2/apache2-utils_2.4.56-1~deb11u1_arm64.deb ++apparmor 2.13.6-10 ++apparmor-utils 2.13.6-10 ++apt 2.2.4 ++apt-utils 2.2.4 ++auditd 1:3.0-2 ++augeas-lenses 1.12.0-2 ++augeas-tools 1.12.0-2 ++autoconf 2.69-14 ++automake 1:1.16.3-2 ++autopoint 0.21-4 ++autotools-dev 20180224.1+nmu1 ++avahi-daemon 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/avahi-daemon_0.8-5%2Bdeb11u2_arm64.deb ++base-files 11.1+deb11u3 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/b/base-files/base-files_11.1%2Bdeb11u3_arm64.deb ++bash-completion 1:2.11-2 ++bc 1.07.1-2+b2 ++bind9-dnsutils 1:9.16.44-1~deb11u1 https://snapshot.debian.org/archive/debian/20230923T204823Z/pool/main/b/bind9/bind9-dnsutils_9.16.44-1~deb11u1_arm64.deb ++bind9-host 1:9.16.44-1~deb11u1 https://snapshot.debian.org/archive/debian/20230923T204823Z/pool/main/b/bind9/bind9-host_9.16.44-1~deb11u1_arm64.deb ++bind9-libs 1:9.16.44-1~deb11u1 https://snapshot.debian.org/archive/debian/20230923T204823Z/pool/main/b/bind9/bind9-libs_9.16.44-1~deb11u1_arm64.deb ++binutils 2.35.2-2 ++binutils-common 2.35.2-2 ++binutils-aarch64-linux-gnu 2.35.2-2 ++bison 2:3.7.5+dfsg-1 ++bsdextrautils 2.36.1-8+deb11u1 ++bsdutils 1:2.36.1-8+deb11u1 ++bubblewrap 0.4.1-3 ++busybox 1:1.30.1-6+b3 ++bzip2 1.0.8-4 ++ca-certificates 20210119 ++cdebconf 0.260 ++cgroup-tools 0.41-11 ++cloud-init 20.4.1-2+deb11u1 ++cloud-utils 0.31-2 ++cloud-guest-utils 0.31-2 ++cloud-image-utils 0.31-2 ++cluster-glue 1.0.12-20 ++collectd 5.12.0-7 ++collectd-core 5.12.0-7 ++conntrack 1:1.4.6-2 ++conntrackd 1:1.4.6-2 ++coreutils 8.32-4 ++cpio 2.13+dfsg-7.1~deb11u1 ++cpp-10 10.2.1-6 ++cpp 4:10.2.1-1 ++cracklib-runtime 2.9.6-3.4 ++cron 3.0pl1-137 ++cryptsetup-bin 2:2.3.7-1+deb11u1 ++curl 7.74.0-1.3+deb11u7 https://snapshot.debian.org/archive/debian/20230304T024659Z/pool/main/c/curl/curl_7.74.0-1.3%2Bdeb11u7_arm64.deb ++dash 0.5.11+git20200708+dd9ef66-5 ++dbconfig-common 2.0.19 ++dbus 1.12.24-0+deb11u1 https://snapshot.debian.org/archive/debian/20221011T212733Z/pool/main/d/dbus/dbus_1.12.24-0%2Bdeb11u1_arm64.deb ++dbus-user-session 1.12.24-0+deb11u1 https://snapshot.debian.org/archive/debian/20221011T212733Z/pool/main/d/dbus/dbus-user-session_1.12.24-0%2Bdeb11u1_arm64.deb ++dconf-gsettings-backend 0.38.0-2 ++dconf-service 0.38.0-2 ++debconf 1.5.77 ++debconf-i18n 1.5.77 ++debhelper 13.3.4 ++debian-archive-keyring 2021.1.1+deb11u1 ++debianutils 4.11.2 ++debugedit 4.16.1.2+dfsg1-3 ++device-tree-compiler 1.6.0-1 ++dh-apparmor 2.13.6-10 ++dh-autoreconf 20 ++dh-golang 1.58~bpo11+3 http://ftp.debian.org/debian/pool/main/d/dh-golang/dh-golang_1.58~bpo11+3_all.deb ++dh-strip-nondeterminism 1.12.0-1 ++diffutils 1:3.7-5 ++dirmngr 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/dirmngr_2.2.27-2%2Bdeb11u2_arm64.deb ++distro-info-data 0.51+deb11u2 https://snapshot.debian.org/archive/debian/20221117T091002Z/pool/main/d/distro-info-data/distro-info-data_0.51%2Bdeb11u2_all.deb ++dmidecode 3.3-2 ++dnf 4.5.2-6 ++dnf-data 4.5.2-6 ++docker.io 20.10.5+dfsg1-1+deb11u2 ++docutils-common 0.16+dfsg-4 ++dosfstools 4.2-1 ++dpkg 1.20.10 https://snapshot.debian.org/archive/debian-security/20220525T153250Z/pool/updates/main/d/dpkg/dpkg_1.20.10_arm64.deb ++dpkg-dev 1.20.10 https://snapshot.debian.org/archive/debian-security/20220525T153250Z/pool/updates/main/d/dpkg/dpkg-dev_1.20.10_all.deb ++dwz 0.13+20210201-1 ++eatmydata 105-9 ++e2fsprogs 1.46.2-2 ++efibootmgr 17-1 ++eject 2.36.1-8+deb11u1 ++elfutils 0.183-1 ++erlang-asn1 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-asn1_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-base 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-base_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-crypto 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-crypto_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-dev 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-dev_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-diameter 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-diameter_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-edoc 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-edoc_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-eldap 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-eldap_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-erl-docgen 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-erl-docgen_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-eunit 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-eunit_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-ftp 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-ftp_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-inets 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-inets_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-mnesia 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-mnesia_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-odbc 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-odbc_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-os-mon 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-os-mon_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-parsetools 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-parsetools_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-public-key 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-public-key_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-runtime-tools 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-runtime-tools_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-snmp 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-snmp_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-ssh 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-ssh_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-ssl 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-ssl_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-syntax-tools 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-syntax-tools_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-tftp 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-tftp_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-tools 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-tools_23.2.6+dfsg-1+deb11u1_arm64.deb ++erlang-xmerl 1:23.2.6+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/e/erlang/erlang-xmerl_23.2.6+dfsg-1+deb11u1_arm64.deb ++ethtool 1:5.9-1 ++expect 5.45.4-2+b1 ++fdisk 2.36.1-8+deb11u1 ++file 1:5.39-3+deb11u1 https://snapshot.debian.org/archive/debian-security/20230904T194428Z/pool/updates/main/f/file/file_5.39-3%2Bdeb11u1_arm64.deb ++findutils 4.8.0-1 ++firmware-amd-graphics 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-amd-graphics_20210315-3_all.deb ++firmware-ath9k-htc 1.4.0-106-gc583009+dfsg1 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/main/o/open-ath9k-htc-firmware/firmware-ath9k-htc_1.4.0-106-gc583009%2Bdfsg1-1_all.deb ++firmware-atheros 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-atheros_20210315-3_all.deb ++firmware-bnx2 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-bnx2_20210315-3_all.deb ++firmware-bnx2x 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-bnx2x_20210315-3_all.deb ++firmware-brcm80211 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-brcm80211_20210315-3_all.deb ++firmware-cavium 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-cavium_20210315-3_all.deb ++firmware-intel-sound 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-intel-sound_20210315-3_all.deb ++firmware-iwlwifi 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-iwlwifi_20210315-3_all.deb ++firmware-libertas 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-libertas_20210315-3_all.deb ++firmware-linux-free 20200122-1 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/main/f/firmware-free/firmware-linux-free_20200122-1_all.deb ++firmware-linux-nonfree 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-linux-nonfree_20210315-3_all.deb ++firmware-linux 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-linux_20210315-3_all.deb ++firmware-misc-nonfree 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-misc-nonfree_20210315-3_all.deb ++firmware-myricom 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-myricom_20210315-3_all.deb ++firmware-netronome 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-netronome_20210315-3_all.deb ++firmware-netxen 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-netxen_20210315-3_all.deb ++firmware-qcom-soc 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-qcom-soc_20210315-3_all.deb ++firmware-qlogic 20210315-3 https://deb.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-qlogic_20210315-3_all.deb ++firmware-realtek 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-realtek_20210315-3_all.deb ++firmware-samsung 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-samsung_20210315-3_all.deb ++firmware-siano 20210315-3 https://snapshot.debian.org/archive/debian/20220703T151735Z/pool/non-free/f/firmware-nonfree/firmware-siano_20210315-3_all.deb ++flake8 3.8.4-1 ++flex 2.6.4-8 ++fontconfig 2.13.1-4.2 ++fontconfig-config 2.13.1-4.2 ++fonts-dejavu-core 2.37-2 ++fonts-font-awesome 5.0.10+really4.7.0~dfsg-4.1 ++fonts-glyphicons-halflings 1.009~3.4.1+dfsg-2 ++fonts-lato 2.0-2.1 ++fonts-materialdesignicons-webfont 1.6.50-3 ++fonts-roboto-fontface 0.5.0-3 ++freeipmi-common 1.6.6-4+deb11u1 ++gawk 1:5.1.0-1 ++gcc-10 10.2.1-6 ++gcc-10-base 10.2.1-6 ++gcc 4:10.2.1-1 ++gdisk 1.0.6-1.1 ++genisoimage 9:1.1.11-3.2 ++gettext 0.21-4 ++gettext-base 0.21-4 ++gir1.2-glib-2.0 1.66.1-1+b1 ++gir1.2-packagekitglib-1.0 1.2.2-2 ++glib-networking 2.66.0-2 ++glib-networking-common 2.66.0-2 ++glib-networking-services 2.66.0-2 ++gnupg 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gnupg_2.2.27-2%2Bdeb11u2_all.deb ++gnupg-l10n 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gnupg-l10n_2.2.27-2%2Bdeb11u2_all.deb ++gnupg-utils 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gnupg-utils_2.2.27-2%2Bdeb11u2_arm64.deb ++golang-1.19 1.19.8-2~bpo11+1 http://ftp.debian.org/debian/pool/main/g/golang-1.19/golang-1.19_1.19.8-2~bpo11+1_all.deb ++golang-1.19-doc 1.19.8-2~bpo11+1 http://ftp.debian.org/debian/pool/main/g/golang-1.19/golang-1.19-doc_1.19.8-2~bpo11+1_all.deb ++golang-1.19-go 1.19.8-2~bpo11+1 http://ftp.debian.org/debian/pool/main/g/golang-1.19/golang-1.19-go_1.19.8-2~bpo11+1_arm64.deb ++golang-1.19-src 1.19.8-2~bpo11+1 http://ftp.debian.org/debian/pool/main/g/golang-1.19/golang-1.19-src_1.19.8-2~bpo11+1_all.deb ++golang-any 1.19~1~bpo11+1 http://ftp.debian.org/debian/pool/main/g/golang-defaults/golang-any_1.19~1~bpo11+1_arm64.deb ++golang-go 1.19~1~bpo11+1 http://ftp.debian.org/debian/pool/main/g/golang-defaults/golang-go_1.19~1~bpo11+1_arm64.deb ++golang-src 1.19~1~bpo11+1 http://ftp.debian.org/debian/pool/main/g/golang-defaults/golang-src_1.19~1~bpo11+1_all.deb ++gpg 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gpg_2.2.27-2%2Bdeb11u2_arm64.deb ++gpg-agent 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gpg-agent_2.2.27-2%2Bdeb11u2_arm64.deb ++gpgconf 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gpgconf_2.2.27-2%2Bdeb11u2_arm64.deb ++gpgsm 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gpgsm_2.2.27-2%2Bdeb11u2_arm64.deb ++gpgv 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gpgv_2.2.27-2%2Bdeb11u2_arm64.deb ++gpg-wks-client 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gpg-wks-client_2.2.27-2%2Bdeb11u2_arm64.deb ++gpg-wks-server 2.2.27-2+deb11u2 https://snapshot.debian.org/archive/debian/20220704T093053Z/pool/main/g/gnupg2/gpg-wks-server_2.2.27-2%2Bdeb11u2_arm64.deb ++grep 3.6-1+deb11u1 ++groff-base 1.22.4-6 ++gsettings-desktop-schemas 3.38.0-2 ++gunicorn 20.1.0-1 ++gzip 1.10-4+deb11u1 https://snapshot.debian.org/archive/debian/20220422T213035Z/pool/main/g/gzip/gzip_1.10-4%2Bdeb11u1_arm64.deb ++hdparm 9.60+ds-1 ++hiera 3.2.0-2.1 ++hostname 3.23 ++ieee-data 20210605.1 ++ifenslave 2.13~deb11u1 ++ifupdown 0.8.36 ++init 1.60 ++initramfs-tools 0.140 ++initramfs-tools-core 0.140 ++init-system-helpers 1.60 ++inotify-tools 3.14-7 https://snapshot.debian.org/archive/debian/20231201T092318Z/pool/main/i/inotify-tools/inotify-tools_3.14-7_arm64.deb ++install-info 6.7.0.dfsg.2-6 ++intltool-debian 0.35.0+20060710.5 ++iperf3 3.9-1+deb11u1 https://snapshot.debian.org/archive/debian-security/20230717T135556Z/pool/updates/main/i/iperf3/iperf3_3.9-1%2Bdeb11u1_arm64.deb ++ipmitool 1.8.18-10.1 ++iproute2 5.10.0-4 ++iptables 1.8.7-1 ++iptables-persistent 1.0.15 ++ipxe-qemu 1.0.0+git-20190125.36a4c85-5.1 ++iscsiuio 2.1.3-5 ++iotop 0.6-24-g733f3f8-1.1 ++iso-codes 4.6.0-1 ++isomd5sum 1:1.2.3-4+b4 ++kbd 2.3.0-3 ++kernel-wedge 2.104 ++keyutils 1.6.1-2 ++klibc-utils 2.0.8-6.1 ++kmod 28-1 ++kpartx 0.8.5-2+deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/m/multipath-tools/kpartx_0.8.5-2+deb11u1_arm64.deb ++krb5-multidev 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/krb5-multidev_1.18.3-6+deb11u3_arm64.deb ++less 551-2 ++libacl1 2.2.53-10 ++libaio1 0.3.112-9 ++libaio-dev 0.3.112-9 ++libapache2-mod-wsgi-py3 4.7.1-3+deb11u1 https://snapshot.debian.org/archive/debian/20221106T031548Z/pool/main/m/mod-wsgi/libapache2-mod-wsgi-py3_4.7.1-3%2Bdeb11u1_arm64.deb ++libapparmor-dev 2.13.6-10 ++libapparmor1 2.13.6-10 ++libapr1 1.7.0-6+deb11u2 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/a/apr/libapr1_1.7.0-6%2Bdeb11u2_arm64.deb ++libaprutil1 1.6.1-5+deb11u1 https://snapshot.debian.org/archive/debian-security/20230226T132716Z/pool/updates/main/a/apr-util/libaprutil1_1.6.1-5%2Bdeb11u1_arm64.deb ++libaprutil1-dbd-sqlite3 1.6.1-5+deb11u1 https://snapshot.debian.org/archive/debian-security/20230226T132716Z/pool/updates/main/a/apr-util/libaprutil1-dbd-sqlite3_1.6.1-5%2Bdeb11u1_arm64.deb ++libaprutil1-ldap 1.6.1-5+deb11u1 https://snapshot.debian.org/archive/debian-security/20230226T132716Z/pool/updates/main/a/apr-util/libaprutil1-ldap_1.6.1-5%2Bdeb11u1_arm64.deb ++libapt-pkg6.0 2.2.4 ++libarchive13 3.4.3-2+deb11u1 ++libarchive-zip-perl 1.68-1 ++libargon2-1 0~20171227-0.2 ++libasan6 10.2.1-6 ++libasm1 0.183-1 ++libassuan0 2.5.3-7.1 ++libasound2 1.2.4-1.1 ++libasound2-data 1.2.4-1.1 ++libatomic1 10.2.1-6 ++libattr1-dev 1:2.4.48-6 ++libattr1 1:2.4.48-6 ++libaudit-dev 1:3.0-2 ++libaudit1 1:3.0-2 ++libaudit-common 1:3.0-2 ++libaugeas0 1.12.0-2 ++libauparse0 1:3.0-2 ++libavahi-client3 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/libavahi-client3_0.8-5%2Bdeb11u2_arm64.deb ++libavahi-common3 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/libavahi-common3_0.8-5%2Bdeb11u2_arm64.deb ++libavahi-common-data 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/libavahi-common-data_0.8-5%2Bdeb11u2_arm64.deb ++libavahi-common-dev 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/libavahi-common-dev_0.8-5%2Bdeb11u2_arm64.deb ++libavahi-core7 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/libavahi-core7_0.8-5%2Bdeb11u2_arm64.deb ++libavahi-glib1 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/libavahi-glib1_0.8-5%2Bdeb11u2_arm64.deb ++libavahi-client-dev 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/libavahi-client-dev_0.8-5%2Bdeb11u2_arm64.deb ++libavahi-glib-dev 0.8-5+deb11u2 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/a/avahi/libavahi-glib-dev_0.8-5%2Bdeb11u2_arm64.deb ++libbabeltrace1 1.5.8-1+b3 ++libbasicobjects0 0.6.1-2 ++libbinutils 2.35.2-2 ++libblas3 3.9.0-3+deb11u1 ++libblkid1 2.36.1-8+deb11u1 ++libbluetooth3 5.55-3.1+deb11u1 https://snapshot.debian.org/archive/debian-security/20231222T044531Z/pool/updates/main/b/bluez/libbluetooth3_5.55-3.1+deb11u1_arm64.deb ++libbluetooth-dev 5.55-3.1+deb11u1 https://snapshot.debian.org/archive/debian-security/20231222T044531Z/pool/updates/main/b/bluez/libbluetooth-dev_5.55-3.1+deb11u1_arm64.deb ++libboost-context1.74.0 1.74.0-9 ++libboost-filesystem1.74.0 1.74.0-9 ++libboost-iostreams1.74.0 1.74.0-9 ++libboost-locale1.74.0 1.74.0-9 ++libboost-log1.74.0 1.74.0-9 ++libboost-nowide1.74.0 1.74.0-9 ++libboost-program-options1.74.0 1.74.0-9 ++libboost-python1.74.0 1.74.0-9 ++libboost-regex1.74.0 1.74.0-9 ++libboost-thread1.74.0 1.74.0-9 ++libbpf0 1:0.3-2 ++libbrotli1 1.0.9-2+b2 ++libbsd0 0.11.3-1+deb11u1 ++libbsd-dev 0.11.3-1+deb11u1 ++libbson-1.0-0 1.17.6-1 ++libbz2-1.0 1.0.8-4 ++libc6 2.31-13+deb11u7 https://snapshot.debian.org/archive/debian-security/20231003T172636Z/pool/updates/main/g/glibc/libc6_2.31-13%2Bdeb11u7_arm64.deb ++libc6-dev 2.31-13+deb11u7 https://snapshot.debian.org/archive/debian-security/20231003T172636Z/pool/updates/main/g/glibc/libc6-dev_2.31-13%2Bdeb11u7_arm64.deb ++libc6.1-dev-alpha-cross 2.31-9cross4 ++libcairo2 1.16.0-5 ++libcap2 1:2.44-1 ++libcap2-bin 1:2.44-1 ++libcap-ng0 0.7.9-2.2+b1 ++libcap-ng-dev 0.7.9-2.2+b1 ++libcapstone-dev 4.0.2-3 ++libcapstone4 4.0.2-3 ++libcacard-dev 1:2.8.0-3 ++libcacard0 1:2.8.0-3 ++libc-ares2 1.17.1-1+deb11u3 https://snapshot.debian.org/archive/debian-security/20230607T043432Z/pool/updates/main/c/c-ares/libc-ares2_1.17.1-1%2Bdeb11u3_arm64.deb ++libc-bin 2.31-13+deb11u7 https://snapshot.debian.org/archive/debian-security/20231003T172636Z/pool/updates/main/g/glibc/libc-bin_2.31-13%2Bdeb11u7_arm64.deb ++libcbor0 0.5.0+dfsg-2 ++libcc1-0 10.2.1-6 ++libc-dev-bin 2.31-13+deb11u7 https://snapshot.debian.org/archive/debian-security/20231003T172636Z/pool/updates/main/g/glibc/libc-dev-bin_2.31-13%2Bdeb11u7_arm64.deb ++libc-l10n 2.31-13+deb11u7 https://snapshot.debian.org/archive/debian-security/20231003T172636Z/pool/updates/main/g/glibc/libc-l10n_2.31-13%2Bdeb11u7_all.deb ++libcgroup1 0.41-11 ++libcollection4 0.6.1-2 ++libcom-err2 1.46.2-2 ++libcomps0 0.1.15-4 ++libcpp-hocon0.3.0 0.3.0-1+b2 ++libcpupower1 5.10.106-1 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/l/linux/libcpupower1_5.10.106-1_arm64.deb ++libcrack2 2.9.6-3.4 ++libcrypt1 1:4.4.18-4 ++libcrypt-dev 1:4.4.18-4 ++libcryptsetup12 2:2.3.7-1+deb11u1 ++libctf0 2.35.2-2 ++libctf-nobfd0 2.35.2-2 ++libcups2 2.3.3op2-3+deb11u2 https://snapshot.debian.org/archive/debian/20221117T091002Z/pool/main/c/cups/libcups2_2.3.3op2-3%2Bdeb11u2_arm64.deb ++libcurl3-gnutls 7.74.0-1.3+deb11u7 https://snapshot.debian.org/archive/debian/20230304T024659Z/pool/main/c/curl/libcurl3-gnutls_7.74.0-1.3%2Bdeb11u7_arm64.deb ++libcurl4 7.74.0-1.3+deb11u7 https://snapshot.debian.org/archive/debian/20230304T024659Z/pool/main/c/curl/libcurl4_7.74.0-1.3%2Bdeb11u7_arm64.deb ++libcurl4-gnutls-dev 7.74.0-1.3+deb11u7 https://snapshot.debian.org/archive/debian/20230304T024659Z/pool/main/c/curl/libcurl4-gnutls-dev_7.74.0-1.3%2Bdeb11u7_arm64.deb ++libcurl4-openssl-dev 7.74.0-1.3+deb11u7 https://snapshot.debian.org/archive/debian/20230304T024659Z/pool/main/c/curl/libcurl4-openssl-dev_7.74.0-1.3%2Bdeb11u7_arm64.deb ++libncursesw5-dev 6.2+20201114-2+deb11u2 https://snapshot.debian.org/archive/debian/20230726T151952Z/pool/main/n/ncurses/libncursesw5-dev_6.2%2B20201114-2%2Bdeb11u2_arm64.deb ++libncurses5-dev 6.2+20201114-2+deb11u2 https://snapshot.debian.org/archive/debian/20230726T151952Z/pool/main/n/ncurses/libncurses5-dev_6.2%2B20201114-2%2Bdeb11u2_arm64.deb ++libncurses-dev 6.2+20201114-2+deb11u2 https://snapshot.debian.org/archive/debian/20230726T151952Z/pool/main/n/ncurses/libncurses-dev_6.2%2B20201114-2%2Bdeb11u2_arm64.deb ++libdaemon0 0.14-7.1 ++libdatrie1 0.2.13-1 ++libdaxctl1 71.1-1 ++libdb5.3 5.3.28+dfsg1-0.8 ++libdbi1 0.9.0-6 ++libdbus-1-3 1.12.24-0+deb11u1 https://snapshot.debian.org/archive/debian/20221011T212733Z/pool/main/d/dbus/libdbus-1-3_1.12.24-0%2Bdeb11u1_arm64.deb ++libdbus-1-dev 1.12.24-0+deb11u1 https://snapshot.debian.org/archive/debian/20221011T212733Z/pool/main/d/dbus/libdbus-1-dev_1.12.24-0%2Bdeb11u1_arm64.deb ++libdconf1 0.38.0-2 ++libdebconfclient0 0.260 ++libdebhelper-perl 13.3.4 ++libdebian-installer4 0.121 ++libvdeplug-dev 4.0.1-2 ++libvdeplug2 4.0.1-2 ++libdhash1 0.6.1-2 ++libdnf2 0.55.2-6 ++libdnf2-common 0.55.2-6 ++libdns-export1110 1:9.11.19+dfsg-2.1 ++libdouble-conversion3 3.1.5-6.1 ++libdpkg-perl 1.20.10 https://snapshot.debian.org/archive/debian-security/20220525T153250Z/pool/updates/main/d/dpkg/libdpkg-perl_1.20.10_all.deb ++libdrm2 2.4.104-1 ++libdrm-common 2.4.104-1 ++libdrm-dev 2.4.104-1 ++libdw1 0.183-1 ++libeatmydata1 105-9 ++libedit2 3.1-20191231-2+b1 ++libefiboot1 37-6 ++libefivar1 37-6 ++libeinfo1 0.42-2.1 ++libelf1 0.183-1 ++libelf-dev 0.183-1 ++libepoxy-dev 1.5.5-1 ++libepoxy0 1.5.5-1 ++libestr0 0.1.10-2.1+b1 ++libevent-2.1-7 2.1.12-stable-1 ++libexecs0 1.3-1 ++libexpat1 2.2.10-2+deb11u5 https://snapshot.debian.org/archive/debian-security/20221030T145442Z/pool/updates/main/e/expat/libexpat1_2.2.10-2%2Bdeb11u5_arm64.deb ++libexpat1-dev 2.2.10-2+deb11u5 https://snapshot.debian.org/archive/debian-security/20221030T145442Z/pool/updates/main/e/expat/libexpat1-dev_2.2.10-2%2Bdeb11u5_arm64.deb ++libext2fs2 1.46.2-2 ++libfam0 2.7.0-17.3 ++libfastjson4 0.99.9-1 ++libfdisk1 2.36.1-8+deb11u1 ++libfdt1 1.6.0-1 ++libfdt-dev 1.6.0-1 ++libffi7 3.3-6 ++libfido2-1 1.6.0-2 ++libfile-stripnondeterminism-perl 1.12.0-1 ++libfontconfig1 2.13.1-4.2 ++libfreeipmi17 1.6.6-4+deb11u1 ++libfreetype6 2.10.4+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20220702T033910Z/pool/main/f/freetype/libfreetype6_2.10.4%2Bdfsg-1%2Bdeb11u1_arm64.deb ++libfreetype6-dev 2.10.4+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20220702T033910Z/pool/main/f/freetype/libfreetype6-dev_2.10.4%2Bdfsg-1%2Bdeb11u1_arm64.deb ++libfreetype-dev 2.10.4+dfsg-1+deb11u1 https://snapshot.debian.org/archive/debian/20220702T033910Z/pool/main/f/freetype/libfreetype-dev_2.10.4%2Bdfsg-1%2Bdeb11u1_arm64.deb ++libfribidi0 1.0.8-2+deb11u1 https://snapshot.debian.org/archive/debian/20220702T033910Z/pool/main/f/fribidi/libfribidi0_1.0.8-2%2Bdeb11u1_arm64.deb ++libfribidi-dev 1.0.8-2+deb11u1 https://snapshot.debian.org/archive/debian/20220702T033910Z/pool/main/f/fribidi/libfribidi-dev_1.0.8-2%2Bdeb11u1_arm64.deb ++libfstrm0 0.6.0-1+b1 ++libfuse-dev 2.9.9-5 ++libfuse2 2.9.9-5 ++libfuse3-3 3.10.3-2 https://snapshot.debian.org/archive/debian/20210620T210943Z/pool/main/f/fuse3/libfuse3-3_3.10.3-2_arm64.deb ++libgbm-dev 20.3.5-1 ++libgbm1 20.3.5-1 ++libgc1 1:8.0.4-3 ++libgcc-10-dev 10.2.1-6 ++libgcc-s1 10.2.1-6 ++libgcrypt20-dev 1.8.7-6 ++libgcrypt20 1.8.7-6 ++libgdbm6 1.19-2 ++libgdbm-compat4 1.19-2 ++libgeoip1 1.6.12-7 ++libgfapi0 9.2-1 ++libgfortran5 10.2.1-6 ++libgfrpc0 9.2-1 ++libgfxdr0 9.2-1 ++libgirepository-1.0-1 1.66.1-1+b1 ++libglib2.0-0 2.66.8-1 ++libglusterfs-dev 9.2-1 ++libglusterfs0 9.2-1 ++libgmp10 2:6.2.1+dfsg-1+deb11u1 ++libgnutls28-dev 3.7.1-5+deb11u3 https://snapshot.debian.org/archive/debian/20230219T210957Z/pool/main/g/gnutls28/libgnutls28-dev_3.7.1-5%2Bdeb11u3_arm64.deb ++libgnutls30 3.7.1-5+deb11u3 https://snapshot.debian.org/archive/debian/20230219T210957Z/pool/main/g/gnutls28/libgnutls30_3.7.1-5%2Bdeb11u3_arm64.deb ++libgnutls-dane0 3.7.1-5+deb11u3 https://snapshot.debian.org/archive/debian/20230219T210957Z/pool/main/g/gnutls28/libgnutls-dane0_3.7.1-5%2Bdeb11u3_arm64.deb ++libgnutls-openssl27 3.7.1-5+deb11u3 https://snapshot.debian.org/archive/debian/20230219T210957Z/pool/main/g/gnutls28/libgnutls-openssl27_3.7.1-5%2Bdeb11u3_arm64.deb ++libgnutlsxx28 3.7.1-5+deb11u3 https://snapshot.debian.org/archive/debian/20230219T210957Z/pool/main/g/gnutls28/libgnutlsxx28_3.7.1-5%2Bdeb11u3_arm64.deb ++libgomp1 10.2.1-6 ++libgoogle-perftools4 2.8.1-1 ++libgpg-error0 1.38-2 ++libgpgme11 1.14.0-1+b2 ++libgpm2 1.20.7-8 ++libgraphite2-3 1.3.14-1 ++libgssapi-krb5-2 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/libgssapi-krb5-2_1.18.3-6+deb11u3_arm64.deb ++libgssrpc4 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/libgssrpc4_1.18.3-6+deb11u3_arm64.deb ++libgstreamer1.0-0 1.18.4-2.1 ++libgstreamer-plugins-base1.0-0 1.18.4-2+deb11u1 https://snapshot.debian.org/archive/debian-security/20230702T084112Z/pool/updates/main/g/gst-plugins-base1.0/libgstreamer-plugins-base1.0-0_1.18.4-2%2Bdeb11u1_arm64.deb ++libgtk-3-dev 3.24.24-4+deb11u2 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/g/gtk%2B3.0/libgtk-3-dev_3.24.24-4%2Bdeb11u2_arm64.deb ++libharfbuzz0b 2.7.4-1 ++libhogweed6 3.7.3-1 ++libibverbs1 33.2-1 ++libice6 2:1.0.10-1 ++libicu67 67.1-7 ++libidn2-0 2.3.0-5 ++libini-config5 0.6.1-2 ++libinih1 53-1+b2 ++libip4tc2 1.8.7-1 ++libip6tc2 1.8.7-1 ++libipa-hbac0 2.4.1-2 ++libiperf0 3.9-1+deb11u1 https://snapshot.debian.org/archive/debian-security/20230717T135556Z/pool/updates/main/i/iperf3/libiperf0_3.9-1%2Bdeb11u1_arm64.deb ++libisal2 2.30.0-2 ++libisc-export1105 1:9.11.19+dfsg-2.1 ++libiscsi-dev 1.19.0-3 ++libisl23 0.23-1 ++libisns0 0.100-3 ++libitm1 10.2.1-6 ++libivykis0 0.42.4-1 ++libjansson4 2.13.1-1.1 ++libjpeg-dev 1:2.0.6-4 ++libjpeg62-turbo 1:2.0.6-4 ++libjs-angular-file-upload 12.0.4+dfsg1-2.1 ++libjs-angular-gettext 2.3.8-2.1 ++libjs-angularjs 1.8.2-2 ++libjs-angularjs-smart-table 1.4.13-1.1 ++libjs-angular-schema-form 0.8.13-1.1 ++libjs-bootstrap 3.4.1+dfsg-2 ++libjs-bootswatch 3.3.7+dfsg2-1.1 ++libjs-d3 3.5.17-4 ++libjs-jquery 3.5.1+dfsg+~3.5.5-7 ++libjs-jquery-cookie 12-3 ++libjs-jquery-metadata 12-3 ++libjs-jquery.quicksearch 2.0.4-1.1 ++libjs-jquery-tablesorter 1:2.31.3+dfsg1-1 ++libjs-jquery-ui 1.12.1+dfsg-8+deb11u1 ++libjs-jsencrypt 2.3.0+dfsg2-2 ++libjs-lrdragndrop 1.0.2-2.1 ++libjs-magic-search 0.2.5-1.1 ++libjs-objectpath 1.2.1-2.1 ++libjson-c5 0.15-2+deb11u1 https://snapshot.debian.org/archive/debian-security/20230830T175137Z/pool/updates/main/j/json-c/libjson-c5_0.15-2%2Bdeb11u1_arm64.deb ++libjson-c-dev 0.15-2+deb11u1 https://snapshot.debian.org/archive/debian-security/20230830T175137Z/pool/updates/main/j/json-c/libjson-c-dev_0.15-2%2Bdeb11u1_arm64.deb ++libjs-rickshaw 1.5.1.dfsg-4 ++libjs-sphinxdoc 3.4.3-2 ++libjs-spin.js 1.2.8+dfsg2-1.1 ++libjs-term.js 0.0.7-2 ++libjs-tv4 1.2.7+dfsg1-2.1 ++libjs-twitter-bootstrap-datepicker 1.3.1+dfsg1-4.1 ++libjs-underscore 1.9.1~dfsg-3 ++libk5crypto3 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/libk5crypto3_1.18.3-6+deb11u3_arm64.deb ++libkadm5clnt-mit12 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/libkadm5clnt-mit12_1.18.3-6+deb11u3_arm64.deb ++libkadm5srv-mit12 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/libkadm5srv-mit12_1.18.3-6+deb11u3_arm64.deb ++libkeyutils1 1.6.1-2 ++libklibc 2.0.8-6.1 ++libkmod2 28-1 ++libkrb5-3 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/libkrb5-3_1.18.3-6+deb11u3_arm64.deb ++libkrb5-dev 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/libkrb5-dev_1.18.3-6+deb11u3_arm64.deb ++libkrb5support0 1.18.3-6+deb11u3 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/k/krb5/libkrb5support0_1.18.3-6+deb11u3_arm64.deb ++libksba8 1.5.0-3+deb11u2 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/libk/libksba/libksba8_1.5.0-3+deb11u2_arm64.deb ++liblapack3 3.9.0-3+deb11u1 ++liblbfgsb0 3.0+dfsg.3-9 ++libldb2 2:2.2.3-2~deb11u2 https://snapshot.debian.org/archive/debian/20221117T091002Z/pool/main/l/ldb/libldb2_2.2.3-2~deb11u2_arm64.deb ++libleatherman1.12.1 1.12.1+dfsg-1.1 ++libleveldb1d 1.22-3 ++libllvm11 1:11.0.1-2 ++liblmdb0 0.9.24-1 ++liblocale-gettext-perl 1.07-4+b1 ++liblognorm5 2.0.5-1.1 ++liblrm2 1.0.12-20 ++liblsan0 10.2.1-6 ++libltdl7 2.4.6-15 ++liblua5.2-0 5.2.4-1.1+b3 ++liblua5.3-0 5.3.3-1.1+deb11u1 ++liblua5.3-dev 5.3.3-1.1+deb11u1 ++liblz4-1 1.9.3-2 ++liblzma5 5.2.5-2.1~deb11u1 https://snapshot.debian.org/archive/debian/20220422T213035Z/pool/main/x/xz-utils/liblzma5_5.2.5-2.1~deb11u1_arm64.deb ++libmagic1 1:5.39-3+deb11u1 https://snapshot.debian.org/archive/debian-security/20230904T194428Z/pool/updates/main/f/file/libmagic1_5.39-3%2Bdeb11u1_arm64.deb ++libmagic-mgc 1:5.39-3+deb11u1 https://snapshot.debian.org/archive/debian-security/20230904T194428Z/pool/updates/main/f/file/libmagic-mgc_5.39-3%2Bdeb11u1_arm64.deb ++libmariadb-dev 1:10.5.18-0+deb11u1 https://snapshot.debian.org/archive/debian/20221208T032103Z/pool/main/m/mariadb-10.5/libmariadb-dev_10.5.18-0%2Bdeb11u1_arm64.deb ++libmariadb-dev-compat 1:10.5.18-0+deb11u1 https://snapshot.debian.org/archive/debian/20221208T032103Z/pool/main/m/mariadb-10.5/libmariadb-dev-compat_10.5.18-0%2Bdeb11u1_arm64.deb ++libmariadb3 1:10.5.18-0+deb11u1 https://snapshot.debian.org/archive/debian/20221208T032103Z/pool/main/m/mariadb-10.5/libmariadb3_10.5.18-0%2Bdeb11u1_arm64.deb ++libmaxminddb0 1.5.2-1 ++libmd0 1.0.3-3 ++libmm-glib0 1.14.12-0.2 ++libmnl0 1.0.4-3 ++libmodulemd2 2.12.0-1 ++libmongoc-1.0-0 1.17.6-1 ++libmongocrypt0 1.1.0-1 ++libmount1 2.36.1-8+deb11u1 ++libmpc3 1.2.0-1 ++libmpdec3 2.5.1-1 ++libmpfr6 4.1.0-3 ++libncurses6 6.2+20201114-2+deb11u2 https://snapshot.debian.org/archive/debian/20230726T151952Z/pool/main/n/ncurses/libncurses6_6.2%2B20201114-2%2Bdeb11u2_arm64.deb ++libncursesw6 6.2+20201114-2+deb11u2 https://snapshot.debian.org/archive/debian/20230726T151952Z/pool/main/n/ncurses/libncursesw6_6.2%2B20201114-2%2Bdeb11u2_arm64.deb ++libndctl6 71.1-1 ++libndp0 1.6-1+b1 ++libnet1 1.1.6+dfsg-3.1 ++libnetcf1 1:0.2.8-1.1 ++libnetcf-dev 1:0.2.8-1.1 ++libnetfilter-conntrack3 1.0.8-3 ++libnetfilter-cthelper0 1.0.0-3 ++libnetfilter-queue1 1.0.5-2 ++libnet-ntp-perl 1.5-1.1 ++libnetsnmptrapd40 5.9+dfsg-4+deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/n/net-snmp/libnetsnmptrapd40_5.9+dfsg-4+deb11u1_arm64.deb ++libnettle8 3.7.3-1 ++libnewt0.52 0.52.21-4+b3 ++libnfnetlink0 1.0.1-3+b1 ++libnfs13 4.0.0-1 ++libnfs-dev 4.0.0-1 ++libnfsidmap2 0.25-6 ++libnftables1 0.9.8-3.1 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/n/nftables/libnftables1_0.9.8-3.1_arm64.deb ++libnftnl11 1.1.9-1 ++libnghttp2-14 1.43.0-1 ++libnl-3-200 3.4.0-1+b1 ++libnl-3-dev 3.4.0-1+b1 ++libnl-cli-3-200 3.4.0-1+b1 ++libnl-genl-3-200 3.4.0-1+b1 ++libnl-nf-3-200 3.4.0-1+b1 ++libnl-route-3-dev 3.4.0-1+b1 ++libnl-route-3-200 3.4.0-1+b1 ++libnm0 1.30.6-1+deb11u1 ++libnorm1 1.5.9+dfsg-2 ++libnpth0 1.6-3 ++libnsl2 1.3.0-2 ++libnsl-dev 1.3.0-2 ++libnspr4 2:4.29-1 ++libnss3 2:3.61-1+deb11u3 https://snapshot.debian.org/archive/debian/20230219T210957Z/pool/main/n/nss/libnss3_3.61-1%2Bdeb11u3_arm64.deb ++libnss3-dev 2:3.61-1+deb11u3 https://snapshot.debian.org/archive/debian/20230219T210957Z/pool/main/n/nss/libnss3-dev_3.61-1%2Bdeb11u3_arm64.deb ++libnss-cache 0.18-1 ++libnss-mdns 0.14.1-2 ++libnss-sss 2.4.1-2 ++libnuma-dev 2.0.12-1+b1 ++libnuma1 2.0.12-1+b1 ++liboath0 2.6.6-3 ++libodbc1 2.3.6-0.1+b1 ++libopencsd0 0.14.4-1 ++libopendbx1 1.4.6-15 ++libopenhpi3 3.8.0-2.1 ++libopenipmi0 2.0.29-0.1+b1 ++libopeniscsiusr 2.1.3-5 ++libopts25 1:5.18.16-4 ++libopus0 1.3.1-0.1 ++liborc-0.4-0 1:0.4.32-1 ++libp11-kit0 0.23.22-1 ++libpackagekit-glib2-18 1.2.2-2 ++libpam0g 1.4.0-9+deb11u1 ++libpam-modules 1.4.0-9+deb11u1 ++libpam-modules-bin 1.4.0-9+deb11u1 ++libpam-pwquality 1.4.4-1 ++libpam-runtime 1.4.0-9+deb11u1 ++libpam-sss 2.4.1-2 ++libpango-1.0-0 1.46.2-3 ++libpangocairo-1.0-0 1.46.2-3 ++libpangoft2-1.0-0 1.46.2-3 ++libpath-utils1 0.6.1-2 ++libpcap0.8-dev 1.10.0-2 ++libpcap0.8 1.10.0-2 ++libpciaccess0 0.16-1 ++libpciaccess-dev 0.16-1 ++libpci3 1:3.7.0-5 ++libpcre2-8-0 10.36-2+deb11u1 https://snapshot.debian.org/archive/debian/20220930T210437Z/pool/main/p/pcre2/libpcre2-8-0_10.36-2%2Bdeb11u1_arm64.deb ++libpcre3 2:8.39-13 ++libpcsclite1 1.9.1-1 ++libperl5.32 5.32.1-4+deb11u2 ++libpgm-5.3-0 5.3.128~dfsg-2 ++libpils2 1.0.12-20 ++libpipeline1 1.5.3-1 ++libpixman-1-0 0.40.0-1.1~deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/p/pixman/libpixman-1-0_0.40.0-1.1~deb11u1_arm64.deb ++libplumb2 1.0.12-20 ++libplumbgpl2 1.0.12-20 ++libpng-dev 1.6.37-3 ++libpng16-16 1.6.37-3 ++libpmem-dev 1.10-2+deb11u1 ++libpmem1 1.10-2+deb11u1 ++libpolkit-agent-1-0 0.105-31+deb11u1 ++libpolkit-gobject-1-dev 0.105-31+deb11u1 ++libpolkit-gobject-1-0 0.105-31+deb11u1 ++libpopt0 1.18-2 ++libpq5 13.13-0+deb11u1 https://snapshot.debian.org/archive/debian-security/20231113T212648Z/pool/updates/main/p/postgresql-13/libpq5_13.13-0%2Bdeb11u1_arm64.deb ++libpq-dev 13.13-0+deb11u1 https://snapshot.debian.org/archive/debian-security/20231113T212648Z/pool/updates/main/p/postgresql-13/libpq-dev_13.13-0%2Bdeb11u1_arm64.deb ++libprocps8 2:3.3.17-5 ++libprotobuf-c1 1.3.3-1+b2 ++libproxy1v5 0.4.17-1 ++libpsl5 0.21.0-1.2 ++libpixman-1-dev 0.40.0-1.1~deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/p/pixman/libpixman-1-dev_0.40.0-1.1~deb11u1_arm64.deb ++libpwquality1 1.4.4-1 ++libpwquality-common 1.4.4-1 ++libpython3.9 3.9.2-1 ++libpython3.9-dev 3.9.2-1 ++libpython3.9-minimal 3.9.2-1 ++libpython3.9-stdlib 3.9.2-1 ++libpython3-dev 3.9.2-3 ++libpython3-stdlib 3.9.2-3 ++librabbitmq4 0.10.0-1 ++librdkafka1 1.6.0-1 ++librdmacm1 33.2-1 ++libreadline-dev 8.1-1 ++libreadline8 8.1-1 ++libref-array1 0.6.1-2 ++librepo0 1.12.1-4 ++librpm9 4.16.1.2+dfsg1-3 ++librpmbuild9 4.16.1.2+dfsg1-3 ++librpmio9 4.16.1.2+dfsg1-3 ++librpmsign9 4.16.1.2+dfsg1-3 ++librrd8 1.7.2-3+b7 ++librte-eal21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-eal21_20.11.6-1~deb11u1_arm64.deb ++librte-ethdev21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-ethdev21_20.11.6-1~deb11u1_arm64.deb ++librte-kvargs21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-kvargs21_20.11.6-1~deb11u1_arm64.deb ++librte-mbuf21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-mbuf21_20.11.6-1~deb11u1_arm64.deb ++librte-mempool21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-mempool21_20.11.6-1~deb11u1_arm64.deb ++librte-meter21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-meter21_20.11.6-1~deb11u1_arm64.deb ++librte-vhost21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-vhost21_20.11.6-1~deb11u1_arm64.deb ++librte-telemetry21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-telemetry21_20.11.6-1~deb11u1_arm64.deb ++librte-net21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-net21_20.11.6-1~deb11u1_arm64.deb ++librte-ring21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-ring21_20.11.6-1~deb11u1_arm64.deb ++librte-cryptodev21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-cryptodev21_20.11.6-1~deb11u1_arm64.deb ++librte-hash21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-hash21_20.11.6-1~deb11u1_arm64.deb ++librte-pci21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-pci21_20.11.6-1~deb11u1_arm64.deb ++librte-rcu21 20.11.6-1~deb11u1 https://snapshot.debian.org/archive/debian-security/20230301T053516Z/pool/updates/main/d/dpdk/librte-rcu21_20.11.6-1~deb11u1_arm64.deb ++librtmp1 2.4+20151223.gitfa8646d.1-2+b2 ++libruby2.7 2.7.4-1+deb11u1 ++libsanlock-client1 3.8.2-2 ++libsanlock-dev 3.8.2-2 ++libsasl2-2 2.1.27+dfsg-2.1+deb11u1 ++libsasl2-dev 2.1.27+dfsg-2.1+deb11u1 ++libsasl2-modules-db 2.1.27+dfsg-2.1+deb11u1 ++libiscsi7 1.19.0-3 ++libsctp1 1.0.18+dfsg-1 ++libseccomp-dev 2.5.1-1+deb11u1 ++libseccomp2 2.5.1-1+deb11u1 ++libsecret-1-0 0.20.4-2 ++libsecret-common 0.20.4-2 ++libselinux1-dev 3.1-3 ++libselinux1 3.1-3 ++libsemanage1 3.1-1+b2 ++libsemanage-common 3.1-1 ++libsensors5 1:3.6.0-7 ++libsensors-config 1:3.6.0-7 ++libsepol1 3.1-1 ++libsgutils2-2 1.45-1 ++libsigsegv2 2.13-1 ++libslang2 2.3.2-5 ++libslirp-dev 4.4.0-1+deb11u2 ++libslirp0 4.4.0-1+deb11u2 ++libsm6 2:1.2.3-1 ++libsmartcols1 2.36.1-8+deb11u1 ++libsmbclient 2:4.13.13+dfsg-1~deb11u5 https://snapshot.debian.org/archive/debian/20221106T145349Z/pool/main/s/samba/libsmbclient_4.13.13+dfsg-1~deb11u5_arm64.deb ++libsnappy1v5 1.1.8-1 ++libsnmp40 5.9+dfsg-4+deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/n/net-snmp/libsnmp40_5.9+dfsg-4+deb11u1_arm64.deb ++libsnmp-base 5.9+dfsg-4+deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/n/net-snmp/libsnmp-base_5.9+dfsg-4+deb11u1_all.deb ++libsnmp-dev 5.9+dfsg-4+deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/n/net-snmp/libsnmp-dev_5.9+dfsg-4+deb11u1_arm64.deb ++libsodium23 1.0.18-1 ++libsolv1 0.7.17-1 ++libsolvext1 0.7.17-1 ++libsoup2.4-1 2.72.0-2 ++libspice-server-dev 0.14.3-2.1 ++libspice-server1 0.14.3-2.1 ++libsqlite3-0 3.34.1-3 ++libss2 1.46.2-2 ++libssh-dev 0.9.7-0+deb11u1 https://snapshot.debian.org/archive/debian-security/20230523T094002Z/pool/updates/main/libs/libssh/libssh-dev_0.9.7-0%2Bdeb11u1_arm64.deb ++libssh2-1-dev 1.9.0-2 ++libssh2-1 1.9.0-2 ++libssh-4 0.9.7-0+deb11u1 https://snapshot.debian.org/archive/debian-security/20230523T094002Z/pool/updates/main/libs/libssh/libssh-4_0.9.7-0%2Bdeb11u1_arm64.deb ++libssl1.1 1.1.1n-0+deb11u5 https://snapshot.debian.org/archive/debian/20230611T210420Z/pool/main/o/openssl/libssl1.1_1.1.1n-0%2Bdeb11u5_arm64.deb ++libssl-dev 1.1.1n-0+deb11u5 https://snapshot.debian.org/archive/debian/20230611T210420Z/pool/main/o/openssl/libssl-dev_1.1.1n-0%2Bdeb11u5_arm64.deb ++libsss-certmap0 2.4.1-2 ++libsss-idmap0 2.4.1-2 ++libsss-nss-idmap0 2.4.1-2 ++libsss-sudo 2.4.1-2 ++libstdc++6 10.2.1-6 ++libstonith1 1.0.12-20 ++libstrongswan 5.9.1-1+deb11u3 https://snapshot.debian.org/archive/debian-security/20221006T161039Z/pool/updates/main/s/strongswan/libstrongswan_5.9.1-1%2Bdeb11u3_arm64.deb ++libsub-override-perl 0.09-2 ++libtalloc2 2.3.1-2+b1 ++libtasn1-6 4.16.0-2+deb11u1 https://snapshot.debian.org/archive/debian/20230108T032246Z/pool/main/libt/libtasn1-6/libtasn1-6_4.16.0-2+deb11u1_arm64.deb ++libtcl8.6 8.6.11+dfsg-1 ++libtcmalloc-minimal4 2.8.1-1 ++libtdb1 1.4.3-1+b1 ++libteam5 1.31-1 ++libteamdctl0 1.31-1 ++libteam-utils 1.31-1 ++libtevent0 0.10.2-1 ++libtext-charwidth-perl 0.04-10+b1 ++libtext-iconv-perl 1.7-7+b1 ++libtextwrap1 0.1-14.2 ++libtext-wrapi18n-perl 0.06-9 ++libthai0 0.1.28-3 ++libthai-data 0.1.28-3 ++libtimedate-perl 2.3300-2 ++libtinfo6 6.2+20201114-2+deb11u2 https://snapshot.debian.org/archive/debian/20230726T151952Z/pool/main/n/ncurses/libtinfo6_6.2%2B20201114-2%2Bdeb11u2_arm64.deb ++libtirpc3 1.3.1-1+deb11u1 https://snapshot.debian.org/archive/debian/20221106T145349Z/pool/main/libt/libtirpc/libtirpc3_1.3.1-1+deb11u1_arm64.deb ++libtirpc-common 1.3.1-1+deb11u1 https://snapshot.debian.org/archive/debian/20221106T145349Z/pool/main/libt/libtirpc/libtirpc-common_1.3.1-1+deb11u1_all.deb ++libtirpc-dev 1.3.1-1+deb11u1 https://snapshot.debian.org/archive/debian/20221106T145349Z/pool/main/libt/libtirpc/libtirpc-dev_1.3.1-1+deb11u1_arm64.deb ++libtool 2.4.6-15 ++libtsan0 10.2.1-6 ++libubsan1 10.2.1-6 ++libuchardet0 0.0.7-1 ++libudev1 247.3-7+deb11u1 https://snapshot.debian.org/archive/debian/20220829T032859Z/pool/main/s/systemd/libudev1_247.3-7+deb11u1_arm64.deb ++libunbound8 1.13.1-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/u/unbound/libunbound8_1.13.1-1+deb11u1_arm64.deb ++libunbound-dev 1.13.1-1+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/u/unbound/libunbound-dev_1.13.1-1+deb11u1_arm64.deb ++libunistring2 0.9.10-4 ++liburing-dev 0.7-3 ++liburing1 0.7-3 ++libunwind8 1.3.2-2 ++liburcu6 0.12.2-1 ++libusb-1.0-0 2:1.0.24-3 ++libusb-1.0-0-dev 2:1.0.24-3 ++libusbredirparser-dev 0.8.0-1+b1 ++libusbredirparser1 0.8.0-1+b1 ++libutempter0 1.2.1-2 ++libuuid1 2.36.1-8+deb11u1 ++libuv1 1.40.0-2 ++libibverbs1 33.2-1 ++libvirglrenderer-dev 0.8.2-5+deb11u1 https://snapshot.debian.org/archive/debian/20221210T034654Z/pool/main/v/virglrenderer/libvirglrenderer-dev_0.8.2-5%2Bdeb11u1_arm64.deb ++libvirglrenderer1 0.8.2-5+deb11u1 https://snapshot.debian.org/archive/debian/20221210T034654Z/pool/main/v/virglrenderer/libvirglrenderer1_0.8.2-5%2Bdeb11u1_arm64.deb ++libvte-2.91-dev 0.62.3-1 ++libwayland-server0 1.18.0-2~exp1.1 ++libwbclient0 2:4.13.13+dfsg-1~deb11u5 https://snapshot.debian.org/archive/debian/20221106T145349Z/pool/main/s/samba/libwbclient0_4.13.13+dfsg-1~deb11u5_arm64.deb ++libwireshark-dev 3.4.10-0+deb11u1 ++libwiretap-dev 3.4.10-0+deb11u1 ++libwrap0 7.6.q-31 ++libx11-6 2:1.7.2-1+deb11u2 https://snapshot.debian.org/archive/debian-security/20231005T190705Z/pool/updates/main/libx/libx11/libx11-6_1.7.2-1%2Bdeb11u2_arm64.deb ++libx11-data 2:1.7.2-1+deb11u2 https://snapshot.debian.org/archive/debian-security/20231005T190705Z/pool/updates/main/libx/libx11/libx11-data_1.7.2-1%2Bdeb11u2_all.deb ++libx11-dev 2:1.7.2-1+deb11u2 https://snapshot.debian.org/archive/debian-security/20231005T190705Z/pool/updates/main/libx/libx11/libx11-dev_1.7.2-1%2Bdeb11u2_arm64.deb ++libx11-xcb1 2:1.7.2-1+deb11u2 https://snapshot.debian.org/archive/debian-security/20231005T190705Z/pool/updates/main/libx/libx11/libx11-xcb1_1.7.2-1%2Bdeb11u2_arm64.deb ++libxau6 1:1.0.9-1 ++libxcb1 1.14-3 ++libxcb-render0 1.14-3 ++libxcb-shm0 1.14-3 ++libxdmcp6 1:1.1.2-3 ++libxen-dev 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxen-dev_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxenmisc4.14 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxenmisc4.14_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxencall1 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxencall1_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxendevicemodel1 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxendevicemodel1_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxenevtchn1 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxenevtchn1_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxenforeignmemory1 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxenforeignmemory1_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxengnttab1 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxengnttab1_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxenstore3.0 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxenstore3.0_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxentoolcore1 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxentoolcore1_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxentoollog1 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxentoollog1_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxenhypfs1 4.14.5+94-ge49571868d-1 https://snapshot.debian.org/archive/debian-security/20230325T163249Z/pool/updates/main/x/xen/libxenhypfs1_4.14.5%2B94-ge49571868d-1_arm64.deb ++libxext6 2:1.3.3-1.1 ++libxml2-dev 2.9.10+dfsg-6.7+deb11u4 https://snapshot.debian.org/archive/debian/20230421T152012Z/pool/main/libx/libxml2/libxml2-dev_2.9.10%2Bdfsg-6.7%2Bdeb11u4_arm64.deb ++libxml2-utils 2.9.10+dfsg-6.7+deb11u4 https://snapshot.debian.org/archive/debian/20230421T152012Z/pool/main/libx/libxml2/libxml2-utils_2.9.10%2Bdfsg-6.7%2Bdeb11u4_arm64.deb ++libxml2 2.9.10+dfsg-6.7+deb11u4 https://snapshot.debian.org/archive/debian/20230421T152012Z/pool/main/libx/libxml2/libxml2_2.9.10%2Bdfsg-6.7%2Bdeb11u4_arm64.deb ++libxmlsec1 1.2.31-1 ++libxmlsec1-openssl 1.2.31-1 ++libxmu6 2:1.1.2-2+b3 ++libxrender1 1:0.9.10-1 ++libxslt1.1 1.1.34-4+deb11u1 https://snapshot.debian.org/archive/debian/20220826T211148Z/pool/main/libx/libxslt/libxslt1.1_1.1.34-4%2Bdeb11u1_arm64.deb ++libxslt1-dev 1.1.34-4+deb11u1 https://snapshot.debian.org/archive/debian/20220826T211148Z/pool/main/libx/libxslt/libxslt1-dev_1.1.34-4%2Bdeb11u1_arm64.deb ++libxt6 1:1.2.0-1 ++libxtables12 1.8.7-1 ++libxxhash0 0.8.0-2 ++libyajl-dev 2.1.0-3+deb11u2 ++libyajl2 2.1.0-3+deb11u2 ++libyaml-0-2 0.2.2-1 ++libyaml-cpp0.6 0.6.3-9 ++libz3-4 4.8.10-1 ++libzmq5 4.3.4-1 ++libzstd1 1.4.8+dfsg-2.1 ++linux-base 4.6 ++linux-cpupower 5.10.106-1 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/l/linux/linux-cpupower_5.10.106-1_arm64.deb ++locales 2.31-13+deb11u7 https://snapshot.debian.org/archive/debian-security/20231003T172636Z/pool/updates/main/g/glibc/locales_2.31-13%2Bdeb11u7_all.deb ++locales-all 2.31-13+deb11u7 https://snapshot.debian.org/archive/debian-security/20231003T172636Z/pool/updates/main/g/glibc/locales-all_2.31-13%2Bdeb11u7_arm64.deb ++login 1:4.8.1-1 ++logrotate 3.18.0-2+deb11u1 https://snapshot.debian.org/archive/debian/20220702T033910Z/pool/main/l/logrotate/logrotate_3.18.0-2%2Bdeb11u1_arm64.deb ++logsave 1.46.2-2 ++lsb-base 11.1.0 ++lsb-release 11.1.0 ++lsof 4.93.2+dfsg-1.1 ++m4 1.4.18-5 ++mailcap 3.69 ++make 4.3-4.1 ++man-db 2.9.4-2 ++mariadb-common 1:10.5.18-0+deb11u1 https://snapshot.debian.org/archive/debian/20221208T032103Z/pool/main/m/mariadb-10.5/mariadb-common_10.5.18-0%2Bdeb11u1_all.deb ++mawk 1.3.4.20200120-2 ++mdadm 4.1-11 ++media-types 4.0.0 ++memcached 1.6.9+dfsg-1 ++meson 1.0.1-5 http://ftp.de.debian.org/debian/pool/main/m/meson/meson_1.0.1-5_all.deb ++mime-support 3.66 ++mksh 59c-9+b2 ++mokutil 0.6.0-2~deb11u1 ++mount 2.36.1-8+deb11u1 ++multipath-tools 0.8.5-2+deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/m/multipath-tools/multipath-tools_0.8.5-2+deb11u1_arm64.deb ++multipath-tools-boot 0.8.5-2+deb11u1 https://snapshot.debian.org/archive/debian/20230524T024530Z/pool/main/m/multipath-tools/multipath-tools-boot_0.8.5-2+deb11u1_all.deb ++mysql-common 5.8+1.0.7 ++nano 5.4-2 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/n/nano/nano_5.4-2_arm64.deb ++ncat 7.91+dfsg1+really7.80+dfsg1-2 ++ncurses-base 6.2+20201114-2+deb11u2 https://snapshot.debian.org/archive/debian/20230726T151952Z/pool/main/n/ncurses/ncurses-base_6.2%2B20201114-2%2Bdeb11u2_all.deb ++ncurses-bin 6.2+20201114-2+deb11u2 https://snapshot.debian.org/archive/debian/20230726T151952Z/pool/main/n/ncurses/ncurses-bin_6.2%2B20201114-2%2Bdeb11u2_arm64.deb ++ndisc6 1.0.4-2 ++netbase 6.3 ++netcat-openbsd 1.217-3 ++net-tools 1.60+git20181103.0eebece-1 ++netfilter-persistent 1.0.15 ++nettle-dev 3.7.3-1 ++nfs-common 1:1.3.4-6 ++nfs-kernel-server 1:1.3.4-6 ++nftables 0.9.8-3.1 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/n/nftables/nftables_0.9.8-3.1_arm64.deb ++ninja-build 1.10.1-1 ++numad 0.5+20150602-7 ++ntp 1:4.2.8p15+dfsg-1 ++ntpdate 1:4.2.8p15+dfsg-1 ++nvme-cli 1.12-5 ++open-iscsi 2.1.3-5 ++openssh-client 1:8.4p1-5+deb11u3 https://snapshot.debian.org/archive/debian/20231224T085540Z/pool/main/o/openssh/openssh-client_8.4p1-5%2Bdeb11u3_arm64.deb ++openssh-server 1:8.4p1-5+deb11u3 https://snapshot.debian.org/archive/debian/20231224T085540Z/pool/main/o/openssh/openssh-server_8.4p1-5%2Bdeb11u3_arm64.deb ++openssh-sftp-server 1:8.4p1-5+deb11u3 https://snapshot.debian.org/archive/debian/20231224T085540Z/pool/main/o/openssh/openssh-sftp-server_8.4p1-5%2Bdeb11u3_arm64.deb ++openssl 1.1.1n-0+deb11u5 https://snapshot.debian.org/archive/debian/20230611T210420Z/pool/main/o/openssl/openssl_1.1.1n-0%2Bdeb11u5_arm64.deb ++original-awk 2018-08-27-1 ++ovmf 2020.11-2+deb11u1 ++passwd 1:4.8.1-1 ++patch 2.7.6-7 ++pci.ids 0.0~2021.02.08-1 ++pciutils 1:3.7.0-5 ++perl 5.32.1-4+deb11u2 ++perl-base 5.32.1-4+deb11u2 ++perl-modules-5.32 5.32.1-4+deb11u2 ++pinentry-curses 1.1.0-4 ++pipexec 2.5.5-2 ++pm-utils 1.4.1-19 ++po-debconf 1.0.21+nmu1 ++policykit-1 0.105-31+deb11u1 ++postgresql-13 13.13-0+deb11u1 https://snapshot.debian.org/archive/debian-security/20231113T212648Z/pool/updates/main/p/postgresql-13/postgresql-13_13.13-0%2Bdeb11u1_arm64.deb ++postgresql-client-13 13.13-0+deb11u1 https://snapshot.debian.org/archive/debian-security/20231113T212648Z/pool/updates/main/p/postgresql-13/postgresql-client-13_13.13-0%2Bdeb11u1_arm64.deb ++postgresql-client-common 225 ++postgresql-common 225 ++powermgmt-base 1.36 ++procps 2:3.3.17-5 ++psmisc 23.4-2 ++puppet-module-adrienthebo-filemapper 1.1.3-2 ++puppet-module-asciiduck-sssd 0.3.0-1 ++puppet-module-barbican 17.4.0-2 ++puppet-module-camptocamp-kmod 2.1.1-2 ++puppet-module-duritong-sysctl 0.0.11-2 ++puppet-module-puppetlabs-apache 5.5.0-2 ++puppet-module-puppetlabs-apt 6.1.1-1 ++puppet-module-puppetlabs-concat 5.1.0-1 ++puppet-module-puppetlabs-firewall 1.12.0-1 ++puppet-module-puppetlabs-inifile 2.2.1-1 ++puppet-module-puppetlabs-mount-core 1.0.4+dfsg1-2 ++puppet-module-puppetlabs-translate 2.2.0-1 ++puppet-module-voxpupuli-collectd 11.0.0-3 ++puppet-module-vswitch 13.4.0-2 ++pv 1.6.6-1 ++pycadf-common 3.1.1-2 ++python3 3.9.2-3 ++python3.9 3.9.2-1 ++python3.9-dev 3.9.2-1 ++python3.9-minimal 3.9.2-1 ++python3-alabaster 0.7.8-1.1 ++python3-alembic 1.4.3-1 ++python3-amqp 5.0.3-3 ++python3-amqplib 1.0.2-2 ++python3-aniso8601 8.1.1-1 ++python3-anyjson 0.3.3-2 ++python3-apparmor 2.13.6-10 ++python3-appdirs 1.4.4-1 ++python3-apt 2.2.1 ++python-apt-common 2.2.1 ++python3-argcomplete 1.8.1-1.5 ++python3-attr 20.3.0-1 ++python3-babel 2.8.0+dfsg.1-7 ++python3-bcrypt 3.1.7-4 ++python3-binary-memcached 0.30.0+dfsg1-2 ++python3-blinker 1.4+dfsg1-0.3 ++python3-boto3 1.13.14-1 ++python3-botocore 1.20.0+repack-1 ++python3-bs4 4.9.3-1 ++python3-bson 3.11.0-1+b1 ++python3-cachetools 4.2.1-1 ++python3-calmjs 3.4.1-3 ++python3-calmjs.parse 1.2.5-2 ++python3-calmjs.types 1.0.1-2 ++python3-castellan 3.6.0-2 ++python3-certifi 2020.6.20-1 ++python3-cffi 1.14.5-1 ++python3-cffi-backend 1.14.5-1 ++python3-chardet 4.0.0-1 ++python3-cherrypy3 8.9.1-8 ++python3-cinderclient 1:7.2.0-3 ++python3-click 7.1.2-1 ++python3-cliff 3.4.0-2 ++python3-cmd2 0.8.5-2.1 ++python3-colorama 0.4.4-1 ++python3-commonmark 0.9.1-3 ++python3-configobj 5.0.6-4 ++python3-configshell-fb 1:1.1.28-2 ++python3-confluent-kafka 1.3.0-2+b2 ++python3-contextlib2 0.6.0.post1-1 ++python3-coverage 5.1+dfsg.1-2+b2 ++python3-cryptography 3.3.2-1 ++python3-csscompressor 0.9.5-2 ++python3-daemon 2.2.4-1.1 ++python3-dateutil 2.8.1-6 ++python3-dbus 1.2.16-5 ++python3-debtcollector 2.2.0-3 ++python3-decorator 4.4.2-2 ++python3-defusedxml 0.6.0-2 ++python3-deprecation 2.1.0-1 ++python3-dev 3.9.2-3 ++python3-distutils 3.9.2-1 ++python3-django 2:2.2.28-1~deb11u2 https://snapshot.debian.org/archive/debian-security/20230803T204610Z/pool/updates/main/p/python-django/python3-django_2.2.28-1~deb11u2_all.deb ++python3-django-appconf 1.0.3-1 ++python3-django-compressor 2.4-2 ++python3-django-debreach 2.0.1-2 ++python3-django-pyscss 2.0.2-9 ++python3-dnf 4.5.2-6 ++python3-dnspython 2.0.0-1 ++python3-docutils 0.16+dfsg-4 ++python3-dogpile.cache 1.0.2-2 ++python3-editor 1.0.3-2 ++python3-elementpath 2.1.2-1 ++python3-enmerkar 0.7.1-3 ++python3-eventlet 0.26.1-7+deb11u1 ++python3-extras 1.0.0-4 ++python3-falcon 2.0.0-2+b1 ++python3-fasteners 0.14.1-2 ++python3-fixtures 3.0.0-4 ++python3-flake8 3.8.4-1 ++python3-flask 1.1.2-2+deb11u1 https://snapshot.debian.org/archive/debian-security/20230629T181857Z/pool/updates/main/f/flask/python3-flask_1.1.2-2%2Bdeb11u1_all.deb ++python3-flask-restful 0.3.8-5 ++python3-future 0.18.2-5 ++python3-futurist 2.3.0-2 ++python3-gi 3.38.0-2 ++python3-glanceclient 1:3.2.2-2 ++python3-google-auth 1.5.1-3 ++python3-gpg 1.14.0-1+b2 ++python3-greenlet 0.4.17-1+b1 ++python3-gunicorn 20.1.0-1 ++python3-hawkey 0.55.2-6 ++python3-html5lib 1.1-3 ++python3-httplib2 0.18.1-3 ++python3-idna 2.10-1 ++python3-imagesize 1.2.0-2 ++python3-importlib-metadata 1.6.0-2 ++python3-importlib-resources 5.1.0-1 ++python3-ipaddr 2.2.0-4 ++python3-iso8601 0.1.13-1 ++python3-itsdangerous 1.1.0-3 ++python3-jeepney 0.6.0-1 ++python3-jinja2 2.11.3-1 ++python3-jmespath 0.10.0-1 ++python3-joblib 0.17.0-4+deb11u1 https://snapshot.debian.org/archive/debian/20230508T030704Z/pool/main/j/joblib/python3-joblib_0.17.0-4+deb11u1_all.deb ++python3-jsonpatch 1.25-3 ++python3-jsonpath-rw 1.4.0-4 ++python3-json-pointer 2.0-2 ++python3-jsonschema 3.2.0-3 ++python3-jwt 1.7.1-2 ++python3-keystoneauth1 4.2.1-2 ++python3-keystonemiddleware 9.1.0-2 ++python3-kombu 5.0.2-3 ++python3-kubernetes 22.6.0-2 https://snapshot.debian.org/archive/debian/20230115T211934Z/pool/main/p/python-kubernetes/python3-kubernetes_22.6.0-2_all.deb ++python3-ldap 3.2.0-4+b3 ++python3-ldap3 2.8.1-1 ++python3-ldappool 2.3.1-1.1 ++python3-ldb 2:2.2.3-2~deb11u2 https://snapshot.debian.org/archive/debian/20221117T091002Z/pool/main/l/ldb/python3-ldb_2.2.3-2~deb11u2_arm64.deb ++python3-lib2to3 3.9.2-1 ++python3-libapparmor 2.13.6-10 ++python3-libcomps 0.1.15-4 ++python3-libdnf 0.55.2-6 ++python3-linecache2 1.0.0-4 ++python3-linux-procfs 0.6.3-1.1 ++python3-lockfile 1:0.12.2-2.2 ++python3-logutils 0.3.3-7 ++python3-lxml 4.6.3+dfsg-0.1+deb11u1 ++python3-lz4 3.1.3+dfsg-1 ++python3-mako 1.1.3+ds1-2 ++python3-markupsafe 1.1.1-1+b3 ++python3-mccabe 0.6.1-3 ++python3-mechanize 1:0.4.5-2 ++python3-memcache 1.59-5 ++python3-migrate 0.13.0-2 ++python3-mimeparse 1.6.0-3 ++python3-minimal 3.9.2-3 ++python3-monotonic 1.5-3 ++python3-more-itertools 4.2.0-3 ++python3-msgpack 1.0.0-6+b1 ++python3-munch 2.3.2-2 ++python3-mysqldb 1.4.4-2+b3 ++python3-nacl 1.4.0-1+b1 ++python3-netaddr 0.7.19-5 ++python3-netifaces 0.10.9-0.2+b3 ++python3-neutronclient 1:7.2.1-2 ++python3-novaclient 2:17.2.1-3 ++python3-numpy 1:1.19.5-1 ++python3-oauthlib 3.1.0-2 ++python3-openssl 20.0.1-1 ++python3-openstacksdk 0.50.0-6 ++python3-os-client-config 2.1.0-1 ++python3-oslo.cache 2.6.1-2 ++python3-oslo.concurrency 4.3.1-1 ++python3-oslo.config 1:8.3.3-1 ++python3-oslo.context 3.1.1-2 ++python3-oslo.db 8.4.0-2 ++python3-oslo.i18n 5.0.1-2 ++python3-oslo.log 4.4.0-2 ++python3-oslo.middleware 4.1.1-2 ++python3-oslo.policy 3.5.0-2 ++python3-oslo.rootwrap 6.2.0-2 ++python3-oslo.serialization 4.0.2-1 ++python3-oslo.service 2.4.0-2 ++python3-oslo.upgradecheck 1.1.1-2 ++python3-oslo.utils 4.6.0-2 ++python3-oslo.versionedobjects 2.3.0-2 ++python3-osprofiler 3.4.0-3 ++python3-os-service-types 1.7.0-2 ++python3-packaging 20.9-2 ++python3-paramiko 2.7.2-1 ++python3-parted 3.11.7-0.1+b1 ++python3-passlib 1.7.4-1 ++python3-paste 3.5.0+dfsg1-1 ++python3-pastedeploy 2.1.1-1 ++python3-pastescript 2.0.2-4 ++python3-pbr 5.5.0-2 ++python3-pecan 1.3.3-3 ++python3-pexpect 4.8.0-2 ++python3-pip 20.3.4-4+deb11u1 ++python3-pkg-resources 52.0.0-4 ++python3-ply 3.11-4 ++python3-prettytable 0.7.2-5 ++python3-psutil 5.8.0-1 ++python3-psycopg2 2.8.6-2 ++python3-ptyprocess 0.7.0-1 ++python3-pyasn1 0.4.8-1 ++python3-pyasn1-modules 0.2.1-1 ++python3-pycadf 3.1.1-2 ++python3-pycodestyle 2.6.0-1 ++python3-pycparser 2.20-3 ++python3-pycryptodome 3.9.7+dfsg1-1+b2 ++python3-pycurl 7.43.0.6-5 ++python3-pyelftools 0.27-1 ++python3-pyflakes 2.2.0-2 ++python3-pyghmi 1.5.14-1 ++python3-pygments 2.7.1+dfsg-2.1 ++python3-pyinotify 0.9.6-1.3 ++python3-pymongo 3.11.0-1+b1 ++python3-pymysql 0.9.3-2 ++python3-pyparsing 2.4.7-1 ++python3-pyperclip 1.8.0-1 ++python3-pyrsistent 0.15.5-1+b3 ++python3-pysaml2 6.5.1-1 ++python3-pyscss 1.3.7-3 ++python3-pyudev 0.22.0-2 ++python3-q-text-as-data 1.7.4+2018.12.21+git+28f776ed46-2 ++python3-rcssmin 1.0.6-2+b4 ++python3-rich 9.11.0-1 ++python3-redis 3.5.3-2 ++python3-repoze.lru 0.7-2 ++python3-repoze.who 2.2-4 ++python3-requests 2.25.1+dfsg-2 ++python3-requestsexceptions 1.4.0-3 ++python3-requests-oauthlib 1.0.0-1.1 ++python3-requests-toolbelt 0.9.1-1 ++python3-requests-unixsocket 0.2.0-2 ++python3-responses 0.12.1-1 ++python3-retrying 1.3.3-4 ++python3-rfc3986 1.4.0-3 ++python3-rjsmin 1.1.0+dfsg1-3+b4 ++python3-roman 2.0.0-5 ++python3-routes 2.5.1-1 ++python3-rpm 4.16.1.2+dfsg1-3 ++python3-rsa 4.0-4 ++python3-rtslib-fb 2.1.71-3 ++python3-ruamel.yaml 0.16.12-2 ++python3-ruamel.yaml.clib 0.2.2-1+b2 ++python3-s3transfer 0.3.4-1 ++python3-scapy 2.4.4-4 ++python3-scipy 1.6.0-2 ++python3-scrypt 0.8.0-0.3+b3 ++python3-secretstorage 3.3.1-1 ++python3-semantic-version 2.8.5-1 ++python3-sh 1.14.1-1 ++python3-simplegeneric 0.8.1-3 ++python3-simplejson 3.17.2-1 ++python3-singledispatch 3.4.0.3-3 ++python3-six 1.16.0-2 ++python3-sklearn 0.23.2-5 ++python3-sklearn-lib 0.23.2-5 ++python3-snowballstemmer 2.1.0-1 ++python3-sortedcontainers 2.1.0-2 ++python3-software-properties 0.96.20.2-2.1 ++python3-soupsieve 2.2.1-1 ++python3-sphinx 3.4.3-2 ++python3-sqlalchemy 1.3.22+ds1-1 ++python3-sqlparse 0.4.1-1 ++python3-sss 2.4.1-2 ++python3-statsd 3.3.0-2 ++python3-stevedore 3.2.2-3 ++python3-swiftclient 1:3.10.1-2 ++python3-systemd 234-3+b4 ++python3-talloc 2.3.1-2+b1 ++python3-tempita 0.5.2-6 ++python3-tenacity 6.2.0-4 ++python3-testresources 2.0.1-2 ++python3-testscenarios 0.5.0-3 ++python3-testtools 2.4.0-2 ++python3-threadpoolctl 2.1.0-1 ++python3-traceback2 1.4.0-6 ++python3-typing-extensions 3.7.4.3-1 ++python3-tz 2021.1-1 ++python3-uhashring 1.2-2 ++python3-ujson 4.0.2-1 ++python3-unittest2 1.1.0-7 ++python3-urllib3 1.26.5-1~exp1 ++python3-urwid 2.1.2-1 ++python3-vine 5.0.0+dfsg-2 ++python3-waitress 1.4.4-1.1+deb11u1 https://snapshot.debian.org/archive/debian/20220528T212248Z/pool/main/w/waitress/python3-waitress_1.4.4-1.1%2Bdeb11u1_all.deb ++python3-warlock 1.3.3-2 ++python3-wcwidth 0.1.9+dfsg1-2 ++python3-webencodings 0.5.1-2 ++python3-webob 1:1.8.6-1.1 ++python3-websocket 0.57.0-1 ++python3-websockify 0.9.0+dfsg1-3 ++python3-webtest 2.0.35-1 ++python3-werkzeug 1.0.1+dfsg1-2+deb11u1 https://snapshot.debian.org/archive/debian-security/20230806T123734Z/pool/updates/main/p/python-werkzeug/python3-werkzeug_1.0.1%2Bdfsg1-2%2Bdeb11u1_all.deb ++python3-wheel 0.34.2-1 ++python3-wrapt 1.12.1-4+b1 ++python3-xmlschema 1.4.2-1 ++python3-xstatic 1.0.0-7 ++python3-xstatic-angular 1.5.8.0-5 ++python3-xstatic-angular-bootstrap 2.2.0.0-4 ++python3-xstatic-angular-fileupload 12.0.4.0+dfsg1-3 ++python3-xstatic-angular-gettext 2.3.8.0-4 ++python3-xstatic-angular-lrdragndrop 1.0.2.2-3 ++python3-xstatic-angular-schema-form 0.8.13.0-4 ++python3-xstatic-angular-ui-router 0.3.1.2-2 ++python3-xstatic-bootstrap-datepicker 0.0.0.1-6.1 ++python3-xstatic-bootstrap-scss 3.3.7.1-5 ++python3-xstatic-bootswatch 3.3.7.0-4 ++python3-xstatic-d3 3.5.17.0-4 ++python3-xstatic-font-awesome 4.7.0.0-5 ++python3-xstatic-hogan 2.0.0.2-3 ++python3-xstatic-jasmine 2.4.1.1-4 ++python3-xstatic-jquery 1.12.4.1-2 ++python3-xstatic-jquery-migrate 1.2.1.1+dfsg1-3 ++python3-xstatic-jquery.quicksearch 2.0.4.1-3 ++python3-xstatic-jquery.tablesorter 2.14.5.1-5 ++python3-xstatic-jquery-ui 1.12.0.1+debian+dfsg3-4 ++python3-xstatic-jsencrypt 2.3.1.1-4 ++python3-xstatic-magic-search 0.2.5.1-3 ++python3-xstatic-mdi 1.6.50.2-2 ++python3-xstatic-objectpath 1.2.1.0-4 ++python3-xstatic-rickshaw 1.5.0.2-4 ++python3-xstatic-roboto-fontface 0.5.0.0-4 ++python3-xstatic-smart-table 1.4.13.2-4 ++python3-xstatic-spin 1.2.8.0+dfsg1-3 ++python3-xstatic-term.js 0.0.7.0-4 ++python3-xstatic-tv4 1.2.7.0-4 ++python3-yaml 6.0-1 https://snapshot.debian.org/archive/debian/20221001T092433Z/pool/main/p/pyyaml/python3-yaml_6.0-1_arm64.deb ++python3-yappi 1.0-1+b4 ++python3-zipp 1.0.0-3 ++python3-zmq 20.0.0-1+b1 ++python3-zope.interface 5.2.0-1 ++python-babel-localedata 2.8.0+dfsg.1-7 ++python-is-python3 3.9.2-1 ++python-pastedeploy-tpl 2.1.1-1 ++python-pip-whl 20.3.4-4+deb11u1 ++radvd 1:2.18-3 ++rake 13.0.3-1 ++readline-common 8.1-1 ++redfishtool 1.1.5-1 http://ftp.debian.org/debian/pool/main/r/redfishtool/redfishtool_1.1.5-1_all.deb ++reprepro 5.3.0-1.2 ++rng-tools 5migrate1 ++rng-tools-debian 2.3 ++rpcbind 1.2.5-9 ++rpm2cpio 4.16.1.2+dfsg1-3 ++rpm 4.16.1.2+dfsg1-3 ++rpm-common 4.16.1.2+dfsg1-3 ++rsync 3.2.3-4+deb11u1 ++ruby 1:2.7+2 ++ruby2.7 2.7.4-1+deb11u1 ++ruby-augeas 1:0.5.0-3+b8 ++ruby-deep-merge 1.1.1-1 ++rubygems-integration 1.18 ++ruby-json 2.3.0+dfsg-1+b3 ++ruby-minitest 5.13.0-1 ++ruby-net-telnet 0.1.1-2 ++ruby-power-assert 1.1.7-2 ++ruby-rubygems 3.2.5-2 ++ruby-shadow 2.5.0-1+b4 ++ruby-test-unit 3.3.9-1 ++ruby-xmlrpc 0.3.0-2 ++runit-helper 2.10.3 ++samba-libs 2:4.13.13+dfsg-1~deb11u5 https://snapshot.debian.org/archive/debian/20221106T145349Z/pool/main/s/samba/samba-libs_4.13.13+dfsg-1~deb11u5_arm64.deb ++sbsigntool 0.9.2-2 ++screen 4.8.0-6 ++sed 4.7-1 ++seabios 1.14.0-2 ++sensible-utils 0.0.14 ++sg3-utils 1.45-1 ++sg3-utils-udev 1.45-1 ++sgml-base 1.30 ++smartmontools 7.2-1 ++socat 1.7.4.1-3 ++software-properties-common 0.96.20.2-2.1 ++spectre-meltdown-checker 0.44-2 ++sphinx-common 3.4.3-2 ++sphinx-rtd-theme-common 0.5.1+dfsg-1 ++sqlite3 3.34.1-3 ++sshpass 1.09-1 ++ssl-cert 1.1.0+nmu1 ++ssg-base 0.1.62-2 https://snapshot.debian.org/archive/debian/20221203T150621Z/pool/main/s/scap-security-guide/ssg-base_0.1.62-2_all.deb ++ssg-debian 0.1.62-2 https://snapshot.debian.org/archive/debian/20221203T150621Z/pool/main/s/scap-security-guide/ssg-debian_0.1.62-2_all.deb ++sssd 2.4.1-2 ++sssd-ad 2.4.1-2 ++sssd-ad-common 2.4.1-2 ++sssd-common 2.4.1-2 ++sssd-ipa 2.4.1-2 ++sssd-krb5 2.4.1-2 ++sssd-krb5-common 2.4.1-2 ++sssd-ldap 2.4.1-2 ++sssd-proxy 2.4.1-2 ++sssd-tools 2.4.1-2 ++startpar 0.64-3 ++strace 5.10-1 ++strongswan 5.9.1-1+deb11u3 https://snapshot.debian.org/archive/debian-security/20221006T161039Z/pool/updates/main/s/strongswan/strongswan_5.9.1-1%2Bdeb11u3_all.deb ++strongswan-charon 5.9.1-1+deb11u3 https://snapshot.debian.org/archive/debian-security/20221006T161039Z/pool/updates/main/s/strongswan/strongswan-charon_5.9.1-1%2Bdeb11u3_arm64.deb ++strongswan-libcharon 5.9.1-1+deb11u3 https://snapshot.debian.org/archive/debian-security/20221006T161039Z/pool/updates/main/s/strongswan/strongswan-libcharon_5.9.1-1%2Bdeb11u3_arm64.deb ++strongswan-starter 5.9.1-1+deb11u3 https://snapshot.debian.org/archive/debian-security/20221006T161039Z/pool/updates/main/s/strongswan/strongswan-starter_5.9.1-1%2Bdeb11u3_arm64.deb ++strongswan-swanctl 5.9.1-1+deb11u3 https://snapshot.debian.org/archive/debian-security/20221006T161039Z/pool/updates/main/s/strongswan/strongswan-swanctl_5.9.1-1%2Bdeb11u3_arm64.deb ++sudo-ldap 1.9.5p2-3+deb11u1 https://snapshot.debian.org/archive/debian/20230123T040022Z/pool/main/s/sudo/sudo-ldap_1.9.5p2-3%2Bdeb11u1_arm64.deb ++sysstat 12.5.2-2 ++syslog-ng 3.28.1-2+deb11u1 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/s/syslog-ng/syslog-ng_3.28.1-2%2Bdeb11u1_all.deb ++syslog-ng-core 3.28.1-2+deb11u1 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/s/syslog-ng/syslog-ng-core_3.28.1-2%2Bdeb11u1_arm64.deb ++syslog-ng-mod-mongodb 3.28.1-2+deb11u1 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/s/syslog-ng/syslog-ng-mod-mongodb_3.28.1-2%2Bdeb11u1_arm64.deb ++syslog-ng-mod-sql 3.28.1-2+deb11u1 https://snapshot.debian.org/archive/debian/20230324T031555Z/pool/main/s/syslog-ng/syslog-ng-mod-sql_3.28.1-2%2Bdeb11u1_arm64.deb ++systemtap-sdt-dev 4.4-2 ++sysvinit-utils 2.96-7+deb11u1 ++python3-tabulate 0.8.7-0.1 ++tar 1.34+dfsg-1 ++targetcli-fb 1:2.1.53-1 ++tasksel 3.68+deb11u1 ++tasksel-data 3.68+deb11u1 ++tcl8.6 8.6.11+dfsg-1 ++tcl-expect 5.45.4-2+b1 ++tcpdump 4.99.0-2+deb11u1 ++texinfo 6.7.0.dfsg.2-6 ++time 1.9-0.1 ++tini 0.19.0-1 ++traceroute 1:2.1.0-2+deb11u1 ++tuned 2.15.0-1 ++tzdata 2023c-10 https://snapshot.debian.org/archive/debian/20231001T025741Z/pool/main/t/tzdata/tzdata_2023c-10_all.deb ++ucf 3.0043 ++udhcpc 1:1.30.1-6+b3 ++unzip 6.0-26+deb11u1 ++util-linux 2.36.1-8+deb11u1 ++uuid-dev 2.36.1-8+deb11u1 ++uuid-runtime 2.36.1-8+deb11u1 ++uwsgi-core 2.0.19.1-7.1 ++uwsgi-plugin-apparmor 0.0.0+git.2014.09.15.7d6d7bd7eb-3 ++uwsgi-plugin-python3 2.0.19.1-7.1 ++vim 2:8.2.2434-3+deb11u1 ++vim-common 2:8.2.2434-3+deb11u1 ++vim-runtime 2:8.2.2434-3+deb11u1 ++vim-tiny 2:8.2.2434-3+deb11u1 ++virt-what 1.19-1 ++vlan 2.0.5 ++w3m 0.5.3+git20210102-6+deb11u1 https://snapshot.debian.org/archive/debian/20230213T151507Z/pool/main/w/w3m/w3m_0.5.3%2Bgit20210102-6%2Bdeb11u1_arm64.deb ++wget 1.21-1+deb11u1 ++whiptail 0.52.21-4+b3 ++x11-common 1:7.7+22 ++xclip 0.13-2 ++xfsprogs 5.10.0-4 ++xml-core 0.18+nmu1 ++xmlsec1 1.2.31-1 ++xsltproc 1.1.34-4+deb11u1 ++xxd 2:8.2.2434-3+deb11u1 ++xz-utils 5.2.5-2.1~deb11u1 https://snapshot.debian.org/archive/debian/20220422T213035Z/pool/main/x/xz-utils/xz-utils_5.2.5-2.1~deb11u1_arm64.deb ++zip 3.0-12 ++zlib1g 1:1.2.11.dfsg-2+deb11u2 https://snapshot.debian.org/archive/debian/20221106T145349Z/pool/main/z/zlib/zlib1g_1.2.11.dfsg-2+deb11u2_arm64.deb ++zlib1g-dev 1:1.2.11.dfsg-2+deb11u2 https://snapshot.debian.org/archive/debian/20221106T145349Z/pool/main/z/zlib/zlib1g-dev_1.2.11.dfsg-2+deb11u2_arm64.deb ++libinotifytools0 3.14-7 https://snapshot.debian.org/archive/debian/20231201T092318Z/pool/main/i/inotify-tools/libinotifytools0_3.14-7_arm64.deb +diff --git a/debian-mirror-tools/config/debian/containers/os-std_arm64.lst b/debian-mirror-tools/config/debian/containers/os-std_arm64.lst +new file mode 100644 +index 0000000..93dcd85 +--- /dev/null ++++ b/debian-mirror-tools/config/debian/containers/os-std_arm64.lst +@@ -0,0 +1,62 @@ ++acpica-tools 20200925-1.2 ++autoconf-archive 20190106-2.1 ++autogen 1:5.18.16-4 ++autogen-doc 1:5.18.16-4 ++cmake 3.18.4-2+deb11u1 ++cmake-data 3.18.4-2+deb11u1 ++docutils-doc 0.16+dfsg-4 ++doxygen 1.9.1-1 ++dwarves 1.20-1 ++fonts-mathjax 2.7.9+dfsg-1 ++g++-10 10.2.1-6 ++git 1:2.30.2-1 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/g/git/git_2.30.2-1_arm64.deb ++git-man 1:2.30.2-1 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/g/git/git-man_2.30.2-1_all.deb ++git-review 1.28.0-2 ++guile-2.2-libs 2.2.7+1-6 ++hwdata 0.345-1 ++libcap-dev 1:2.44-1 ++libclang-cpp11 1:11.0.1-2 ++libclang1-11 1:11.0.1-2 ++liberror-perl 0.17029-1 ++libhwloc-dev 1.11.12-3 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/h/hwloc/libhwloc-dev_1.11.12-3_arm64.deb ++libhwloc5 1.11.12-3 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/h/hwloc/libhwloc5_1.11.12-3_arm64.deb ++libjs-mathjax 2.7.9+dfsg-1 ++libjson-c-dev 0.15-2+deb11u1 ++libjsoncpp24 1.9.4-4 ++libltdl-dev 2.4.6-15 ++libncurses-dev 6.2+20201114-2 https://snapshot.debian.org/archive/debian/20220703T032011Z/pool/main/n/ncurses/libncurses-dev_6.2%2B20201114-2_arm64.deb ++libnuma-dev 2.0.12-1+b1 ++libopts25-dev 1:5.18.16-4 ++libpython2-stdlib 2.7.18-3 ++libpython2.7 2.7.18-8+deb11u1 https://snapshot.debian.org/archive/debian/20230926T090746Z/pool/main/p/python2.7/libpython2.7_2.7.18-8%2Bdeb11u1_arm64.deb ++libpython2.7-minimal 2.7.18-8+deb11u1 https://snapshot.debian.org/archive/debian/20230926T090746Z/pool/main/p/python2.7/libpython2.7-minimal_2.7.18-8%2Bdeb11u1_arm64.deb ++libpython2.7-stdlib 2.7.18-8+deb11u1 https://snapshot.debian.org/archive/debian/20230926T090746Z/pool/main/p/python2.7/libpython2.7-stdlib_2.7.18-8%2Bdeb11u1_arm64.deb ++libpython2.7-dev 2.7.18-8+deb11u1 https://snapshot.debian.org/archive/debian/20230926T090746Z/pool/main/p/python2.7/libpython2.7-dev_2.7.18-8%2Bdeb11u1_arm64.deb ++librhash0 1.4.1-2 ++libsimdjson5 0.7.1-1 ++libstdc++-10-dev 10.2.1-6 ++libxapian30 1.4.18-3+deb11u1 ++pandoc 2.9.2.1-1+deb11u1 ++pandoc-data 2.9.2.1-1+deb11u1 ++pkg-config 0.29.2-1 ++pybind11-dev 2.6.2-1 ++python3-oslo.messaging 12.5.2-1 https://snapshot.debian.org/archive/debian/20210331T144200Z/pool/main/p/python-oslo.messaging/python3-oslo.messaging_12.5.2-1_all.deb ++python3-prometheus-client 0.7.1-1.1 https://snapshot.debian.org/archive/debian/20191124T025632Z/pool/main/p/python-prometheus-client/python3-prometheus-client_0.7.1-1.1_all.deb ++python-requests-doc 2.25.1+dfsg-2 ++python2 2.7.18-3 ++python2-minimal 2.7.18-3 ++python2.7 2.7.18-8+deb11u1 https://snapshot.debian.org/archive/debian/20230926T090746Z/pool/main/p/python2.7/python2.7_2.7.18-8%2Bdeb11u1_arm64.deb ++python2.7-minimal 2.7.18-8+deb11u1 https://snapshot.debian.org/archive/debian/20230926T090746Z/pool/main/p/python2.7/python2.7-minimal_2.7.18-8%2Bdeb11u1_arm64.deb ++python2.7-dev 2.7.18-8+deb11u1 https://snapshot.debian.org/archive/debian/20230926T090746Z/pool/main/p/python2.7/python2.7-dev_2.7.18-8%2Bdeb11u1_arm64.deb ++python3-all 3.9.2-3 ++python3-dev 3.9.2-3 ++python3-doc 3.9.2-3 ++python3-intelhex 2.1-2.2 ++python3-pybind11 2.6.2-1 ++python3-thriftpy 0.3.9+ds1-1+b5 ++python3.9-doc 3.9.2-1 ++sphinx-doc 3.4.3-2 ++trace-cmd 2.9.1-1 ++tree 1.8.0-1 ++unzip 6.0-26+deb11u1 ++usb.ids 2022.05.20-0+deb11u1 https://snapshot.debian.org/archive/debian/20220702T033910Z/pool/main/u/usb.ids/usb.ids_2022.05.20-0+deb11u1_all.deb +diff --git a/debian-mirror-tools/config/debian/distro/os-std_arm64.lst b/debian-mirror-tools/config/debian/distro/os-std_arm64.lst +new file mode 100644 +index 0000000..70eda79 +--- /dev/null ++++ b/debian-mirror-tools/config/debian/distro/os-std_arm64.lst +@@ -0,0 +1,9 @@ ++#The OS binary packages that depended by StarlingX patched packages, ++#but they are not in the base packages list ++# This installs kdump and its dependency on Debian ++makedumpfile 1:1.6.8-4 ++kexec-tools 1:2.0.20-2.1 ++crash 7.2.9-2 ++liblzo2-2 2.10-2 ++pigz 2.6-1 ++yajl-tools 2.1.0-3+deb11u2 +-- +2.30.2 + diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0006-WA-Workaround-for-missing-README-file.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0006-WA-Workaround-for-missing-README-file.patch new file mode 100644 index 00000000..9720321c --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0006-WA-Workaround-for-missing-README-file.patch @@ -0,0 +1,28 @@ +From 3c8b68f7df132ee1de4a06290a29d12bc29d8051 Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Tue, 17 Oct 2023 14:45:02 +0800 +Subject: [PATCH 6/9] WA - Workaround for missing README file + +Signed-off-by: Jackie Huang +Change-Id: I5bab62ddcc00c6ae3e32000668309b1e7543233b +--- + stx/dockerfiles/stx-lat-tool_arm64.Dockerfile | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile b/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile +index 6b249c2..9a8b3f8 100644 +--- a/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile ++++ b/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile +@@ -72,6 +72,9 @@ RUN sed -i 's/linux-image-arm64/linux-image-stx-arm64/g' /opt/LAT/SDK/sysroots/a + + RUN sed -i 's/Wind River Linux Graphics development .* ostree/StarlingX ostree/g' /opt/LAT/SDK/sysroots/cortexa57-wrs-linux/boot/efi/EFI/BOOT/grub.cfg + ++# Workaround for missing README file ++RUN cp /opt/LAT/SDK/sysroots/aarch64-wrlinuxsdk-linux/usr/share/genimage/doc/target_intel-socfpga-64.README.md.in /opt/LAT/SDK/sysroots/aarch64-wrlinuxsdk-linux/usr/share/genimage/doc/target_qemuarm64.README.md.in ++ + # Add vimrc + COPY stx/toCOPY/common/vimrc.local /etc/vim/vimrc.local + RUN chmod 0644 /etc/vim/vimrc.local +-- +2.30.2 + diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0007-WA-lat-update-the-LAT-path.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0007-WA-lat-update-the-LAT-path.patch new file mode 100644 index 00000000..a95bc6ec --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0007-WA-lat-update-the-LAT-path.patch @@ -0,0 +1,28 @@ +From 5d8dca4341f166498af2c314d9fd89564ae5fa35 Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Tue, 17 Oct 2023 15:11:34 +0800 +Subject: [PATCH 7/9] WA - lat: update the LAT path + +Signed-off-by: Jackie Huang +Change-Id: I4dee0d6142a6d69386562a90b735cc7a9bab8b91 +--- + stx/dockerfiles/stx-lat-tool_arm64.Dockerfile | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile b/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile +index 9a8b3f8..a1521f6 100644 +--- a/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile ++++ b/stx/dockerfiles/stx-lat-tool_arm64.Dockerfile +@@ -17,7 +17,8 @@ FROM debian:bullseye + MAINTAINER Jackie Huang + + ARG STX_MIRROR_URL=https://mirror.starlingx.windriver.com/mirror +-ARG LAT_BINARY_RESOURCE_PATH=${STX_MIRROR_URL}/lat-sdk/lat-sdk-20231206 ++#ARG LAT_BINARY_RESOURCE_PATH=${STX_MIRROR_URL}/lat-sdk/lat-sdk-20231206 ++ARG LAT_BINARY_RESOURCE_PATH=http://147.11.105.121:5088/3_open_source/stx/images-arm64/lat-sdk/lat-sdk-build_20230525 + + # Update certificates + RUN apt-get -y update && apt-get -y install --no-install-recommends ca-certificates && update-ca-certificates +-- +2.30.2 + diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0008-WA-builder-remove-STX_MIRROR_UTL.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0008-WA-builder-remove-STX_MIRROR_UTL.patch new file mode 100644 index 00000000..8800a3ec --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0008-WA-builder-remove-STX_MIRROR_UTL.patch @@ -0,0 +1,38 @@ +From 8410a1ac80e2f40057583c10d287016afaed5f0f Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Wed, 28 Feb 2024 22:22:55 +0800 +Subject: [PATCH 8/9] WA - builder: remove STX_MIRROR_UTL + +Signed-off-by: Jackie Huang +Change-Id: I454ba05b3231550b45f2ce12309237dc0ad6daa0 +--- + stx/toCOPY/builder/finishSetup.sh | 6 ------ + 1 file changed, 6 deletions(-) + +diff --git a/stx/toCOPY/builder/finishSetup.sh b/stx/toCOPY/builder/finishSetup.sh +index 7127f43..2347442 100755 +--- a/stx/toCOPY/builder/finishSetup.sh ++++ b/stx/toCOPY/builder/finishSetup.sh +@@ -4,7 +4,6 @@ + + REPOMGR=aptly + if [ "$REPOMGR" == "aptly" ]; then +- STX_MIRROR="${STX_MIRROR_URL}/debian/debian/deb.debian.org/debian/${DEBIAN_DISTRIBUTION}-${DEBIAN_VERSION} ${DEBIAN_DISTRIBUTION} main" + REPO_SNAPSHOT="[check-valid-until=no] ${DEBIAN_SNAPSHOT} ${DEBIAN_DISTRIBUTION} main" + REPO_BIN="deb [trusted=yes] ${REPOMGR_DEPLOY_URL}deb-local-binary ${DEBIAN_DISTRIBUTION} main" + REPO_SRC="deb-src [trusted=yes] ${REPOMGR_DEPLOY_URL}deb-local-source ${DEBIAN_DISTRIBUTION} main" +@@ -21,11 +20,6 @@ if [ "$REPOMGR" == "aptly" ]; then + sed -i "1i\\deb ${REPO_SNAPSHOT}" /etc/apt/sources.list + sed -i "1i\\deb-src ${REPO_SNAPSHOT}" /etc/apt/sources.list + fi +- ret=`grep ${STX_MIRROR_URL} /etc/apt/sources.list` +- if [ "x$ret" == "x" ]; then +- sed -i "1i\\deb ${STX_MIRROR}" /etc/apt/sources.list +- sed -i "1i\\deb-src ${STX_MIRROR}" /etc/apt/sources.list +- fi + fi + + addgroup -gid 751 cgts > /dev/null 2>&1 +-- +2.30.2 + diff --git a/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0009-WA-pkgbuilder-remove-STX_MIRROR_URL.patch b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0009-WA-pkgbuilder-remove-STX_MIRROR_URL.patch new file mode 100644 index 00000000..d5c8fe92 --- /dev/null +++ b/scripts/build_inf_debian/meta-patches-arm/stx90/stx-tools/0009-WA-pkgbuilder-remove-STX_MIRROR_URL.patch @@ -0,0 +1,27 @@ +From 5f29e7ac97eeb0cfe3930a3e0b9f0955aad1c40e Mon Sep 17 00:00:00 2001 +From: Jackie Huang +Date: Tue, 17 Oct 2023 14:50:47 +0800 +Subject: [PATCH 9/9] WA - pkgbuilder: remove STX_MIRROR_URL + +Signed-off-by: Jackie Huang +Change-Id: Ibb1d5e66998434fb0617feb8835bb49f11ec87a1 +--- + stx/toCOPY/pkgbuilder/debbuilder.conf | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/stx/toCOPY/pkgbuilder/debbuilder.conf b/stx/toCOPY/pkgbuilder/debbuilder.conf +index 2dcfe6f..f94b69b 100644 +--- a/stx/toCOPY/pkgbuilder/debbuilder.conf ++++ b/stx/toCOPY/pkgbuilder/debbuilder.conf +@@ -36,8 +36,6 @@ $external_commands = { + 'cp /etc/apt/sources.list tmp.list', + 'cat tmp.list', + 'sed -i "1 i\deb [trusted=yes] http://stx-stx-repomgr:80/deb-local-binary @DEBIAN_DISTRIBUTION@ main" tmp.list', +- 'echo "deb @STX_MIRROR_URL@/debian/debian/deb.debian.org/debian/@DEBIAN_DISTRIBUTION@-@DEBIAN_VERSION@ @DEBIAN_DISTRIBUTION@ main" >> tmp.list', +- 'echo "deb-src @STX_MIRROR_URL@/debian/debian/deb.debian.org/debian/@DEBIAN_DISTRIBUTION@-@DEBIAN_VERSION@ @DEBIAN_DISTRIBUTION@ main" >> tmp.list', + 'awk \'!a[$0]++\' tmp.list > new.list && mv -f new.list /etc/apt/sources.list', + 'cat /etc/apt/sources.list', + 'echo "Package: *" > /etc/apt/preferences.d/local_repos', +-- +2.30.2 +