-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 29 Aug 2026 20:55:40 +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-modules-opengl qemu-system-modules-opengl-dbgsym qemu-system-modules-spice qemu-system-modules-spice-dbgsym qemu-system-ppc qemu-system-ppc-dbgsym qemu-system-riscv qemu-system-riscv-dbgsym qemu-system-s390x 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-utils qemu-utils-dbgsym Architecture: armhf Version: 1:10.0.13+ds-0+deb13u1 Distribution: trixie Urgency: medium Maintainer: armhf Build Daemon (arm-conova-01) Changed-By: Michael Tokarev 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 (graphical display and audio qemu-system-mips - QEMU full system emulation binaries (mips) qemu-system-misc - QEMU full system emulation binaries (miscellaneous) qemu-system-modules-opengl - QEMU full system emulation binaries (OpenGL display modules) qemu-system-modules-spice - QEMU full system emulation binaries (spice display modules) qemu-system-ppc - QEMU full system emulation binaries (ppc) qemu-system-riscv - QEMU full system emulation binaries (riscv) qemu-system-s390x - QEMU full system emulation binaries (s390x) qemu-system-sparc - QEMU full system emulation binaries (sparc) qemu-system-x86 - QEMU full system emulation binaries (x86) qemu-user - QEMU user mode emulation (static binaries) qemu-user-binfmt - QEMU user mode binfmt registration for qemu-user qemu-user-static - QEMU user mode emulation (compat/transitional package) qemu-utils - QEMU utilities Changes: qemu (1:10.0.13+ds-0+deb13u1) trixie; urgency=medium . * new upstream stable/bugfix release, including multiple security fixes: - Update version for 10.0.13 release - target/riscv/tcg: sret in virtual user mode raises virtual instruction exception https://gitlab.com/qemu-project/qemu/-/work_items/3622 - target/riscv: enforce even register constraints for Zdinx fcvt pairs https://gitlab.com/qemu-project/qemu/-/work_items/4109 - target/riscv: reject FMV.X.W/FMV.W.X under Zfinx https://gitlab.com/qemu-project/qemu/-/work_items/4108 - target/riscv: honor zicbo* envcfg gating in linux-user mode https://gitlab.com/qemu-project/qemu/-/work_items/4107 - disas/riscv: Fix typo in th.lbib format - disas/riscv: Fix isa decoding of rev8 - disas/riscv: Fix rv32 encoding of zext.h - target/riscv: allow menvcfg/henvcfg LPE and SSE bits on RV32 https://gitlab.com/qemu-project/qemu/-/work_items/4045 - hw/riscv/riscv-iommu: preserve requested perm in spa_fetch() - hw/riscv/riscv-iommu: fix U-bit check to apply only to leaf S/VS-stage PTEs - disas/riscv: Decode unsigned vector immediates as unsigned - disas/riscv: Use signed type for vector immediates - disas/riscv: Fix 6-bit immediate extraction - disas/riscv: Fix th.srri decoding - target/riscv: use SXL instead of MXL for read_sstatus - target/riscv: Fix PC sync in trans_sspopchk for CFI exception handling https://gitlab.com/qemu-project/qemu/-/work_items/4118 - hw/watchdog: Add lower bound check for watchdogNumber https://gitlab.com/qemu-project/qemu/-/work_items/3600 - tcg: Export tcg_gen_ussub_i{32,64,tl} - tcg: Defer tb_flush when initial thread region alloc fails https://gitlab.com/qemu-project/qemu/-/work_items/2984 - tcg: Return success from tcg_region_alloc - tcg: Return success from tcg_region_alloc__locked - target/loongarch: check FPE before reading fcc in bceqz/bcnez https://gitlab.com/qemu-project/qemu/-/work_items/4209 - meson: make linker warnings non-fatal on Linux - serial: clear transmit retry callback on unrealize https://gitlab.com/qemu-project/qemu/-/work_items/4125 - target/i386: decode opcode extensions group 3 /1 as TEST https://gitlab.com/qemu-project/qemu/-/work_items/3580 - target/i386: allow transition to virtual-8086 mode only if CPL == 0 and CPU is not in long mode https://gitlab.com/qemu-project/qemu/-/work_items/3583 - target/i386: fix long mode segment override prefix decoding https://gitlab.com/qemu-project/qemu/-/work_items/3391 - target/i386: fix incorrect decoding of EXTRQ_i https://gitlab.com/qemu-project/qemu/-/work_items/3611 - target/i386: Clear OF, SF, and AF for fcomi/fucomi https://gitlab.com/qemu-project/qemu/-/work_items/4133 - target/i386: Use correct type for get_float_exception_flags() values - tcg/optimize: Fix s_mask computation for shifts - tcg/optimize: INDEX_op_mul is commutative - hw/elf_ops: defend against weird elf headers - hw/nvme: add SPDM_SOCKET Kconfig dependency - hw/block/pflash_cfi01: Restore ROMD mode after migration https://gitlab.com/qemu-project/qemu/-/work_items/4042 - hw/net/rtl8139: Send whole of vlan-tagged packet when doing loopback - hw/net/rtl8139: Fix handling of VLAN tags on incoming short packets https://gitlab.com/qemu-project/qemu/-/work_items/3518 - tests/qtest/ahci: regression test for ATAPI read vs. drain - hw/ide/atapi: read the whole elementary transfer asynchronously - tests/qtest/ahci: cover raw (2352-byte) ATAPI CD reads - tests/qtest/libqos/ahci: support raw (2352-byte) READ CD - tests/qtest/ide-test: cover raw (2352-byte) ATAPI CD reads - tests/qtest/ide-test: add a multi-sector ATAPI DMA read test - tests/qtest/ide-test: parametrize the ATAPI CD-ROM read test - hw/net/vmxnet3: Do not abort if guest provides bad interrupt numbers https://gitlab.com/qemu-project/qemu/-/work_items/539 - hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for status https://gitlab.com/qemu-project/qemu/-/work_items/3900 - hw/intc/loongarch_pch_pic: Validate htmsi_vector before indexing parent_irq https://gitlab.com/qemu-project/qemu/-/work_items/4114 - migration/multifd: Replace assert() with error_setg() in recv paths - migration/multifd: Validate next_packet_size in zlib/zstd recv https://gitlab.com/qemu-project/qemu/-/work_items/3737 - tests/tcg/s390x: Test STCKF condition code on a faulting store - target/s390x/tcg: Set STCK/STCKF condition code after the store - pc-bios/s390-ccw.img: update s390x bios - pc-bios/s390-ccw: bound zipl menu strlen and replace VLA in zipl_print_entry - pc-bios/s390-ccw: bounds-check zipl menu entry index before array write - pc-bios/s390-ccw: fix out-of-bounds read in iso_get_file_size() - s390x/ipl: validate num_comp against iplb length before iterating - hw/char/sclpconsole-lm: avoid guest triggerable assert - tests/tcg/s390x: Test DR overflow (INT64_MIN / -1) - target/s390x: Fix DR/D INT64_MIN / -1 host crash - tests/tcg/s390x: Test PRNO TRNG interruptibility - target/s390x: Make PRNO TRNG interruptible - target/s390x: Have MSA helper pass a mmu_idx argument - hw/arm/aspeed: Add missing Kconfig dependencies on required components - linux-user: implement mount_setattr(2) - linux-user/sh4: Fix crashes on signal delivery in conditional delay slot - linux-user/sh4: Initialize the FPSCR register on signal - linux-user/sh4: Deliver SIGILL on invalid instruction - gitlab: disable provenance attestations to work around CI bug - hw/nvme: fix leak on copy ranges - hw/nvme: cancel inflight requests on controller reset https://gitlab.com/qemu-project/qemu/-/work_items/3398 https://gitlab.com/qemu-project/qemu/-/work_items/3883 https://gitlab.com/qemu-project/qemu/-/work_items/4068 https://gitlab.com/qemu-project/qemu/-/work_items/4072 - hw/nvme: factor out nvme_sq_cancel_inflight() - hw/nvme: drop AER requests without aiocb in nvme_del_sq() - hw/display/virtio-gpu: Unmap DMA regions on reset https://gitlab.com/qemu-project/qemu/-/work_items/3467 - hw/display/virtio-gpu: Always reject invalid scanout bounds - virtio-gpu: reject requests with short/truncated control headers Closes: CVE-2026-18054 - hw/display/virtio-gpu: fix offset wraparound in scanout_blob_to_fb - vhost-user-gpu: fix integer overflow in buffer allocation Closes: CVE-2026-15264 - hw/display/vga: fix panning_buf OOB after text/graphics switch https://gitlab.com/qemu-project/qemu/-/work_items/4085 Closes: CVE-2026-17516 - hw/display/virtio-gpu: validate blob iov size https://gitlab.com/qemu-project/qemu/-/work_items/3945 Closes: CVE-2026-66021 - coroutine: fix lost wakeup in qemu_co_sleep_wake() - iotests: run the test pool with the 'fork' start method - qcow2: do not try to clear the dirty bit on a read-only node - dmg: reject inconsistent UDRW chunk sector count and length https://gitlab.com/qemu-project/qemu/-/work_items/3846 Closes: CVE-2026-65928 - dmg: refuse to open files with no chunks https://gitlab.com/qemu-project/qemu/-/work_items/4021 - dmg: fix out-of-bounds load in search_chunk() https://gitlab.com/qemu-project/qemu/-/work_items/3844 Closes: CVE-2026-65929 - tests/unit: add reproducer for BlockAcctStats histogram locking race - block/qapi: take stats->lock when reading BlockAcctStats for query-blockstats - block/accounting: take stats->lock in latency histogram setters - block: Fix crash after setting latency historygram with single bin - block/cloop: fix integer overflow in total_sectors calculation - linux-user: fix incorrect msg_l[sr]pid members of target_msqid_ds - linux-user: Fix msqid_ds struct wrt 32-bit big endian architectures - hw/nvme: fix assertion failure on subregion removal - hw/nvme: fix unintentional integer overflow in shift - hw/nvme: fix cross-namespace copy dif buffer overflow - virtio-mmio: fix QUEUE_NUM_MAX https://gitlab.com/qemu-project/qemu/-/work_items/3882 Closes: CVE-2026-50626 - hw/display/exynos4210_fimd: Clamp windows to screen size https://gitlab.com/qemu-project/qemu/-/work_items/3795 - hw/display/exynos4210_fimd: Pass width to draw_line functions - hw/display/exynos4210_fimd: Factor out finding screen width/height - hw/i2c/bcm2835_i2c: Correct CLKT register offset - linux-user/sh4: allow full 32-bit address space - target/sparc: set reg window data structures currently after vmstate load - hw/net/igb: recalculate rx_desc_len on migration load - hw/net/e1000e: recalculate rx_desc_len on migration load - linux-user: fix guards for the fsmount(2) syscall series - hw/net/xilinx_axienet: Don't write checksums off end of packet - linux-user: Guard local FUTEX_CMD_MASK definition - virtio: avoid packed vring virtio_queue_empty() infinite loops https://gitlab.com/qemu-project/qemu/-/work_items/3968 Closes: CVE-2026-16457 - backends/rng: cap request size to avoid oversized allocation https://gitlab.com/qemu-project/qemu/-/work_items/3983 - hw/virtio-rng: Fix host use-after-free https://gitlab.com/qemu-project/qemu/-/work_items/3917 Closes: CVE-2026-50624 - hw/net/virtio-net: Protect from DMA re-entrancy bugs https://gitlab.com/qemu-project/qemu/-/work_items/4073 Closes: CVE-2026-66022 (again) - intel_iommu: Check address mask before using it in pasid-based iotlb invalidation https://gitlab.com/qemu-project/qemu/-/work_items/3619 - hw/cxl: fix OOB access in cxl_doe_cdat_rsp via entry_handle - hw/virtio/vdpa-dev: pass set_config buffer to vhost backend - hw/pci-host/q35.c: Avoid early return in mch_write_config() - hw/pci-host/q35.c: Factor out creation of SMRAM MRs - hw/pci-host/q35.c: Always initialize smram-region even if SMM disabled - virtio-iommu: fix OOM due to unbounded call_rcu - libvduse: validate vq size https://gitlab.com/qemu-project/qemu/-/work_items/3652 Closes: CVE-2026-61402 - libvhost-user: fix heap overflow in vu_check_queue_inflights https://gitlab.com/qemu-project/qemu/-/work_items/3974 Closes: CVE-2026-63110 - libvhost-user: validate last_batch_head in vu_check_queue_inflights https://gitlab.com/qemu-project/qemu/-/work_items/3974 - virtio-pmem: wait for flush requests on unrealize https://gitlab.com/qemu-project/qemu/-/work_items/3938 Closes: CVE-2026-63323 - vhost-user: assert nregions within limit https://gitlab.com/qemu-project/qemu/-/work_items/3910 - virtio: fail early on bad config_len in migration https://gitlab.com/qemu-project/qemu/-/work_items/3891 - virtio-scsi: fix SCSIRequest leak on a bad request https://gitlab.com/qemu-project/qemu/-/work_items/3875 Closes: CVE-2026-61476 - vhost: do not crash on ring map failure https://gitlab.com/qemu-project/qemu/-/work_items/3783 - hw/virtio: reject zero-length packed indirect descriptor table https://gitlab.com/qemu-project/qemu/-/work_items/3984 - libvhost-user: protect against OOB vring queue access https://gitlab.com/qemu-project/qemu/-/work_items/3741 - libvhost-user: protect against OOB writes in vu_set_inflight_fd https://gitlab.com/qemu-project/qemu/-/work_items/3740 - virtio-net: fix short frame OOB read in receive_filter() https://gitlab.com/qemu-project/qemu/-/work_items/3626 Closes: CVE-2026-63320 - virtio-net: fix OOB read in RSC receive path https://gitlab.com/qemu-project/qemu/-/work_items/3623 Closes: CVE-2026-63321 - hw/display/virtio-gpu: Block Rutabaga migration - rutabaga: improve error handling, fix potential crash during init - hw/display/virtio-gpu: Initialize blob mapping for ATTACH_BACKING - hw/display/virtio-gpu: Fix empty blob discrimination - virtio-gpu: fix NULL deref in rutabaga set_scanout https://gitlab.com/qemu-project/qemu/-/work_items/3897 - target/i386/sev: fix MemoryRegion reference leaks in gpa2hva callers - net/colo: fix g_hash_table_destroy assertion on uninitialized filter - hw/display/qxl: unregister vm_change_state handler and BHs https://gitlab.com/qemu-project/qemu/-/work_items/3607 Closes: CVE-2026-63322 - ui/vnc: remove redundant rows computation - hw/display/vhost-user-gpu: validate message payload sizes https://gitlab.com/qemu-project/qemu/-/work_items/3866 - hw/display/virtio-gpu: Remove the bytes_pp field - hw/display/virtio-gpu: reject strides exceeding INT_MAX - hw/display/virtio-gpu: validate stride against width on scanout https://gitlab.com/qemu-project/qemu/-/work_items/3989 Closes: CVE-2026-63109 - hw/usb/hcd-xhci: Check return value of xhci_xfer_create_sgl() for errors https://gitlab.com/qemu-project/qemu/-/work_items/3786 - hw/usb/core: Avoid possible assert() in do_parameter() --> usb_packet_copy() https://gitlab.com/qemu-project/qemu/-/work_items/3746 - hw/ide/core: Fix possible crash via NULL pointer in ide_cancel_dma_sync() https://gitlab.com/qemu-project/qemu/-/work_items/905 https://gitlab.com/qemu-project/qemu/-/work_items/4052 - hw/usb/dev-uas: Fix guest-triggerable heap OOB access https://gitlab.com/qemu-project/qemu/-/work_items/3612 https://gitlab.com/qemu-project/qemu/-/work_items/3986 - hw/9pfs/xen: drain in-flight PDUs before xen-9p disconnect - hw/9pfs/virtio: drain in-flight PDUs before virtio-9p unrealize https://gitlab.com/qemu-project/qemu/-/work_items/3937 - hw/9pfs: fix O_TRUNC bypass on read-only export https://gitlab.com/qemu-project/qemu/-/work_items/4000 Closes: CVE-2026-63318 - hw/display/vmware_vga: Don't allow guest to trigger long running loop in host https://gitlab.com/qemu-project/qemu/-/work_items/3782 https://gitlab.com/qemu-project/qemu/-/work_items/4026 https://gitlab.com/qemu-project/qemu/-/work_items/4076 - hw/ide: replace assert with proper error handling https://gitlab.com/qemu-project/qemu/-/work_items/2777 - scsi-disk: fix off by one in assertion - scsi-disk: protect against guest sending truncated data for MODE SELECT commands https://gitlab.com/qemu-project/qemu/-/work_items/4051 - target/i386: helper_sysret(): Check that RCX contains a canonical address when emulating an Intel CPU https://gitlab.com/qemu-project/qemu/-/work_items/3223 - vfio/pci: reject invalid PCI_INTERRUPT_PIN values - vfio/pci: don't narrow a failed config read to a plausible value - vfio/igd: Clear saved BDSM in legacy VBIOS ROM at load time https://gitlab.com/qemu-project/qemu/-/work_items/3093 - vfio/pci: Initialize rom_read_failed in vfio_pci_load_rom() - hw/uefi: make SetupMode read-only https://gitlab.com/qemu-project/qemu/-/work_items/4039 Closes: CVE-2026-16288 - hw/uefi: add post_load checks https://gitlab.com/qemu-project/qemu/-/work_items/3837 https://gitlab.com/qemu-project/qemu/-/work_items/3838 https://gitlab.com/qemu-project/qemu/-/work_items/3839 https://gitlab.com/qemu-project/qemu/-/work_items/3885 Closes: CVE-2026-61404 - hw/uefi: account variable policy entries against storage size https://gitlab.com/qemu-project/qemu/-/work_items/3890 Closes: CVE-2026-61405 - hw/uefi: check lower limit for signature list size https://gitlab.com/qemu-project/qemu/-/work_items/3899 Closes: CVE-2026-61406 - hw/uefi: remove debug function https://gitlab.com/qemu-project/qemu/-/work_items/3615 Closes: CVE-2026-58582 - hw/uefi: add sanity check https://gitlab.com/qemu-project/qemu/-/work_items/3614 Closes: CVE-2026-58581 Checksums-Sha1: 2aa0df29ac08a93cc88c33033152c0235c58733a 163756 qemu-block-extra-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb f3e316a456c4c9c06ddcd2b9da9374d3f49ab13c 111444 qemu-block-extra_10.0.13+ds-0+deb13u1_armhf.deb 56aff3a83654f19c4afc0a9f081253e0f51c75ff 1034604 qemu-guest-agent-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 4246bd7c3f1127614841a540dd7d1437d4597573 528804 qemu-guest-agent_10.0.13+ds-0+deb13u1_armhf.deb 0f22f80c75ed025a2dc780de39092d304ca61dbc 19115068 qemu-system-arm-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb cdab7ff4033821fa56fc5e3b1719e9a0e42b0960 4208568 qemu-system-arm_10.0.13+ds-0+deb13u1_armhf.deb 6c379c126d99c9111ad37dd0ee34de93b5296105 2108932 qemu-system-common-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb d75ad8f5b18fa2813300e12fd0073461ef226c4d 825684 qemu-system-common_10.0.13+ds-0+deb13u1_armhf.deb 38b16471f19e09686bcc9ba2761ecc1e265c12ce 1121624 qemu-system-gui-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 0bf3b2496deec7306bded5816071190b2f4e632e 328872 qemu-system-gui_10.0.13+ds-0+deb13u1_armhf.deb 60be1a73a48edb39645861c39da9d5a1c0125d1a 27276964 qemu-system-mips-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb fabbf70df43a8f73530fb98b78cb84912329dda8 6406924 qemu-system-mips_10.0.13+ds-0+deb13u1_armhf.deb a4627a5babd8821834604ba94aa604ebc5bb228f 89123428 qemu-system-misc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb bea14b24397478efffbd873afded58f0bd58617e 19868956 qemu-system-misc_10.0.13+ds-0+deb13u1_armhf.deb e6ebd5e02153aaa4cc0459e00330473832a36a48 580132 qemu-system-modules-opengl-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 4e25571ad20a2154fe72f54deb837c6b3bcbbd6f 175508 qemu-system-modules-opengl_10.0.13+ds-0+deb13u1_armhf.deb 481d9ee5dc6af02b023fbe2c2323cce616890550 209396 qemu-system-modules-spice-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 4394d564111f294ade982abf92c3a2ad032669db 124272 qemu-system-modules-spice_10.0.13+ds-0+deb13u1_armhf.deb cecee4326cf563a6277137057031a1568c5f14ab 15523944 qemu-system-ppc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 44ee39ddb5379e43660d7551a40cf4fac66090d4 3454392 qemu-system-ppc_10.0.13+ds-0+deb13u1_armhf.deb 0fad3f0dfc7ed6a21b4e6a8219b79f3d17f2ecca 15646136 qemu-system-riscv-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 7182ec60c0f7d8c98bbf3cf4627ae432693151d2 3374240 qemu-system-riscv_10.0.13+ds-0+deb13u1_armhf.deb d6982b1f0257bb13a4295d3a478fa75dce5e319a 74268 qemu-system-s390x_10.0.13+ds-0+deb13u1_armhf.deb 49328444ce6ff96c2c185c24794fe87d178b4258 8957672 qemu-system-sparc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb b8dce8a9fca21a1c7480901a826c1def53f68567 2117936 qemu-system-sparc_10.0.13+ds-0+deb13u1_armhf.deb 697bb11b813a835c4bb2e100623e482a1873dfa2 15334396 qemu-system-x86-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 030ebc97030882082fc7ff300ef1701769446770 3501836 qemu-system-x86_10.0.13+ds-0+deb13u1_armhf.deb b9dfd68bfea875d9b1e8501d18514bde97986dc7 74368 qemu-system_10.0.13+ds-0+deb13u1_armhf.deb 0d81393edc3ec7c6e1b84340ef937f050a8ac056 1908 qemu-user-binfmt_10.0.13+ds-0+deb13u1_armhf.deb e95eaf2fff3e7c88c1bb78fdea4d5d8737fb77f0 66661740 qemu-user-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb eda4c62ea5165ce2f3a191c8ce55545597f665ae 77028 qemu-user-static_10.0.13+ds-0+deb13u1_armhf.deb 5e68e01e470a10c7bcb0ee9c3a66e7e5aee453b0 29487300 qemu-user_10.0.13+ds-0+deb13u1_armhf.deb e401ed85d2f549fe04ceee49e2a4be33d202410a 10710864 qemu-utils-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 403d28a4e2f4b45fc3e0b0ef975edcaf7925be8c 1706420 qemu-utils_10.0.13+ds-0+deb13u1_armhf.deb ada66f2f66f9cc2c39918b4b58a4daafffff109c 33142 qemu_10.0.13+ds-0+deb13u1_armhf-buildd.buildinfo Checksums-Sha256: 6063305ffede55ba6d3017ab9b190af479721a51e9dbba2e1a9fabbde4f0f51b 163756 qemu-block-extra-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 93c0440cc14801b0862320c6a90494a0df27bc67c4f7216c7bf93b878749fcfa 111444 qemu-block-extra_10.0.13+ds-0+deb13u1_armhf.deb d7baf1b260b3391e1c523615e463686c36c118f2daac5df9676a35596d2b2e74 1034604 qemu-guest-agent-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 8b47ced3d11d06da01cc1b497180f0eae73a1db37a180fe31a0d8a018f51260a 528804 qemu-guest-agent_10.0.13+ds-0+deb13u1_armhf.deb 170b31f2c4a6283e92d1b763d00c63802d87a7fa2376600d082520183fee7d38 19115068 qemu-system-arm-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb d3d8d51f061f93fa8d05f571a81e4f99e62cfcb0af422b24dceea60cb18f6d61 4208568 qemu-system-arm_10.0.13+ds-0+deb13u1_armhf.deb 2b91111a00de7fade004a8522b021b5e8a3e65795bee747dacd17a200b1bab3f 2108932 qemu-system-common-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 153361de5bc9b52f9c13d8703433e5683fc9558b3c163f2fbbb83831dbf2ffff 825684 qemu-system-common_10.0.13+ds-0+deb13u1_armhf.deb 3a967e677ab43ce56aba60f8a48c0c67c62c3d56688a4469e9a07db79fb84c1b 1121624 qemu-system-gui-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 78e2a1b23ac70ba0f99f79d63446db8d0f3237647efb77f0baa138d2e750f8c0 328872 qemu-system-gui_10.0.13+ds-0+deb13u1_armhf.deb 1f67d42233a1ed0b2ff621c99a3979a1aa4e3c7f9f4fbe1897c22e48faabe79b 27276964 qemu-system-mips-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 20d998001aed0e1be6cd28dfdae27beb22bc02ea270bcdc2fe38c42052520c57 6406924 qemu-system-mips_10.0.13+ds-0+deb13u1_armhf.deb b24bd31d626e4c7b87f605f9ff954a87ef87c62d67d6c55cd7deb540bcba4c2b 89123428 qemu-system-misc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb b20ca98284ad5c09932d643142b247389a0d63288e85ab6a7b75f3509b374aa6 19868956 qemu-system-misc_10.0.13+ds-0+deb13u1_armhf.deb 507c0927bda39cff99ac390126e085b9384add493ccb4a8c846b9330ed278960 580132 qemu-system-modules-opengl-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 254c9e177f6b0f53cc9180d71e6e50c3c6eaaeecd59249e1849f18e35eed4167 175508 qemu-system-modules-opengl_10.0.13+ds-0+deb13u1_armhf.deb f8de8439f6d32d754b701502d32a8f3096c5245446db32277ba0cd595281c8f3 209396 qemu-system-modules-spice-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb c03b583021ed31ab63d44fc9d47aaea44354f8f90194b88e069abfb53e8345c1 124272 qemu-system-modules-spice_10.0.13+ds-0+deb13u1_armhf.deb 56ef5acdf8815ea4fcd47d0d8ef28fe52618adad32fb5ee9194df437c14db195 15523944 qemu-system-ppc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb d3ae36b80479ef3ba4873334803d79529b984073b469c9d7a8f0980fc9d853ec 3454392 qemu-system-ppc_10.0.13+ds-0+deb13u1_armhf.deb 1a638ef89a055a7adce84fff4a2b8c46abd8c86a99e4ac050ec535b959305764 15646136 qemu-system-riscv-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb bd95d83ec33d4aaaf3ed3c84fdd55f639cf6bd725b5119838e999f3c7e899dee 3374240 qemu-system-riscv_10.0.13+ds-0+deb13u1_armhf.deb ed163abb8581600408bfd1259347fa26201675768922b11e0a8f6355860e9938 74268 qemu-system-s390x_10.0.13+ds-0+deb13u1_armhf.deb fe7e0ff36afc4f01362b92d1c7f60531b03cf344a8fcc42106cc34a2732c0aa2 8957672 qemu-system-sparc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 3151f4a32276b7e92ea00253af1f3e7ae235a051032fe2020a87fa9c2123dd03 2117936 qemu-system-sparc_10.0.13+ds-0+deb13u1_armhf.deb ea94c8cea7ec71c5641dbb1e4bad903a3aa5e9304d296ac8ac6221121e3fcea0 15334396 qemu-system-x86-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 12f71e0a8f6bc6c907ae5a8d3439c04c01c66b770c20a15ef123c904b5bb4207 3501836 qemu-system-x86_10.0.13+ds-0+deb13u1_armhf.deb 3c28f9299bb97244cc5a9d768c02c0a926113fa104cb747ee2a8de287603bee7 74368 qemu-system_10.0.13+ds-0+deb13u1_armhf.deb db8272a09b1177d6d403ce6e92c6226f4a21e8b41a5a1a72a8627c5fd23d15dc 1908 qemu-user-binfmt_10.0.13+ds-0+deb13u1_armhf.deb 12f276c42d51e9bb831b98931ead59938fb9d69b6ea939ee44b5bedb19fa4fe7 66661740 qemu-user-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 74179458e89022c6e538a65d08bd97abbd3591701e3272cc696d270f615a1245 77028 qemu-user-static_10.0.13+ds-0+deb13u1_armhf.deb ec0504b60e9b3def620ef946d69b3c07cf0f0216bc29bbcaaa0c4a079fc743c8 29487300 qemu-user_10.0.13+ds-0+deb13u1_armhf.deb 6ca3eefde9358a2efc98d1c2fc43191757775ee28d99255df94fcb6490c32759 10710864 qemu-utils-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb c05b882b8acfc31ad9a7540e1b69ef32a47488c6abcf9f24544fd152dee37b15 1706420 qemu-utils_10.0.13+ds-0+deb13u1_armhf.deb cea826e6f01d8c8054b07ca28fdf19a406764024a343a1cedbb8485518a3ca21 33142 qemu_10.0.13+ds-0+deb13u1_armhf-buildd.buildinfo Files: fd2760f0cb02fd04f52d87e1107007e5 163756 debug optional qemu-block-extra-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 47717079c07e4dbeceadd66d1186849b 111444 otherosfs optional qemu-block-extra_10.0.13+ds-0+deb13u1_armhf.deb a532309b572f02ecb6d3193e54395ac4 1034604 debug optional qemu-guest-agent-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 2b41c139fde1fa01e302bbade247b2cd 528804 otherosfs optional qemu-guest-agent_10.0.13+ds-0+deb13u1_armhf.deb 636a20dd0c2bec93b986023e9d79ba55 19115068 debug optional qemu-system-arm-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb bfd7858611d823dfe7f15caa6d033121 4208568 otherosfs optional qemu-system-arm_10.0.13+ds-0+deb13u1_armhf.deb 047142ccc7ca6b6d9f60f03181ef7663 2108932 debug optional qemu-system-common-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb d6ae9e35212a08eed39b718b04b5851a 825684 otherosfs optional qemu-system-common_10.0.13+ds-0+deb13u1_armhf.deb 65acf8f51071d3e50e97691db39a70de 1121624 debug optional qemu-system-gui-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb f603208da91db4231f77a3fe4ef663cc 328872 otherosfs optional qemu-system-gui_10.0.13+ds-0+deb13u1_armhf.deb c84e93a2d6b3155209cfbb7fbcadef86 27276964 debug optional qemu-system-mips-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb baf944b64f27254d770dffe1398c59fa 6406924 otherosfs optional qemu-system-mips_10.0.13+ds-0+deb13u1_armhf.deb 454e8ab57e93312d31f64c6378227116 89123428 debug optional qemu-system-misc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb d1d84b4faa22cc22f8ec9b9fcea02ba0 19868956 otherosfs optional qemu-system-misc_10.0.13+ds-0+deb13u1_armhf.deb 6a15bba33aec924c8b8be5b7ceca7fe8 580132 debug optional qemu-system-modules-opengl-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 6cc124643135540e71186d677e9c46fd 175508 otherosfs optional qemu-system-modules-opengl_10.0.13+ds-0+deb13u1_armhf.deb 3d89633e4b8c0630896d923dd1a72423 209396 debug optional qemu-system-modules-spice-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 97338aa25a585d16e4b823a71f7b303f 124272 otherosfs optional qemu-system-modules-spice_10.0.13+ds-0+deb13u1_armhf.deb a792cf8e80c04c0212ececcb4de06475 15523944 debug optional qemu-system-ppc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb bde762403f21cf312c5ca5a2cca9fc95 3454392 otherosfs optional qemu-system-ppc_10.0.13+ds-0+deb13u1_armhf.deb fa7ca701b49934e6da6e472feffeb384 15646136 debug optional qemu-system-riscv-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 1b69aa5cd2eec9e04ea60e42d05b756c 3374240 otherosfs optional qemu-system-riscv_10.0.13+ds-0+deb13u1_armhf.deb 44029f1978c1ec227b4da0b2a38bd4b1 74268 otherosfs optional qemu-system-s390x_10.0.13+ds-0+deb13u1_armhf.deb a082a6de35f323b8574f8cf8d6785189 8957672 debug optional qemu-system-sparc-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb 8c071c00d99d7d89d81dd0a4ccc86e12 2117936 otherosfs optional qemu-system-sparc_10.0.13+ds-0+deb13u1_armhf.deb ad6b514c98981839b2f12d1e78920994 15334396 debug optional qemu-system-x86-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb c28d2f14a4dceb8a581fffd30e81022d 3501836 otherosfs optional qemu-system-x86_10.0.13+ds-0+deb13u1_armhf.deb 3ba7d9d8795cdb9a44141db57d45005b 74368 otherosfs optional qemu-system_10.0.13+ds-0+deb13u1_armhf.deb 932a97246a7d1a2edc720379079ad23b 1908 otherosfs optional qemu-user-binfmt_10.0.13+ds-0+deb13u1_armhf.deb 50144164cc892451775a6db5f76997cf 66661740 debug optional qemu-user-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb ee4d5185df2eb184577650275241b16e 77028 oldlibs optional qemu-user-static_10.0.13+ds-0+deb13u1_armhf.deb 83a4cd7a96b966ed79704549e659a065 29487300 otherosfs optional qemu-user_10.0.13+ds-0+deb13u1_armhf.deb 4186be057355fcf065eb34f66c7d13a8 10710864 debug optional qemu-utils-dbgsym_10.0.13+ds-0+deb13u1_armhf.deb b69dd75aaee7e958c95704fc6c63f0b6 1706420 otherosfs optional qemu-utils_10.0.13+ds-0+deb13u1_armhf.deb c1ddc1374db252a1df78dce7de7fad88 33142 otherosfs optional qemu_10.0.13+ds-0+deb13u1_armhf-buildd.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEO4qAQUSIo2p/kVRf8U6eOZMpj68FAmqcbDMACgkQ8U6eOZMp j68oiw//eLR4sqYajSmxryoBe2p9niM2Kt8g8dYYQyJQ04jDJL8hGRdJCrEbhq6x GA1DFWncsmAtXFsPLkXsjIwT1WJEYIsrdaSKpqc2SabkIUp/lmuLQxfhjPE2FGOe f94W+2wJKGOrVrftLPb33ygXbFKJaCzOdd+kMdxd8vXYIPzSz7vi9XotskvWdo5I gEMn8TQ4xJQ8LQt/sv30M+7gdDX3NB2P+T2WUHKIw0UmhEBxrR3uU3XkBizQ6K5l V7UdowuBUvLh81FNnww1H0CCYVYY7S1UYfQh8R6h9PHfu5B1sa3D49EVfFZ3jRPs m7Yi20j5acwmaN251V49e1Ubz3zWrk0Qh708+OJtbgfhLlfnp5+cXOtVYS8pkHQ8 3112m+1zGHm2gPhshPvWemFIVQDR+JWuWdOyBJZxxkE/9Vtcb/vL7sodc5rAiHHy kcusfBBNv/DxkqJLMWe/YQJO7Ok6/Zb2MT0CLstfwwxW7cH4M6Lx5JroXV0aF3xx FOVTwChJ3+bH/iv7PMFqbcJnGjk8rKpOb8tladUFWxHHsBNepVLsye+VdXKci8up eV84aqxl3LPOuht1cx7UluMt8ckWybYbSfI73RFwDIXRTlHi9WNDEmeYgtOTiA7c dKFYHw7tRmeS8AjvdhDS+Aqn/QIqcotvCZYgkDSGsetP4YScND4= =1r/j -----END PGP SIGNATURE-----