-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 04 Mar 2026 23:01:36 +0100 Source: imagemagick Binary: imagemagick imagemagick-7.q16 imagemagick-7.q16-dbgsym imagemagick-7.q16hdri imagemagick-7.q16hdri-dbgsym libimage-magick-q16-perl libimage-magick-q16-perl-dbgsym libimage-magick-q16hdri-perl libimage-magick-q16hdri-perl-dbgsym libmagick++-7.q16-5 libmagick++-7.q16-5-dbgsym libmagick++-7.q16-dev libmagick++-7.q16hdri-5 libmagick++-7.q16hdri-5-dbgsym libmagick++-7.q16hdri-dev libmagickcore-7-arch-config libmagickcore-7.q16-10 libmagickcore-7.q16-10-dbgsym libmagickcore-7.q16-10-extra libmagickcore-7.q16-10-extra-dbgsym libmagickcore-7.q16-dev libmagickcore-7.q16hdri-10 libmagickcore-7.q16hdri-10-dbgsym libmagickcore-7.q16hdri-10-extra libmagickcore-7.q16hdri-10-extra-dbgsym libmagickcore-7.q16hdri-dev libmagickwand-7.q16-10 libmagickwand-7.q16-10-dbgsym libmagickwand-7.q16-dev libmagickwand-7.q16hdri-10 libmagickwand-7.q16hdri-10-dbgsym libmagickwand-7.q16hdri-dev Architecture: riscv64 Version: 8:7.1.1.43+dfsg1-1+deb13u6 Distribution: trixie-security Urgency: high Maintainer: riscv64 Build Daemon (rv-manda-02) Changed-By: Bastien Roucariès Description: imagemagick - image manipulation programs -- binaries imagemagick-7.q16 - image manipulation programs -- quantum depth Q16 imagemagick-7.q16hdri - image manipulation programs -- quantum depth Q16HDRI libimage-magick-q16-perl - Perl interface to the ImageMagick graphics routines -- Q16 versio libimage-magick-q16hdri-perl - Perl interface to the ImageMagick graphics routines -- Q16HDRI ve libmagick++-7.q16-5 - C++ interface to ImageMagick -- quantum depth Q16 libmagick++-7.q16-dev - C++ interface to ImageMagick - development files (Q16) libmagick++-7.q16hdri-5 - C++ interface to ImageMagick -- quantum depth Q16HDRI libmagick++-7.q16hdri-dev - C++ interface to ImageMagick - development files (Q16HDRI) libmagickcore-7-arch-config - low-level image manipulation library - architecture header files libmagickcore-7.q16-10 - low-level image manipulation library -- quantum depth Q16 libmagickcore-7.q16-10-extra - low-level image manipulation library - extra codecs (Q16) libmagickcore-7.q16-dev - low-level image manipulation library - development files (Q16) libmagickcore-7.q16hdri-10 - low-level image manipulation library -- quantum depth Q16HDRI libmagickcore-7.q16hdri-10-extra - low-level image manipulation library - extra codecs (Q16HDRI) libmagickcore-7.q16hdri-dev - low-level image manipulation library - development files (Q16HDRI libmagickwand-7.q16-10 - image manipulation library -- quantum depth Q16 libmagickwand-7.q16-dev - image manipulation library - development files (Q16) libmagickwand-7.q16hdri-10 - image manipulation library -- quantum depth Q16HDRI libmagickwand-7.q16hdri-dev - image manipulation library - development files (Q16HDRI) Changes: imagemagick (8:7.1.1.43+dfsg1-1+deb13u6) trixie-security; urgency=high . * Fix CVE-2026-24481: A heap information disclosure vulnerability exists in ImageMagick's PSD (Adobe Photoshop) format handler. When processing a maliciously crafted PSD file containing ZIP-compressed layer data that decompresses to less than the expected size, uninitialized heap memory is leaked into the output image. * Fix CVE-2026-24484: Magick fails to check for multi-layer nested mvg conversions to svg, leading to DoS. * Fix CVE-2026-24485: When a PCD file does not contain a valid Sync marker, the DecodeImage() function becomes trapped in an infinite loop while searching for the Sync marker, causing the program to become unresponsive and continuously consume CPU resources, ultimately leading to system resource exhaustion and Denial of Service (DoS) * Fix CVE-2026-25576: A heap buffer over-read vulnerability exists in multiple raw image format handles. The vulnerability occurs when processing images with -extract dimensions larger than -size dimensions, causing out-of-bounds memory reads from a heap-allocated buffer. * Fix CVE-2026-25637: A memory leak in the ASHLAR image writer allows an attacker to exhaust process memory by providing a crafted image that results in small objects that are allocated but never freed. * Fix CVE-2026-25638: A memory leak exists in `coders/msl.c`. In the `WriteMSLImage` function of the `msl.c` file, resources are allocated. But the function returns early without releasing these allocated resources. * Fix CVE-2026-25794: `WriteUHDRImage` in `coders/uhdr.c` uses `int` arithmetic to compute the pixel buffer size. Prior to version 7.1.2-15, when image dimensions are large, the multiplication overflows 32-bit `int`, causing an undersized heap allocation followed by an out-of-bounds write. * Fix CVE-2026-25795: `ReadSFWImage()` (`coders/sfw.c`), when temporary file creation fails, `read_info` is destroyed before its `filename` member is accessed, causing a NULL pointer dereference and crash. * Fix CVE-2026-25796: In `ReadSTEGANOImage()` (`coders/stegano.c`), the `watermark` Image object is not freed on three early-return paths, resulting in a definite memory leak (~13.5KB+ per invocation) that can be exploited for denial of service. * Fix CVE-2026-25797: The ps coders, responsible for writing PostScript files, fails to sanitize the input before writing it into the PostScript header. An attacker can provide a malicious file and inject arbitrary PostScript code. When the resulting file is processed by a printer or a viewer (like Ghostscript), the injected code is interpreted and executed. The html encoder does not properly escape strings that are written to in the html document. An attacker can provide a malicious file and injection arbitrary html code. * Fix CVE-2026-25798: A NULL pointer dereference in ClonePixelCacheRepository allows a remote attacker to crash any application linked against ImageMagick by supplying a crafted image file, resulting in denial of service. * Fix CVE-2026-25799: A logic error in YUV sampling factor validation allows an invalid sampling factor to bypass checks and trigger a division-by-zero during image loading, resulting in a reliable denial-of-service. * Fix CVE-2026-25897: An Integer Overflow vulnerability exists in the sun decoder. On 32-bit systems/builds, a carefully crafted image can lead to an out of bounds heap write. * Fix CVE-2026-25898: The UIL and XPM image encoder do not validate the pixel index value returned by `GetPixelIndex()` before using it as an array subscript. In HDRI builds, `Quantum` is a floating-point type, so pixel index values can be negative. An attacker can craft an image with negative pixel index values to trigger a global buffer overflow read during conversion, leading to information disclosure or a process crash. * Fix CVE-2026-25965: ImageMagick’s path security policy is enforced on the raw filename string before the filesystem resolves it. As a result, a policy rule such as /etc/* can be bypassed by a path traversal. The OS resolves the traversal and opens the sensitive file, but the policy matcher only sees the unnormalized path and therefore allows the read. This enables local file disclosure (LFI) even when policy-secure.xml is applied. * Fix CVE-2026-25966: The shipped "secure" security policy includes a rule intended to prevent reading/writing from standard streams. However, ImageMagick also supports fd: pseudo-filenames (e.g., fd:0, fd:1). This path form is not blocked by the secure policy templates, and therefore bypasses the protection goal of "no stdin/stdout." * Fix CVE-2026-25967: A stack-based buffer overflow exists in the ImageMagick FTXT image reader. A crafted FTXT file can cause out-of-bounds writes on the stack, leading to a crash. * Fix CVE-2026-25968: A stack buffer overflow occurs when processing the an attribute in msl.c. A long value overflows a fixed-size stack buffer, leading to memory corruption. * Fix CVE-2026-25969: A memory leak exists in `coders/ashlar.c`. The `WriteASHLARImage` allocates a structure. However, when an exception is thrown, the allocated memory is not properly released, resulting in a potential memory leak. * Fix CVE-2026-25970: A signed integer overflow vulnerability in ImageMagick's SIXEL decoder allows an attacker to trigger memory corruption and denial of service when processing a maliciously crafted SIXEL image file. The vulnerability occurs during buffer reallocation operations where pointer arithmetic using signed 32-bit integers overflows. * Fix CVE-2026-25971: Magick fails to check for circular references between two MSLs, leading to a stack overflow. * Fix CVE-2026-25982: A heap out-of-bounds read vulnerability exists in the `coders/dcm.c` module. When processing DICOM files with a specific configuration, the decoder loop incorrectly reads bytes per iteration. This causes the function to read past the end of the allocated buffer, potentially leading to a Denial of Service or Information Disclosure. * Fix CVE-2026-25983: A crafted MSL script triggers a heap-use-after-free. The operation element handler replaces and frees the image while the parser continues reading from it, leading to a UAF in ReadBlobString during further parsing. * Fix CVE-2026-25985: A crafted SVG file containing an malicious element causes ImageMagick to attempt to allocate ~674 GB of memory, leading to an out-of-memory abort. * Fix CVE-2026-25986: A heap buffer overflow write vulnerability exists in ReadYUVImage() (coders/yuv.c) when processing malicious YUV 4:2:2 (NoInterlace) images. The pixel-pair loop writes one pixel beyond the allocated row buffer. * Fix CVE-2026-25987: A heap buffer over-read vulnerability exists in the MAP image decoder when processing crafted MAP files, potentially leading to crashes or unintended memory disclosure during image decoding. * Fix CVE-2026-25988: Sometimes msl.c fails to update the stack index, so an image is stored in the wrong slot and never freed on error, causing leaks. * Fix CVE-2026-25989: A crafted SVG file can cause a denial of service. An off-by-one boundary check (`>` instead of `>=`) that allows bypass the guard and reach an undefined `(size_t)` cast. * Fix CVE-2026-26066: A crafted profile contain invalid IPTC data may cause an infinite loop when writing it with `IPTCTEXT`. * Fix CVE-2026-26283: A `continue` statement in the JPEG extent binary search loop in the jpeg encoder causes an infinite loop when writing persistently fails. * Fix CVE-2026-26284: ImageMagick lacks proper boundary checking when processing Huffman-coded data from PCD (Photo CD) files. The decoder contains an function that has an incorrect initialization that could cause an out of bounds read. * Fix CVE-2026-26983: The MSL interpreter crashes when processing a invalid `` element that causes it to use an image after it has been freed. * Fix CVE-2026-27798: A heap buffer over-read vulnerability occurs when processing an image with small dimension using the `-wavelet-denoise` operator. * Fix CVE-2026-27799: A heap buffer over-read vulnerability exists in the DJVU image format handler. The vulnerability occurs due to integer truncation when calculating the stride (row size) for pixel buffer allocation. The stride calculation overflows a 32-bit signed integer, resulting in an out-of-bounds memory reads. Checksums-Sha1: 23c58b90e42e5daa1494d51b817dfe21b95ccfa7 13460 imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 543c1bb61b6e6479a1a31596ccbb17f3d9905fe5 731524 imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 5b90f82d25c93425f213cb52e0d36e864b162eca 13444 imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb e090e6cd12904e838b05bb9db2a4ef33e55d8476 731488 imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 5865d7a7acd8a8b3345ad73427fbf79d61c5978c 24613 imagemagick_7.1.1.43+dfsg1-1+deb13u6_riscv64-buildd.buildinfo ba66ab8f83f8f53865b41c183eaf8b1da5369040 25520 imagemagick_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb ad8210fd8290f1ea7e412454d6aa02ea1c4e01b2 280068 libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb ffbd2189664b2f2f8c816ee4498effafc09e79f0 108604 libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb d0ede89264f4af0d303ca27f0856bb060e6e013f 278796 libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 7b25799665c129214523fe470b3fa1cdf22c7bd4 107684 libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 29fe6c22a9fc21443c6e52344c96b4e5935c71a2 737304 libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 0f73b76e10d28a36f1f31991697d1a8248d1160b 176160 libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb b336f134df0bbd5081ccfef565ec2dccf0cb8b6c 462936 libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb f66942a0657feb1dbcbd9f9318a82b0d8e0eb67b 737452 libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 4f35648b7ba3fd22de3c3a40d90a9c87df70b84f 175616 libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 31254e50d0257f798141f154abf9d7cf3a21b40e 463008 libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb e677c7bd70f6aa82354cbcec050c840323b3f838 33284 libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 2d9a419b63a5b4a88115aa7de7b0d352ec73b314 5203332 libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb b9e7061e8be3a56931a7815d8d2fa037880f567e 165452 libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb ebf92c9571b96251d392e4ced1559be619330908 76252 libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb d8c2bfdff9c45bd9e1aed50f41c64ee89b26246b 1821840 libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 4b5291b2e4429529bb01a4f8acc84bd25ea357f5 2777196 libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb f9bbf149d0ab2e04fdb956e217268339da19fce2 5221412 libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 78972bb364675b7fa75bd8d99208086550b19b1a 165868 libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 1a802f00a18d726f2ba636812422e408496050a8 76296 libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb f38dd8d255a183f7f70cd9e96f9936d4bf6eddd3 1821844 libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8c091bf75d11ad6bce9d9088911d90afeaac20a9 2763256 libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 0f64739b80490489856412824c474f0f0ab84fe1 772416 libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 4b890a5d7dd0669ebde0f8cc47aa65822ea7e71a 335108 libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb d8e68a992c9acf4b08b519b80a6a1dd195a11ac6 994440 libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb a10d5708cd9169e71887807b94e569ee7c706173 770432 libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb f7168bbef84bf1155a83dfb983a972855c37599e 334260 libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb d8087ee0f65dbb2fb78446fbc560b1f0ecbb5ef7 1009440 libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb Checksums-Sha256: 8609ab1e80db1faa7b33c7cbd25392fbbe28d4d3e3fd8545513c1a6e11a15805 13460 imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 211ab34250568b3affe083e7291b176f4acc2c7f2e582a2fec5f981bf05897ee 731524 imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8a271f942f907a3aba7f885248f53a9a35e0c57e4d48f554c5dea685f088c59a 13444 imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 2f4b879028ff1b42096a89bc16e80de876109a4c9838d74f86097e8a4ed0aee1 731488 imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 91be49b172cbc8b31895fff065f9f5dc0ed7b21b0acad7555864c07391058aa9 24613 imagemagick_7.1.1.43+dfsg1-1+deb13u6_riscv64-buildd.buildinfo 55291261f1dafeed0e7f4ef540f0ced8843d84cd990eac18b511c67f98bbda27 25520 imagemagick_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 19b5455e831b60d4f777d31004181bafca372dffd582ecd47f0ba172b80c39c9 280068 libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 1133044f2fda8ab7e3b68578d8907f9057e00691e0f45185087bef21c7ff12d1 108604 libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 2ce80aa678ae71eed9fdd97222efb2511bb754862e4d17b8aa8f726664c68273 278796 libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 0e171801f67c8bc427654bea8c430cc9d2ec5f3da336df0debd53f770d941df8 107684 libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 9fa415972d7d48edc5ae9961608cce8f8e4c8b9a8380894213b709e8544b0328 737304 libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb a99cb65141221225461d0140d785c84c12be9581395cdc6501d1a99ece32a7ba 176160 libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 69276035ee8166a8cec590dbb20f952b0144ef7018ab9a80a51269a06922b3e0 462936 libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 6d819d9928560402aa2798d9060208acedf8a6c440630aebb104eda1a6af0bec 737452 libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb fda0d9931e1bd8b067a25afb4b111104fb96c46e4d2b2ec2882b57f9ba92af6d 175616 libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb a0c434b032f6b9ca2826f1816eb9f26d06660d7201dd4c98e4b6dd362af13761 463008 libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 9938e5c690709bb23005311f4ebe10dca38932a7c6bde77a361e0f9224f7f0aa 33284 libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb aa1932c7b47302d70357a419e0f0eaac22d9464088231c17213e8addd0d62fc0 5203332 libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb f47f2aa0d300a18ce64b1c170395c828ee317b6a358c29dfe830020ce1b693a7 165452 libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 2f415ccbdfd9dd99227f2e2cc5855706c2e18a5cb7b13ac79972a1f4bfe553bc 76252 libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 66c5cce1806f61eae96dd7727c37c638788b7350e936a0ab259318250a6bb9bd 1821840 libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8e2d00104843b2e2661ee681684959a69014c81efbda26528cfe576bf50cb7bc 2777196 libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb b9d446a4f0cd04145048336df9ba4951a1f09944a2bb98965d219d5702c46938 5221412 libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 7abca1da43ef6dc0c17f6654a46cf8c235e080c18baf08b20d8dd7dba7c2c208 165868 libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 9ad9b7340d33a8deb228c0e5aa557d114917fe8a744a2d466ed7f139c8e0546c 76296 libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8c1c2ea6e2b96616a732d2434b3bfd8b8194e30744d30eddddb349a996869b95 1821844 libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 01f4847f7677fc8e01b938b7144b6dd136dbb9b83999d1c495bafb34282d48be 2763256 libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 458bd9450027e734a7e2f05775937329fa3d1c8f2d800d00befda4575583d541 772416 libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 88b3a52ac0326d7979927272898490a3e786fade22772f5a58c38880c8cb0a21 335108 libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb a637be02997b1d62be47daee5a0bec1ad5fa8bc275be94b8c5c8b8e606c501bc 994440 libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8e7d542236355a6bdcc4659a4122537a2c1640bca0cca041171aec7b8e6cd73f 770432 libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 2ad01f57fbe6bab48606f402540ba83ab31681b59e7cedbc8e3cfb9ffb1a45d6 334260 libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 229a67edebe4e5e17598d29d5fcc05f781e67fd93393348a7238c81c7fe18c7a 1009440 libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb Files: 003a2a40f4eb6fd337e0759ea85b71a7 13460 debug optional imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8124bb72b22cc26cbd7144ba0c98afba 731524 graphics optional imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb c66259e95c6b2abf806f2f1d2691ff82 13444 debug optional imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 240a0b376feb42c38e5c097df96dece7 731488 graphics optional imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb f801027abc12b4dbf6524af645328296 24613 graphics optional imagemagick_7.1.1.43+dfsg1-1+deb13u6_riscv64-buildd.buildinfo 87b7e4629851138d9cd1d04867db71ce 25520 oldlibs optional imagemagick_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb f1bfa1ec3764d22e0cda4323306adefa 280068 debug optional libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 94546cedd1a2546f4e291697e4e43c60 108604 perl optional libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8378934a97f4d117b8f6d46b862ebc6b 278796 debug optional libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb cbce5997821b66f852abfa724c120f21 107684 perl optional libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 515a242d8a12041f724631549cec8f6c 737304 debug optional libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb f7c678bdfd11d23b332de0e443a58e19 176160 libs optional libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8e824dced83674648fcdaec97f5bad9d 462936 libdevel optional libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 36bbd24ee05571adabf33dde006900fe 737452 debug optional libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 748bce7a8b98bea6120c74c8fd36c575 175616 libs optional libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb a74f83d34589c9e364a5d599ad555c3d 463008 libdevel optional libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 56af17d78a69da36aa8f3f79c4d987ce 33284 libdevel optional libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 9401192dc4673d9a442b86b6fc608f02 5203332 debug optional libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 2de21a6b4287e752f62ca29f0a062f88 165452 debug optional libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 9b6988ca6bf88ca3d92d483709cde9df 76252 libs optional libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb e1ae132edb59a57ee67caa72b3ccd6c0 1821840 libs optional libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 47ce32a1189ae26689fbab08651e83ae 2777196 libdevel optional libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb b19b8465be5f7faa578b738cff08ff87 5221412 debug optional libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb bed2ba9e5f5a88d86e9fb102841ffe87 165868 debug optional libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 043e45fc5dd6ceebe63da2d0b7a30f12 76296 libs optional libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 1dcf9242fcb5b2b6f876cfa57cf8045e 1821844 libs optional libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb c1901f9daee75270ddc28bf18acadc42 2763256 libdevel optional libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8ce920cf9b4b3b4fc4867633c81a9c09 772416 debug optional libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 0870411b00fa7176917899dbdc81a6fb 335108 libs optional libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 39ccfe70c330dedaeab85cf8aebdf7d2 994440 libdevel optional libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 792c4d8b248521fa878663cd46f83b11 770432 debug optional libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 8278816a65097c5be83320965558e8a2 334260 libs optional libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb 35342d0942c48652b965f22242609adc 1009440 libdevel optional libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_riscv64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEER+evXFzNzDWbUDPF7SlJcp2g6OIFAmmudnYACgkQ7SlJcp2g 6OL7wg/8C5KKOvNZ6NYZel7eDIpi7/oCwLw78g8ptdp4dZ9LQTHk5/5CHjA1Jl+x 3PxGkrco6/lA6KSc1ACOdYIrCpLbZcxgqO3wfE8wZbyEnnhhHYUJ7zsav96FNol7 3zsnz5mUIn+SPzkkvnt+pLrY0ytL//RxYQ1o38W3YDnRYa9Evf0sfobQq3IA3Wmb Swfj0NngHs65q46J4DEDxLh4lSNRQgbJPDz4fjXhE6Eu7FTyKSgRVpbJ5C5c4Y3n tXay29Aa+cBowyey0NOrvvpEFMpnLMVtCHDTxgcVM91++wcP7IRLw0Otgmmw8pDr fhYrLeFsI3drEiXQX2xwHFN6ydDBvwhxtJ4Sk0e4YiSObUtlxyOg1X72rjjjnabZ h4w+jucpssh75zpqI67lasZC8nURoxaoW5gzLxK/joOThZWS4QwaStCuFjoS5d0+ MSL8JfJAKLFMDR6qLgHlleNoEOYe+3tU/YZMZLNN3lAnH8RuxJUGANchLAC99uTQ 4VHUJ9PJ+q39Y+y5nIujn6zdVv1cfEgHXD3q4tXk6gGJu16C7kEgDgag9ZqDCYme KjWX8evxDqYk6e6QYIbHBUuvV1is6pS4CtjhP1NHLG3QCxYIMOD7vlgokkimMfCF htGO3BxaNzncztbGnemoDFAaE1gwjTpx/7qJkIi7lUYe+sUSLT4= =nvrf -----END PGP SIGNATURE-----