-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 28 Jun 2026 08:33:17 +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: armel Version: 1:10.0.11+ds-0+deb13u1 Distribution: trixie Urgency: medium Maintainer: armel Build Daemon (arm-ubc-03) 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 Closes: 1139923 Changes: qemu (1:10.0.11+ds-0+deb13u1) trixie; urgency=medium . * new upstream stable/bugfix release: - Update version for 10.0.11 release - linux-user: Fix AT_PHDR when program headers are relocated into their own segment - hw/pci: Replace assert with bounds check and return - ppc/pnv_phb3: Error out on invalid config access - linux-user/xtensa: fix unlock of uninitialized frame pointer on sigreturn - linux-user/xtensa: save/restore FP registers across signal delivery - target/xtensa: add cpu_set_fcr/fsr helpers to sync fp_status - ui/sdl2: Set GL ES profile before creating initial GL context - hw/9pfs: reject . and .. in Twstat rename - hw/9pfs: fix abort due to illegal name with Twstat rename - gdbstub: Update x86 control register bits - target/i386: apply mod to immediate count of an RCL/RCR operation - hw/uefi: fix parse_hexstr (Closes: CVE-2026-48915) - target/riscv: mask vxrm csrw write to the low 2 bits - disas/riscv.c: fix inst_length() - target/riscv/cpu_helper.c: add PMA access fault - target/riscv/cpu_helper.c: fault with reserved PTE.PBMT val - target/riscv/insn_trans/trans_rvzicbo.c.inc: save opcode before helpers - disas/riscv.c: add 'cbo' insns to disassembler - target/riscv/csr.c: fix mstatus.UXL reserved value - target/riscv/csr.c: do not allow mstatus MPV/GVA writes - target/riscv/cpu_helper.c: allow LOAD_ADDR_MIS promotion to AMO fault - virtio: Allow to fill a whole virtqueue in order - libvduse: fix buffer overflow in vduse_queue_read_indirect_desc() (Closes: CVE-2026-6425) - libvhost-user: fix buffer overflow in virtqueue_read_indirect_desc() (Closes: CVE-2026-6425) - tests/qtest: Add amd-iommu command buffer head wrap test - amd_iommu: Update command buffer head ptr in MMIO region after wraparound - amd_iommu: restrict command buffer head/tail ranges to ring size - linux-user: add preadv2/preadv2 - system/rtc: Fix a possible year-2038 integer overflow problem - linux-user/strace: add fsmount series of syscalls - linux-user: implement fsmount(2) series of syscalls - fpu: Handle all rounding modes in partsN_uncanon_normal - hw/usb/hcd-ohci: Clean up USBPacket before freeing ISO TD packet - qed: Don't try to flush during incoming migration - qcow2: Fix data loss on zero write with detect-zeroes=unmap - iotests/046: Test that discard/write_zeroes wait for dependencies - qcow2: Fix corruption on discard during write with COW - qemu-io: Add 'aio_discard' command - virtio-blk: add missing VIRTIO_BLK_T_SCSI_CMD size check (Closes: #1139923, CVE-2026-48914) - block/io: fallback to bounce buffer if BLKZEROOUT is not supported because of alignment - s390x/pci: Fix interrupt forwarding disable for interpreted devices - target/s390x: Make container ids in SysIB_15x 1-based - tests/unit: add test-envlist covering setenv/unsetenv name matching - util/envlist: fix prefix-match in envlist_unsetenv() name lookup - 9pfs: fix missing rename lock in v9fs_co_readdir_many (Closes: CVE-2026-48004) - tests/9pfs: add deep absolute path test - tests/qtest/libqos: add qvirtqueue_reset_pool() for descriptor pool reset - hw/9pfs: let callers of v9fs_path_sprintf() and v9fs_fix_path() handle errors - hw/9pfs: add error handling to v9fs_fix_path() - hw/9pfs: change V9fsPath.size to size_t and v9fs_path_sprintf() return type - hw/9pfs: add NULL check in v9fs_path_is_ancestor() - hw/9pfs: move G_GNUC_PRINTF to header - linux-user/s390x: restore fpu_status rounding mode from FPC on sigreturn - linux-user/sh4: restore FP rounding mode on sigreturn - linux-user/sh4: preserve T/M/Q bits across signal delivery - linux-user/mips: save/restore FCSR across signal delivery - linux-user/ppc: restore fp_status from FPSCR on sigreturn - hw/net/rocker_of_dpa: Avoid unaligned accesses in _of_dpa_flow_match() - hw/net/rocker_of_dpa: Check group ID pointers are not NULL - target/arm: Don't assert if 64-bit EL2 AT insn sees a Domain fault - target/arm: Set correct fp flags for FLOGB when FPCR.AH = 1 - target/arm: Use FPST_A64_F16 for SVE FCVTLT_hs - target/arm: SVE2 FMAXP, FMINP must honour AH=1 - block/linux-aio: bound ioq_submit() recursion depth - mc146818rtc: Fix get_guest_rtc_ns() overflow bug - apic: fix delivery bitmask with modified xAPIC ids - lsi53c895a: clear tag byte when processing messages - lsi53c895a: fix use-after-free of cancelled request - ui: fix validation of VNC extended clipboard data length (Closes: CVE-2026-8343) - ui/vnc: fix OOB read updating VNC update frequency stats (Closes: CVE-2026-48003) - ui/vnc: fix OOB write in lossy rect worker code (Closes: CVE-2026-48002) - ui/vnc: fix OOB write in VNC stats array (Closes: CVE-2026-48002) - ui/vnc: fix OOB read access in VNC SASL mechname array - target/riscv: clear mseccfg on reset for all dependent extensions - target/riscv: Update the local interrupt mask - target/riscv: Add mseccfg to VMStateDescription - target/riscv: Save stimer and vstimer in CPU vmstate - target/riscv/pmp: Fix integer overflow in TOR and NA4 address computation - target/riscv: Fix medeleg[11] read-only zero bit for M-mode ECALL - hw/char: sifive_uart: Implement txctrl.txen and rxctrl.rxen - hw/char: sifive_uart: Avoid infinite delay of async xmit function - target/riscv: Allow mseccfg access based on ext_zicfilp - hw/riscv/riscv-iommu: Fix Svnapot 64KB pages - target/riscv: Update MISA.X for non-standard extensions - target/riscv: Update MISA.C for Zc* extensions Checksums-Sha1: 85613d95c6e543a45322ae88ccb283010afbebcb 162956 qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_armel.deb ecc8efb416f1f1771afca629e417b9ec16ad01a8 104888 qemu-block-extra_10.0.11+ds-0+deb13u1_armel.deb a4ddfeff8b7f8a94308fdb7e594d38144b812bba 1027568 qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 49b77c649120db11a6154f684b795296e26f021d 518364 qemu-guest-agent_10.0.11+ds-0+deb13u1_armel.deb 6495b27198d525a4e40580fca2337250918d0b24 18843996 qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_armel.deb f390d6acc4a5b25b745ca72736fc12d4ee4e47c7 4145572 qemu-system-arm_10.0.11+ds-0+deb13u1_armel.deb 54af8a72fce42a308dc2c7cb1c5bd95d01a6798e 2091080 qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_armel.deb db369122e7195fef7ffbe5b1294e8e89ec2767d0 811088 qemu-system-common_10.0.11+ds-0+deb13u1_armel.deb bf3447b1235cf3c65a5d74070e952340641f7667 1114272 qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_armel.deb b835f8a3e4bef2ca271005712abc5c15776bfc5a 318668 qemu-system-gui_10.0.11+ds-0+deb13u1_armel.deb 0ad834d736009df55e2652cf7f043e78001d6ade 26901372 qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_armel.deb a7dc509cd7a0f37b5c08f96ab43c72e38de41be2 6364896 qemu-system-mips_10.0.11+ds-0+deb13u1_armel.deb a0e5b8e2cf8404162b94f9158346ebf7b54aa065 87825044 qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb d6dc340bfebc5ca9868f42cdd4ad4f85c0237a34 21796088 qemu-system-misc_10.0.11+ds-0+deb13u1_armel.deb 4b1a61908882126fdd553881bb6adc22a409316d 567684 qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_armel.deb e11d05cc92442b0e0215eac8642a7a87ba389f81 167064 qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_armel.deb d2c47299af54eb3bd2965b7ecffc69e1d231045e 208752 qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_armel.deb b16e8e714ab9a3748eb3c636156a00d01bb06758 119508 qemu-system-modules-spice_10.0.11+ds-0+deb13u1_armel.deb b20e9f2ebc561cf1b6c53b2b8fcd73d50618809b 15312824 qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 4a86c97f782b07933bb905819b469bfc2ec34f07 3422000 qemu-system-ppc_10.0.11+ds-0+deb13u1_armel.deb 78d86bd71ce1180aa071f2bcddcb6a7d192ad10a 15451836 qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 5cc146d9575a90fd9c64701832c0d507f53b58ad 3338316 qemu-system-riscv_10.0.11+ds-0+deb13u1_armel.deb d237a6ddd3020e498f85ce48013ca32c89713d97 67016 qemu-system-s390x_10.0.11+ds-0+deb13u1_armel.deb 89d8345bcd6434514ca2f3466909b59943a01d4b 8829740 qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb ee10fc1f11f9d77d3c5f6b87fabb8e7c83f50c60 2090848 qemu-system-sparc_10.0.11+ds-0+deb13u1_armel.deb 4b8eb6fd2cd689f3d67b041c62f5b0b0d50702d2 15112440 qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 566d117b2c9500a084caae7b8f7492a664165e78 3468144 qemu-system-x86_10.0.11+ds-0+deb13u1_armel.deb 23422e02b4b1d60139a5b29f77e016f64398f446 67140 qemu-system_10.0.11+ds-0+deb13u1_armel.deb 46c2400a64016d333fc8e38277d49d9f081fd839 1912 qemu-user-binfmt_10.0.11+ds-0+deb13u1_armel.deb 07fa5b8631c30d214e7b5900e2698b37f994b160 65733348 qemu-user-dbgsym_10.0.11+ds-0+deb13u1_armel.deb f38af2bf1668ebe4776290ff8965cfdb8669da65 69776 qemu-user-static_10.0.11+ds-0+deb13u1_armel.deb b40156a10362ff29d111473cecf68da5accc7410 29225224 qemu-user_10.0.11+ds-0+deb13u1_armel.deb de70900edb950e89434ac6befa18f8a3472f2e54 10617032 qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 574815e6f800706edd6a616d4453120fa80aecf0 1686836 qemu-utils_10.0.11+ds-0+deb13u1_armel.deb e86ca22503a2938ea388e74dbb8e0d5c11803f3a 32899 qemu_10.0.11+ds-0+deb13u1_armel-buildd.buildinfo Checksums-Sha256: 02056ef11388f46fc18973739c4f40236e67995096d12bdf1ee455f9307cc9c7 162956 qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 59b91ed6e50b9883844289d6d031d9b7b996945f0ea3489ef7ca58d054f75cff 104888 qemu-block-extra_10.0.11+ds-0+deb13u1_armel.deb 90eff47026b811763886020336de0138b9ee0bc75070ea5601ca147015bef8e1 1027568 qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_armel.deb d0f4f6b995e8a5a4f2e8bd326399c66a681241bb145c890c2803970df336179b 518364 qemu-guest-agent_10.0.11+ds-0+deb13u1_armel.deb 9b6e2c4537c8e1d3c2ce9f952ece780b2387d6fb6de2c9e884a5b9eeff1a8265 18843996 qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 70626554e9225560acbe9e7e5562a54c7af48f476a1642df9d79d05687b93f9a 4145572 qemu-system-arm_10.0.11+ds-0+deb13u1_armel.deb efd52fb1b3ae7b608e517c409477bd4bd6cf0156194664e20a6c0fab650f1641 2091080 qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 56650c70d1af5e420ffba79fbecaeffef69e843ceeff1de487a402b979d492d4 811088 qemu-system-common_10.0.11+ds-0+deb13u1_armel.deb f3ce5b18e691c879497ee7d1dabd6e08861c1d47bbbe3c5f7107db4d3255718a 1114272 qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_armel.deb b81e2587854b6e725db6849b914df344bbfb09fa8be9b9497d99155d5c1b8842 318668 qemu-system-gui_10.0.11+ds-0+deb13u1_armel.deb 28d20d26b7e222d97e93c3be895dee6229c39259d35c16a5eab61b530ec6babe 26901372 qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 8254385b91b4198aad2ea424f337ce80735c738c69b917939457ff5c94dfea63 6364896 qemu-system-mips_10.0.11+ds-0+deb13u1_armel.deb 6a0f849ac183ed43acce56ce4e4be72cf4766884cf7f6590bb3774b054536332 87825044 qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 9ba0ecd70708ed73c2c45bcf8607fd3ad622e1239746caee2a46ddeeb7222249 21796088 qemu-system-misc_10.0.11+ds-0+deb13u1_armel.deb f928e7e8cd44315c1add802ad858cb65a965de832ab95a2d6f8e6e38b91178ae 567684 qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_armel.deb a8478c0597a1acc8cb44a0820865c168f699fbbeec268fba002b3f0a9e5e65b8 167064 qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_armel.deb d9a405b2c42b377ca18cc1665930b55020f885d4ee6714c1bae6d87409d6c6d7 208752 qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 99beaf3fa71faaca03d2151ba9ebf5271476c933836579af9ff270ce8999b66e 119508 qemu-system-modules-spice_10.0.11+ds-0+deb13u1_armel.deb 135c660d619ca3bd5a5488ddfaa9a495081a3e26354a259bd15bd3fa7489cc97 15312824 qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 66a4a02afdae32b079cae8af41632e8493184bf751a3210044255ebfdaf79ffb 3422000 qemu-system-ppc_10.0.11+ds-0+deb13u1_armel.deb 3efa6482bcc7c385f3a2f4128b1dfdccd8cbdeffda0281646d18b79231eb4510 15451836 qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_armel.deb ecfd2e545112b25a5ddc3c0d54cf783f40bd758eef10d36541956ec07b009513 3338316 qemu-system-riscv_10.0.11+ds-0+deb13u1_armel.deb 5efe8bf77f1388b1c9fd11fb5b5236d0f984dae9247c229e4f4e0575a033bdb8 67016 qemu-system-s390x_10.0.11+ds-0+deb13u1_armel.deb acddd617fdb90ffd73c1faca332c787efc13518e7767f70b2acdcd6decdb2c6b 8829740 qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 97dd39468af1799f3c8aa4330eb2d509bf344f92819dd3ad58a88c37c69847c4 2090848 qemu-system-sparc_10.0.11+ds-0+deb13u1_armel.deb 65504d7ae62c528ed44b6633b1dffe262c7163643e41052bd29a48fa992acc88 15112440 qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 6e8018ea95b7850bf3185a39f356cd6303164840687285aa055d10831679de8a 3468144 qemu-system-x86_10.0.11+ds-0+deb13u1_armel.deb 765bd67c402776f4086f148f8854e90a50a88b55e3f033ee3b1c5fd54f24ebd5 67140 qemu-system_10.0.11+ds-0+deb13u1_armel.deb bcde2e9841e1be4406ef7576f973cdcb373e9b1855ff1fa9175f2e64f61c4c72 1912 qemu-user-binfmt_10.0.11+ds-0+deb13u1_armel.deb 8a00d49bb0114a11948d4d9bf1954dd530e79477a30d190ea75e94e0e5d65bde 65733348 qemu-user-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 38631fd63f01ad4c12d76793a549a45616c14cc4d62e5e9ea6f841f5ad503dbb 69776 qemu-user-static_10.0.11+ds-0+deb13u1_armel.deb a09f5074e1edb046563c322e9091a00f6106d6405412e2268fb4fca8a268ed5f 29225224 qemu-user_10.0.11+ds-0+deb13u1_armel.deb 1a438c9a6ab7ec5e2e7e5049ee1c10b36ec15f54d1b27cf71930f815ab625d5e 10617032 qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 3869137a6c9e20989fa23dbdf67ea9439af391c66472622a57694a055d705433 1686836 qemu-utils_10.0.11+ds-0+deb13u1_armel.deb 2e24882ae1173cc16201d9ee152e3880d2881846a2a16dfefdbb6d428612726b 32899 qemu_10.0.11+ds-0+deb13u1_armel-buildd.buildinfo Files: ffc1698aa36913b5aae567d74664f8b0 162956 debug optional qemu-block-extra-dbgsym_10.0.11+ds-0+deb13u1_armel.deb df4f63afcb326ff8d7200fe14d71c59b 104888 otherosfs optional qemu-block-extra_10.0.11+ds-0+deb13u1_armel.deb e315344b1bd0e6486a5b3d27a605f07b 1027568 debug optional qemu-guest-agent-dbgsym_10.0.11+ds-0+deb13u1_armel.deb d3e5e32d870cecb9273040c22b764317 518364 otherosfs optional qemu-guest-agent_10.0.11+ds-0+deb13u1_armel.deb 1601373c835c0ee97416d7eec240176e 18843996 debug optional qemu-system-arm-dbgsym_10.0.11+ds-0+deb13u1_armel.deb e0fd12dcefb750128791ae99ed8fed56 4145572 otherosfs optional qemu-system-arm_10.0.11+ds-0+deb13u1_armel.deb 1e3381598d088c6cb8f4fc4a734e9f16 2091080 debug optional qemu-system-common-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 6d12f70e596ab89630bc5c524b2256ff 811088 otherosfs optional qemu-system-common_10.0.11+ds-0+deb13u1_armel.deb 26fb0d7b3638cc8aebf0d4691ebb00a4 1114272 debug optional qemu-system-gui-dbgsym_10.0.11+ds-0+deb13u1_armel.deb ad575b107b99874615228b3bae595fff 318668 otherosfs optional qemu-system-gui_10.0.11+ds-0+deb13u1_armel.deb d9629d9c50fb0140b2cd7c1b850da31d 26901372 debug optional qemu-system-mips-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 6d60ea48cb5d30079eb233276ee69e3e 6364896 otherosfs optional qemu-system-mips_10.0.11+ds-0+deb13u1_armel.deb dbdaacaa92d9df19da5c4f706ac00864 87825044 debug optional qemu-system-misc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 33b85dc0b03d39c28b216338697eb617 21796088 otherosfs optional qemu-system-misc_10.0.11+ds-0+deb13u1_armel.deb 0731bbcad1f41ab90f5dbc0bdc809900 567684 debug optional qemu-system-modules-opengl-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 88d113a20677144e23ffbfa877e885b4 167064 otherosfs optional qemu-system-modules-opengl_10.0.11+ds-0+deb13u1_armel.deb 6026ae678c76ed4e9a72eb9aad08a343 208752 debug optional qemu-system-modules-spice-dbgsym_10.0.11+ds-0+deb13u1_armel.deb dfd5efcc418fef9c7c32ba0bc18ecd19 119508 otherosfs optional qemu-system-modules-spice_10.0.11+ds-0+deb13u1_armel.deb 80015333e7f2c24208c1c65e817a0df8 15312824 debug optional qemu-system-ppc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb d964f6a512ce577bd27a1b000405f87c 3422000 otherosfs optional qemu-system-ppc_10.0.11+ds-0+deb13u1_armel.deb 33ff2fac6e1686d52ea2b2c228dbf2d6 15451836 debug optional qemu-system-riscv-dbgsym_10.0.11+ds-0+deb13u1_armel.deb fe5fd5d61ec7e00db91d550014599e9a 3338316 otherosfs optional qemu-system-riscv_10.0.11+ds-0+deb13u1_armel.deb 31633af6d24363ab2890f86b10913708 67016 otherosfs optional qemu-system-s390x_10.0.11+ds-0+deb13u1_armel.deb 6afd151d4068a05d6b0975eada8d15ad 8829740 debug optional qemu-system-sparc-dbgsym_10.0.11+ds-0+deb13u1_armel.deb 7f8c684d83b022e274a17bc71e39bbf7 2090848 otherosfs optional qemu-system-sparc_10.0.11+ds-0+deb13u1_armel.deb 14e0491f536aa8bde70ebdd26797c126 15112440 debug optional qemu-system-x86-dbgsym_10.0.11+ds-0+deb13u1_armel.deb b1f0e7d27928c0030fdef0dc68d1de22 3468144 otherosfs optional qemu-system-x86_10.0.11+ds-0+deb13u1_armel.deb cc40a7440373bbd7ebc22ae104d2227e 67140 otherosfs optional qemu-system_10.0.11+ds-0+deb13u1_armel.deb c7fb67dfe397f24593c4f85820f29988 1912 otherosfs optional qemu-user-binfmt_10.0.11+ds-0+deb13u1_armel.deb 2ebd2a3b2bad33dcb0b6ad9f08f75103 65733348 debug optional qemu-user-dbgsym_10.0.11+ds-0+deb13u1_armel.deb b76306ae79ecd93e03d0d94eff9e2885 69776 oldlibs optional qemu-user-static_10.0.11+ds-0+deb13u1_armel.deb 75aeb0996da5cb904f13132f46620973 29225224 otherosfs optional qemu-user_10.0.11+ds-0+deb13u1_armel.deb 11573f6b221a96244b82efee60040bfc 10617032 debug optional qemu-utils-dbgsym_10.0.11+ds-0+deb13u1_armel.deb e7a111ffaa538885452d19e51fe12601 1686836 otherosfs optional qemu-utils_10.0.11+ds-0+deb13u1_armel.deb 4b8ae67f400c8058d9f269607f339d9e 32899 otherosfs optional qemu_10.0.11+ds-0+deb13u1_armel-buildd.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE2kd8oHy+LXk/nybqvzDqKQSGl8UFAmpJPwoACgkQvzDqKQSG l8XvqA//UL+7jU5KpmYDH7prtduq/6ia1L3NV/FX56BMyEK5fHU6P+DK0n2Z+1CG jv1h3jl4EhkDqluc0rj9xPei338pN+EPBVKLMgC7dDAiFbDmIfjGAxoNA6l1Ajuo Pp92Cz7MMxm71b4X9isTpSjCye0Ei116rN7XX8F58FuVqe4QcVS6Hpn/MLPCEVgG 7rJrCHu9mraXODM9TswsDrcBN1UEfB5BY7AUF/Nqn/xpJZVb2OrtPzn+y189EY9N hR9RJSqjIuEGRMwDViUwBWGBPHc+c1tjuwAKTP+sEAybqhmW0UralwoKY0QLaikn 1cUNXz3vf5yqFfmpmvVwDr03LS7XvBCgHqwiZWJax3HI8H+f6vkRzS7slFKXea2y bRFGYf3XOv0UD/AObEzqHGzQgH0Sr7bdeWde5/CvozusuraW0dbA1ggd6+opkO0a sZtgbs+KogNN5NLU/rgChNO9YyRmUGmET3O4E8AP7IDjkpO3yxhxLyJrSidOO2e6 rPi2JgSUG67evbXEeyov7DNMKZuNKsoGi6xkybIlEWvxmzE8pu584LkN0/IMPS2t 7nKWr9AE/sK5lcFOMNy+qXS6ZEF0/kkRay1xk18okA5oPUq9k/PY/1nGzxtoz4SU mYpOXsxbsLbN5hy1HWXJkXJqwlju5FA0fTIl6m3oNHbA+wEp6mU= =Vjxy -----END PGP SIGNATURE-----