-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 09 May 2024 08:44:38 +0300
Source: qemu
Binary: qemu-block-extra qemu-block-extra-dbgsym qemu-guest-agent qemu-guest-agent-dbgsym qemu-system qemu-system-arm qemu-system-arm-dbgsym qemu-system-common qemu-system-common-dbgsym qemu-system-gui qemu-system-gui-dbgsym qemu-system-mips qemu-system-mips-dbgsym qemu-system-misc qemu-system-misc-dbgsym qemu-system-ppc qemu-system-ppc-dbgsym qemu-system-sparc qemu-system-sparc-dbgsym qemu-system-x86 qemu-system-x86-dbgsym qemu-user qemu-user-binfmt qemu-user-dbgsym qemu-user-static qemu-user-static-dbgsym qemu-utils qemu-utils-dbgsym
Architecture: ppc64el
Version: 1:7.2+dfsg-7+deb12u6
Distribution: bookworm
Urgency: medium
Maintainer: ppc64el Build Daemon (ppc64el-osuosl-02) <buildd_ppc64el-ppc64el-osuosl-02@buildd.debian.org>
Changed-By: Michael Tokarev <mjt@tls.msk.ru>
Description:
 qemu-block-extra - extra block backend modules for qemu-system and qemu-utils
 qemu-guest-agent - Guest-side qemu-system agent
 qemu-system - QEMU full system emulation binaries
 qemu-system-arm - QEMU full system emulation binaries (arm)
 qemu-system-common - QEMU full system emulation binaries (common files)
 qemu-system-gui - QEMU full system emulation binaries (user interface and audio sup
 qemu-system-mips - QEMU full system emulation binaries (mips)
 qemu-system-misc - QEMU full system emulation binaries (miscellaneous)
 qemu-system-ppc - QEMU full system emulation binaries (ppc)
 qemu-system-sparc - QEMU full system emulation binaries (sparc)
 qemu-system-x86 - QEMU full system emulation binaries (x86)
 qemu-user  - QEMU user mode emulation binaries
 qemu-user-binfmt - QEMU user mode binfmt registration for qemu-user
 qemu-user-static - QEMU user mode emulation binaries (static version)
 qemu-utils - QEMU utilities
Closes: 1068819 1068820 1068821
Changes:
 qemu (1:7.2+dfsg-7+deb12u6) bookworm; urgency=medium
 .
   * update to upstream 7.2.11 stable/bugfix release, v7.2.11.diff,
     https://gitlab.com/qemu-project/qemu/-/commits/v7.2.11 :
     - Update version for 7.2.11 release
     - ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.
     - ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.
     - target/sh4: add missing CHECK_NOT_DELAY_SLOT
     - hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set
       (Closes: #1068821, CVE-2024-3447)
     - hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition
     - hw/net/lan9118: Fix overflow in MIL TX FIFO
     - backends/cryptodev: Do not abort for invalid session ID
     - hw/misc/applesmc: Fix memory leak in reset() handler
     - hw/block/nand: Fix out-of-bound access in NAND block buffer
     - hw/block/nand: Have blk_load() take unsigned offset and return boolean
     - hw/block/nand: Factor nand_load_iolen() method out
     - qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo
     - hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs
       (Closes: #1068820, CVE-2024-3446)
     - hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs
       (Closes: #1068820, CVE-2024-3446)
     - hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
       (Closes: #1068820, CVE-2024-3446)
     - hw/virtio: Introduce virtio_bh_new_guarded() helper
     - linux-user: Fix waitid return of siginfo_t and rusage
     - tcg/optimize: Do not attempt to constant fold neg_vec
     - hw/virtio: Fix packed virtqueue flush used_idx
     - hw/net/virtio-net: fix qemu set used ring flag even vhost started
     - hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabled
     - gitlab-ci/cirrus: switch from 'master' to 'latest'
     - target/hppa: Clear psw_n for BE on use_nullify_skip path
     - tcg/optimize: Fix sign_mask for logical right-shift
     - virtio-net: Fix vhost virtqueue notifiers for RSS
     - monitor/hmp-cmds-target: Append a space in error message in gpa2hva()
     - hw/scsi/scsi-generic: Fix io_timeout property not applying
     - target/loongarch: Fix qemu-system-loongarch64 assert failed
       with the option '-d int'
     - target/i386: Revert monitor_puts() in do_inject_x86_mce()
     - target/i386: fix direction of "32-bit MMU" test
     - target/i386: use separate MMU indexes for 32-bit accesses
     - target/i386: introduce function to query MMU indices
     - tests: Raise timeouts for bufferiszero and crypto-tlscredsx509
     - tests/unit: Bump test-replication timeout to 60 seconds
     - tests/unit: Bump test-crypto-block test timeout to 5 minutes
     - tests/unit: Bump test-aio-multithread test timeout to 2 minutes
     - migration: Skip only empty block devices
     - hmat acpi: Fix out of bounds access due to missing use of indirection
     - pcie_sriov: Validate NumVFs
       (Closes: #1068819, CVE-2024-26327)
     - hw/nvme: Use pcie_sriov_num_vfs()
       (Closes: #1068819, CVE-2024-26328)
     - pcie: Introduce pcie_sriov_num_vfs
     - hw/nvme: add machine compatibility parameter to enable msix exclusive bar
     - hw/nvme: generalize the mbar size helper
     - hw/nvme: separate 'serial' property for VFs
     - hw/nvme: cleanup error reporting in nvme_init_pci()
     - hw/nvme: clean up confusing use of errp/local_err
     - Avoid unaligned fetch in ladr_match()
     - e1000e: fix link state on resume
     - make-release: switch to .xz format by default
     - hw/scsi/lsi53c895a: add timer to scripts processing
     - hw/scsi/lsi53c895a: add missing decrement of reentrancy counter
     - hw/scsi/lsi53c895a: stop script on phase mismatch
     - system/qdev-monitor: move drain_call_rcu call
       under if (!dev) in qmp_device_add()
     - hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later
     - target/arm: Fix SME full tile indexing
     - tests/tcg/aarch64/sysregs.c: Use S syntax for
       id_aa64zfr0_el1 and id_aa64smfr0_el1
     - target/arm: align exposed ID registers with Linux
     - ui/cocoa: Fix window clipping on macOS 14
     - gitlab: update FreeBSD Cirrus CI image to 13.3
   * update to upstream 7.2.10 stable/bugfix release, v7.2.10.diff,
     https://gitlab.com/qemu-project/qemu/-/commits/v7.2.10 :
     - Update version for 7.2.10 release
     - target/i386: the sgx_epc_get_section stub is reachable
     - tests/unit/test-blockjob: Disable complete_in_standby test
     - tests/qtest/display-vga-test: Add proper checks if a device is available
     - test-vmstate: fix bad GTree usage, use-after-free
     - tests/unit/test-util-sockets: Remove temporary file after test
     - hw/usb/bus.c: PCAP adding 0xA in Windows version
     - gitlab: force allow use of pip in Cirrus jobs
     - tests/vm: avoid re-building the VM images all the time
     - tests/vm: update openbsd image to 7.4
     - target/i386: leave the A20 bit set in the final NPT walk
     - target/i386: remove unnecessary/wrong application of the A20 mask
     - target/i386: Fix physical address truncation
     - target/i386: check validity of VMCB addresses
     - target/i386: mask high bits of CR3 in 32-bit mode
     - pl031: Update last RTCLR value on write in case it's read back
     - hw/nvme: fix invalid endian conversion
     - target/ppc: Fix lxv/stxv MSR facility check
     - .gitlab-ci.d/windows.yml: Drop msys2-32bit job
     - system/vl: Update description for input grab key
     - docs/system: Update description for input grab key
     - audio: Depend on dbus_display1_dep
     - meson: ensure dbus-display generated code is built before other units
     - ui/console: Fix console resize with placeholder surface
     - ui/clipboard: add asserts for update and request
     - ui/clipboard: mark type as not available when there is no data
       (Closes: CVE-2023-6683, already fixed in debian)
     - ui: reject extended clipboard message if not activated
     - target/i386: Generate an illegal opcode exception on cmp instructions
       with lock prefix
     - i386/cpuid: Move leaf 7 to correct group
     - i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
     - i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and
       FEAT_XSAVE_XSS_HI leafs
     - i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE
       is not available
     - iotests: Make 144 deterministic again
     - target/arm: Don't get MDCR_EL2 in pmu_counter_enabled()
       before checking ARM_FEATURE_PMU
     - target/arm: Fix SVE/SME gross MTE suppression checks
     - target/arm: Fix nregs computation in do_{ld,st}_zpa
     - linux-user/aarch64: Choose SYNC as the preferred MTE mode
     - tests/acpi: Update DSDT.cxl to reflect change _STA return value.
     - hw/i386: Fix _STA return value for ACPI0017
     - tests/acpi: Allow update of DSDT.cxl
     - smmu: Clear SMMUPciBus pointer cache when system reset
     - virtio_iommu: Clear IOMMUPciBus pointer cache when system reset
     - hw/cxl: Pass CXLComponentState to cache_mem_ops
     - cxl/cdat: Fix header sum value in CDAT checksum
     - cxl/cdat: Handle cdat table build errors
     - vhost-user.rst: Fix vring address description
     - hw/smbios: Fix port connector option validation
     - hw/smbios: Fix OEM strings table option validation
     - pci-host: designware: Limit value range of iATU viewport register
     - qemu-options.hx: Improve -serial option documentation
     - system/vl.c: Fix handling of '-serial none -serial something'
     - target/arm: fix exception syndrome for AArch32 bkpt insn
     - block/blkio: Make s->mem_region_alignment be 64 bits
     - qemu-docs: Update options for graphical frontends
     - migration: Fix use-after-free of migration state object
   * d/patches: remove
     revert-monitor-only-run-coroutine-commands-in-qemu_aio_context.patch
     This one turned out to be innocent, cryptsetup CI fails anyway.
   * d/patches: remove now included upstream
     ui-clipboard-mark-type-as-not-available-when-no-data-CVE-2023-6683.patch
   * d/changelog: mention previous CVE fixes:
     - CVE-2023-3019 fixed by 7.2+dfsg-7+deb12u4
     - CVE-2024-24474 & CVE-2023-5088 fixed by 7.2+dfsg-7+deb12u3
     - CVE-2023-3301 fixed by 7.2+dfsg-7+deb12u1
Checksums-Sha1:
 a57f132956a700728b007039d215dea627b38616 215584 qemu-block-extra-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 cb714d093df453347749e7a857b5757034aaab4a 102856 qemu-block-extra_7.2+dfsg-7+deb12u6_ppc64el.deb
 aff09715e5d050d2605d582c0f002eb6196bf580 1007592 qemu-guest-agent-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 6df7dd0bcc59903fecb233a433acf245d1aa6798 354080 qemu-guest-agent_7.2+dfsg-7+deb12u6_ppc64el.deb
 b2de22edadb40686aa59d08870fbb1d316d84efa 37097348 qemu-system-arm-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 febc8562e74c4ec4cd666cffe931e30725778c8a 9052260 qemu-system-arm_7.2+dfsg-7+deb12u6_ppc64el.deb
 fa2a6b440496564c169963c5e27fd96fc78578ee 7102688 qemu-system-common-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 2c6ce19cd9d4851afc3a5cd0e671743ca779aaec 2233460 qemu-system-common_7.2+dfsg-7+deb12u6_ppc64el.deb
 4ab1c6110327eb9a80ca1ae30634b8f2b41137be 1072972 qemu-system-gui-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 c454695a0077d8b9b9216b1a3264c1b3c4964300 326424 qemu-system-gui_7.2+dfsg-7+deb12u6_ppc64el.deb
 2ede21d7bc732064d67d0467b1ba2ed686932786 49493812 qemu-system-mips-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 d143a74301a3f5597d8121ca3ecfe8383a3fe28e 13429752 qemu-system-mips_7.2+dfsg-7+deb12u6_ppc64el.deb
 ecac32c1168586143af468705a34c3141eacc146 173675296 qemu-system-misc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 1b6dc7c8cf12fa889e1928efabfcbfb3d348ea7c 50655012 qemu-system-misc_7.2+dfsg-7+deb12u6_ppc64el.deb
 930d1285879b40c22f4dc83ea5a11f5f852c3ea9 29187712 qemu-system-ppc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 1d88760f23ef49aeb537ebc04689f1473d9b45c7 7715936 qemu-system-ppc_7.2+dfsg-7+deb12u6_ppc64el.deb
 83a3f30d3728e6c304829bcc0bdf59b917ed6e9a 19066908 qemu-system-sparc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 f0f08a77e18c26e262bfcede9b44de3791cf3d66 5270384 qemu-system-sparc_7.2+dfsg-7+deb12u6_ppc64el.deb
 d83323fec7ff4081550c4d0fe32ec302ef672175 26271828 qemu-system-x86-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 c94bccab1871f342ba2ce1f2b37fa478faaa6a99 7156652 qemu-system-x86_7.2+dfsg-7+deb12u6_ppc64el.deb
 8a82d3b58969f4c6e8361a6f41d24b26c5ba61ce 44264 qemu-system_7.2+dfsg-7+deb12u6_ppc64el.deb
 2687e67639ea27af47497e123bddf63d248ba72c 5480 qemu-user-binfmt_7.2+dfsg-7+deb12u6_ppc64el.deb
 ab4aaa002b2a7b272a56b7a32ff98a57c1498d30 130063812 qemu-user-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 ed5c33437560d473c70afae7e40af0ed010ca016 127372036 qemu-user-static-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 d6f58cba52af13024922ef300d5faa89171e5cc7 60243808 qemu-user-static_7.2+dfsg-7+deb12u6_ppc64el.deb
 9c70416a415e8e5c9dfa80fb3c7b5b4731cd4245 13355256 qemu-user_7.2+dfsg-7+deb12u6_ppc64el.deb
 de237a584744be59dee99b2d5fd1190d5b446d58 7505252 qemu-utils-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 9a8e7a7b3134d19cc8e5144569e471d45d84fd59 1330664 qemu-utils_7.2+dfsg-7+deb12u6_ppc64el.deb
 63dad93217aafdc6748b6d8f11038370e5722cf9 29386 qemu_7.2+dfsg-7+deb12u6_ppc64el-buildd.buildinfo
Checksums-Sha256:
 c48b0ce1b818f4f0b95341407e3737647ceb216ba5f9e20a7074d76b512b1380 215584 qemu-block-extra-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 c28c7b6a95bb3fa169d283d2916ee5f22407390834e0a664c3797f7443ceec64 102856 qemu-block-extra_7.2+dfsg-7+deb12u6_ppc64el.deb
 be865e9374e191dab8bc0b08b538bed8f088ef1fbea07d985ac335f192c25023 1007592 qemu-guest-agent-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 a8f7c1b2ea68c7337f5e9c378d4ad2c13478cc7f925d0e8a0d32c987da8c84e7 354080 qemu-guest-agent_7.2+dfsg-7+deb12u6_ppc64el.deb
 2851416e9b88345328b457f10fa9460337f41a953d9fcb9c392a4934ed9b9894 37097348 qemu-system-arm-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 03b13144d9c721ee6b0c9ad7c450ea8aa06b2c2e5eb7f24e5bdcb57d3b8a2dc3 9052260 qemu-system-arm_7.2+dfsg-7+deb12u6_ppc64el.deb
 701e1635c30ffbf48aead815364d2aef4703f8e8f93d920ab61a78d06819b6c1 7102688 qemu-system-common-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 5571e3ac36874dcf3aa887149555e5fa10074ab216b926c2f87e9be01878583f 2233460 qemu-system-common_7.2+dfsg-7+deb12u6_ppc64el.deb
 fea0ad8c6e13aef8b8ad9afd49a014c54176962fea2c2a16d54638e043fa254a 1072972 qemu-system-gui-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 96ce1a58de4018f91c9cf0f252caa6035bfbd18c5267582142c6929217ef6d58 326424 qemu-system-gui_7.2+dfsg-7+deb12u6_ppc64el.deb
 05a3fcbc979dcc230f607102f9b02f74d97f4764628584de8a856abf32de59b4 49493812 qemu-system-mips-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 dd1a137795a1770e0826e652537fe4400eb6c3ad86ff537e187b9b70edf2d999 13429752 qemu-system-mips_7.2+dfsg-7+deb12u6_ppc64el.deb
 07bbd2669153bbc24167a5c6d7bace84142e35bf9fe5c039a3a3236aa8fa5d09 173675296 qemu-system-misc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 a2d6ca9b263bd2edf055f8234d93ad3c6468cb1f50569fba2cb834a7fd4ace20 50655012 qemu-system-misc_7.2+dfsg-7+deb12u6_ppc64el.deb
 27ad8f2df70c2a34b0a187cd0adf2d7a8b61d1d7c08e54ffbb6cc91cd9a08a51 29187712 qemu-system-ppc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 bb5588ee3b0598029509e3a20ac7a5bb327062f345ac909c7b763e864f1bae0c 7715936 qemu-system-ppc_7.2+dfsg-7+deb12u6_ppc64el.deb
 ab8febae1f4465793072dc568ee07e7e464e867df770261019093b6a04447496 19066908 qemu-system-sparc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 36f2b6a99251720ac9faec074384d76094adb3261159d5722b21bcf9d1e0b175 5270384 qemu-system-sparc_7.2+dfsg-7+deb12u6_ppc64el.deb
 cebc97060527e46e046069e7df13e6ba4d4d51b66407712ee3f2fda9a4b521c7 26271828 qemu-system-x86-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 78ef20447658567bb70bf6332f14cb5ca52a0f6c62502efe09ffe1ccc81a8fbb 7156652 qemu-system-x86_7.2+dfsg-7+deb12u6_ppc64el.deb
 882755e85f6367582ee7d2ac7679a0af09ef77c12c6940895730a30571f73b16 44264 qemu-system_7.2+dfsg-7+deb12u6_ppc64el.deb
 abcdcd337b5cecc99554f224af1301ca2e458c24de373bfb670aac8ce874bae8 5480 qemu-user-binfmt_7.2+dfsg-7+deb12u6_ppc64el.deb
 3adb5971a8551b7c66fe00bbc10fea02533de257c75e15f046debc039c6754b6 130063812 qemu-user-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 9634355bd04caf0d6127f560c6a9d2d6d7b997d92ad73bd6a871dad1d53803fc 127372036 qemu-user-static-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 321815dcdccfe8b6058e934df657cb4b84656b2093ca6250f7e6addddbf1aaad 60243808 qemu-user-static_7.2+dfsg-7+deb12u6_ppc64el.deb
 18a78043123e3e77d47501560af0b004be53c10871b9d3358534e87b357917e4 13355256 qemu-user_7.2+dfsg-7+deb12u6_ppc64el.deb
 10d3f4d8ab53fd27691d11e804191cbf14a1a88c0516ee423a96997ab62e3600 7505252 qemu-utils-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 6076c484dc995d7a44cc7de99209f7bf3dacbf2f3a07755be11e4eb6bd49e8ef 1330664 qemu-utils_7.2+dfsg-7+deb12u6_ppc64el.deb
 7868c5a1db4990b138e66e4b3b7e6bab320cb6d8bc97a88aeefdfadf894a46db 29386 qemu_7.2+dfsg-7+deb12u6_ppc64el-buildd.buildinfo
Files:
 677e5ee745d2095b614c0a198c419bdd 215584 debug optional qemu-block-extra-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 38d20594656dffb7c005b90f0f78640f 102856 otherosfs optional qemu-block-extra_7.2+dfsg-7+deb12u6_ppc64el.deb
 e2d8903b41c484ceed29aa065449267c 1007592 debug optional qemu-guest-agent-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 cf7fb02c9bacfc0dabc334259fc67fe0 354080 otherosfs optional qemu-guest-agent_7.2+dfsg-7+deb12u6_ppc64el.deb
 c51f78370cca416472188fb5f1b9bcaf 37097348 debug optional qemu-system-arm-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 49873d9b9c444a2e3ebbd886c8aec0c7 9052260 otherosfs optional qemu-system-arm_7.2+dfsg-7+deb12u6_ppc64el.deb
 0104a9d76923673a50c4493fc698c326 7102688 debug optional qemu-system-common-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 7d9f21fe778aa97d34380ac4bcbe5d7b 2233460 otherosfs optional qemu-system-common_7.2+dfsg-7+deb12u6_ppc64el.deb
 3c56df9b180541c6ace2dac9e0e6becb 1072972 debug optional qemu-system-gui-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 f8bd5a357ae72f2cb9e13acfcf0295c6 326424 otherosfs optional qemu-system-gui_7.2+dfsg-7+deb12u6_ppc64el.deb
 2bc2b3071a501e6e2ca41210e3e665d7 49493812 debug optional qemu-system-mips-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 e87aff9f1480cb22aab9f136101ebb85 13429752 otherosfs optional qemu-system-mips_7.2+dfsg-7+deb12u6_ppc64el.deb
 1872af84888160ce7211a90bf21c2fe2 173675296 debug optional qemu-system-misc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 aa17f2de63260519cd2365d3528c8674 50655012 otherosfs optional qemu-system-misc_7.2+dfsg-7+deb12u6_ppc64el.deb
 c3adcadcddfbb070dde70a19db6e069f 29187712 debug optional qemu-system-ppc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 121fceb812bf220a6aefd16c9929b34c 7715936 otherosfs optional qemu-system-ppc_7.2+dfsg-7+deb12u6_ppc64el.deb
 9f7b2ba6b3e8958dd5095dbe8e77b032 19066908 debug optional qemu-system-sparc-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 360e4ac129775653e2dd57c535327cad 5270384 otherosfs optional qemu-system-sparc_7.2+dfsg-7+deb12u6_ppc64el.deb
 1021fb21a59a19f70cb6b169cba62734 26271828 debug optional qemu-system-x86-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 b77d6f12e86a1a13d10aab82cec65543 7156652 otherosfs optional qemu-system-x86_7.2+dfsg-7+deb12u6_ppc64el.deb
 c39c23ecfcad1f39e148731a537654e3 44264 otherosfs optional qemu-system_7.2+dfsg-7+deb12u6_ppc64el.deb
 53a2feeffaaea6f5f8e1c4d9c7daee0d 5480 otherosfs optional qemu-user-binfmt_7.2+dfsg-7+deb12u6_ppc64el.deb
 e8d3d714ec17a9393256749c0e6372bf 130063812 debug optional qemu-user-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 90df3e5304a05be160ae1a2d4a2c52f1 127372036 debug optional qemu-user-static-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 3df7292660e23c53bd50861d48a78800 60243808 otherosfs optional qemu-user-static_7.2+dfsg-7+deb12u6_ppc64el.deb
 3f99e9f882ea3933163395fbe54b03f5 13355256 otherosfs optional qemu-user_7.2+dfsg-7+deb12u6_ppc64el.deb
 b68724d2132e578c3179ff96566dbc91 7505252 debug optional qemu-utils-dbgsym_7.2+dfsg-7+deb12u6_ppc64el.deb
 b6ff5ab5e8e4092410fa919113b1b609 1330664 otherosfs optional qemu-utils_7.2+dfsg-7+deb12u6_ppc64el.deb
 fa671db7584cdc21a8fd80d1af4ab1c7 29386 otherosfs optional qemu_7.2+dfsg-7+deb12u6_ppc64el-buildd.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEHDNCkvGgp2XShfnByW8ECaj2byoFAmZSb6MACgkQyW8ECaj2
bypblxAAg1fwnvFBsQD9z81DlN/4pt9uLvPweUD+9uukMOa9UH4klOpket2/sTFJ
6XojI8svMO/Uj/BNsKNo8tIBuuvXJPtlVbd9vO1MgCtIFNEqQq/Wkb7kB8r5nOGd
fUtr9++k5z8fytr9eNeSFgiWhxMH3/jdZ7edLYCzJm2hKN7kg2Hsu1GIap6/MA3a
c7AlmgjPsiHa1CZkx/5LHLUNwjAMkV3hpzAFyUiSnQg8/wkpl0fzmZXtWjzy0805
auK9ZYuUavjyJghbv/BGefy+bkna0Hd0X6YVcHfJAXkxyJGAyYxyjMLqGnE6FmDF
hbEYIhhl8PO5BjNgVNlVe7RYhaZooac7Qc73fRuTg2Ht4cDdUpMSttwTEUgJGhvj
xyRrJjp06KoKatj7gNGc16cXPLAy4yqLdfO6LtJJELHasbPFGHPA74ZkaFDH7zIb
cXq2M22BHGMWyBINYgSPzS1QwqEtiiBJeX3kymcdVYGT37oA7v+lDYCMO8gKdZwS
hlAE8Gu2CBJ5IYtah5tQVeSQO/2wS7tTzrFAjctQjj/8zCE9ShSgsMwGuCaY7TLk
eDxThKrGcIZ4/Tc52uppU1KZxgbHh8O/j5zYC1+riokzTHiNP9jtFR3XLhYRxcd3
63nlcXpfxyklkMf90zCcn2KjTjFfBjm5f8gN25+5LTBUdtjIkKM=
=PotB
-----END PGP SIGNATURE-----