-----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: amd64 Version: 8:7.1.1.43+dfsg1-1+deb13u6 Distribution: trixie-security Urgency: high Maintainer: amd64 Build Daemon (x86-grnet-01) 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: 37d24ff325bd91ae61e121d92ea3d5c17f034625 13384 imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 511f1fa6424bd0b1328be40d7d650c1e5488e657 731696 imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_amd64.deb c69735d74a2fa6859e8cb75fa00804404fc9d2a1 13400 imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb cc78028319c5cae6b5a287531036e352b4faf635 731788 imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 3c08da62fcd9091a44e18c3f80e9c519b99f9c07 24519 imagemagick_7.1.1.43+dfsg1-1+deb13u6_amd64-buildd.buildinfo 7639dd497cf3710f6be8839635a5742714f6bdec 25516 imagemagick_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 6441e0585774d080de9e844838b98e6cc488a762 304404 libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 24e8de3a52479c0ed52c5090ab15cc2f09ed6a4a 113828 libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 90539b2ea274912b946558a3212c61f6fc13b194 303492 libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 22e9b5da3e101f14f361f500ed35387ea55e392c 113228 libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 39ea1b78b7a7d39f04811e361eb5830f467094b9 929696 libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 68325a694e680529ee708ca1897eef763aae6656 182748 libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 6c5c11ad846ea9536ecbfccf801ff9cd87cd46ec 164308 libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb a9678ea23a90731f8c789acc164e9945b0abf9cf 929564 libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 1f2bb1af026c5c2244f906f005628556513082b3 182444 libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 7ff80004b0d749714cf3bfbe305b2fe03b26c311 164644 libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 933734452b3fabbb683428302ba7f882c9e3f673 33280 libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 1fffdf3a8ad9828e9f9e9363a3c0e2b24c5408cc 5426068 libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb c4ac6bfce3d9eb4920c0ac4afb234d424e6e0658 169180 libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 7bfb1fe8d80313b4b5718618dcd37b4dace3aad4 78328 libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 286df15b5e2207eb79b7afd20dc3634902e277ff 1851396 libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 36371219d08a91a4cd9e7fa97ff99576a6758f97 1112048 libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 566bd7e7f85b4dc9d733fe4798c4d8a29cc53c6e 5479072 libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb cf98c891a17c27bdbeb712cfef624674a9823df6 169552 libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 4b8594310a634b1a09a51cd987e9b756c3c580bf 78484 libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 4ba13489ef29a8e466f7c06b7cc44d4350e60d27 1869360 libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 776b8aa18e095cb123dd3269544f732f847d907f 1123816 libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb a97605bc4d558f7bb0ee5e869c7856ef1509a967 760724 libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb f82583f19e966570d45b8b18ea61935a71e4d72d 347556 libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb a76650241fd37ffda43cd07a5fe604cbedcc621c 357408 libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 9117adb9dc5632051bb5df668021cf3bb13ed927 758988 libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 6a169a624771f596cc16e84cf9c661ebf96fcb6f 346248 libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 79e4836213140b8e330c0259baff497b541f1a33 357636 libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb Checksums-Sha256: 9658c1ec4a67b16e9688cdd736c1161a4eeac2823c4f33db7493d89b3cae27de 13384 imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 268f700e2e08aa54cc1b4d7d3ce81c792e6ebd6e176c8d8deb13ecf6774107c4 731696 imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 00d66cc0432373322469cf5846c461678b64e98c54b229cd6e34df27deffb0df 13400 imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 7c4e57ff2fcdfe48172bb2b540118356517150f49f7e4f8af9fbdbf7b8cc0235 731788 imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 1058758d9893cafa2f1d98e085b2d122e4aa8e798aeb82f4597256baa8d572c3 24519 imagemagick_7.1.1.43+dfsg1-1+deb13u6_amd64-buildd.buildinfo afea22ab4bf5154630ff26324c59f06a7da2b2c4cba9ac724d53c1a82e10a703 25516 imagemagick_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 474f0fd4f9e8404e4c2d5187a24c76fcfbba522884b7548a2cd5860157d8644c 304404 libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 3cc6a0266a7e90d276fdfb2a16fcb944f597eae2d6303803062147f1716543f7 113828 libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 0070bcb0ad98b9328f44b8de42d1dd45f1c129519afa157f9bfd12a3cef31508 303492 libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 799553924ad451be11f1ebc057190063050984eb40edcb24a4b2f18cd9d95f6b 113228 libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_amd64.deb ceb3c37a5f0c14798407de93f795d3cc8cae57a222ad991442cdc5244bbf9755 929696 libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 134375d9298318fa09abdd7a62ab6259a4cfb888dff0e6927a1fde6c71766ee0 182748 libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_amd64.deb e1fd7363fc06dd7e77b93ab124ca3bf712cd9e923b52bf458e995635fc05471d 164308 libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 88f13aa118e67e801ea9d865caf5307b8b27f88c5350294d2457c06667a546ff 929564 libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 550d71db3f00287337fb0fd5409a3a7ff68b4aef901a1d795e0dd78953c5cd33 182444 libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 7a7a029ef1da5ae7f2b050b85a9095ca37ee83ef8a7ebf38ec57db11dffc6aa0 164644 libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb d0b61da5fa255bf42ccb46f6783f4ee18b9e1e973d8b1ab6d8f4e18c35e8b3df 33280 libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 9873845282bf220faab8e2121b56d4c3ccd1cc73f29d074a475acbe23b9fb14c 5426068 libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 9b3c6121f6a3ddf4931830d29b2e70aa6009e81bf38c76f7333e827778a27d57 169180 libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 50b89b63479b051bf3c44cbc9c6df0b2ccbe7bc78bb92d42adb91e17812f4e08 78328 libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 76d2d6d685075dedd784dc273a004095242e89a8f5421da6fcf629107915a612 1851396 libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 1a5ace5a7b24e88271d0004d4fae9b1e3d2a01d94592c89e13a83445c0f54b59 1112048 libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb ac348e921d0129db10cbf8aea9851bee0aab57cea0e7ff01c588416616866102 5479072 libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 2044b9d59ee5d134ec95be04393f4a856487cff385ad524f33011d96f6cc6d30 169552 libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 2ff806891e0d1dad4bef843f64a729d3616018d7e5427ec6b05305cc6647b3ec 78484 libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_amd64.deb c3f915cac8edcf84ecae83e056ddca0b2ef5741b55241c6d54baebb3f122f17e 1869360 libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb fb34956de77870a099d70a09fbbf5272bdd83ba5ca3ea508411fde8acc2d4dc0 1123816 libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb af9cde330f66862e8f71fad1320d6b183e1a67f2f2b69f80c18a33ae00cbf31a 760724 libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 6bdd75b855b56728072d768bcd435cb18e11272be1d2fade34b185d551c65ce8 347556 libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 260ecdafebf10fac5792475b9e894e7cd58d9ef77c1fd36df93d0fc6ad4699ca 357408 libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb c95d809f22c09259e54495785c50d0d13055992de04ef17f8f81b0543d60554e 758988 libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb e770de409d2b7557b43b65b81c79b38e754cdaf95e002fe74403cc7144c8393d 346248 libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb c07949438af66bf095f5a3029d1e34addbb7df28960d46e24b61578eef88a104 357636 libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb Files: 6e82770074bcbd981dbb55aa3a6a766d 13384 debug optional imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 726f8a89a9d6690f66032a1a8eccd34b 731696 graphics optional imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_amd64.deb f1cafadd843ae2369a9c8902b9f7b8db 13400 debug optional imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb daf2d5e75519f15165d5923d2a386f1b 731788 graphics optional imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_amd64.deb d022472b238ff412126dade755f75c2b 24519 graphics optional imagemagick_7.1.1.43+dfsg1-1+deb13u6_amd64-buildd.buildinfo 41179a476b877b0fa141dae2f0707373 25516 oldlibs optional imagemagick_7.1.1.43+dfsg1-1+deb13u6_amd64.deb f750d62bb9ea1f4457859407839868fe 304404 debug optional libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 48eb125a39f97329e6bee79f6270e84d 113828 perl optional libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_amd64.deb cb74617520f8b4d2e7591870a9eb6872 303492 debug optional libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 70f1520ff882eca7be666dad9058d153 113228 perl optional libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 3dbdcbf74e4262278ccd9b311497abd0 929696 debug optional libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb eca03328320be273d5665cb5227d7b2c 182748 libs optional libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_amd64.deb a62c4670f36ab7f95d71ec355b89bd02 164308 libdevel optional libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb da06ebc87a0f73853e80de0be7bb5003 929564 debug optional libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 6e62c02fba8eee2e0d9d465ac43df1e1 182444 libs optional libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_amd64.deb d39520aa00d2595188195520fef678a4 164644 libdevel optional libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 6140823997aa68f4e7731380d5961fe8 33280 libdevel optional libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_amd64.deb f0220bd12764721f6f710bc324a5bc37 5426068 debug optional libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 5ee903bf21b078f42d78b1b5141bfd70 169180 debug optional libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 5412d7905120cf06b79ce813ed1578f1 78328 libs optional libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_amd64.deb b1f894b70fe88fd29ba4a03582a76635 1851396 libs optional libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 91593e1b7438b4ee8e9968174d969100 1112048 libdevel optional libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb d7ceb2557499651c8ed5b7b3df708dff 5479072 debug optional libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 78eb0c799084a1dc2ed28765f643d745 169552 debug optional libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb fb5f4945b81e0b8fae26b8d7c3f3bb06 78484 libs optional libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 4d663b2beb0e179c8e10b792c0709208 1869360 libs optional libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 2f08218faa106669e1303a4dc8b2605a 1123816 libdevel optional libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb e0bc231368d30d9bcf529e7dd2f10773 760724 debug optional libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 2d6b5cda6d8edea2df51e9d57ef6221c 347556 libs optional libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 189d67cc528455dbf894ebb74c29894d 357408 libdevel optional libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 2f3e7d26293595583f947337378f9f4b 758988 debug optional libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_amd64.deb 2b36a2907b9b2860e3266a481771069a 346248 libs optional libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_amd64.deb afe95f09748865b21b6b934bd96e97a6 357636 libdevel optional libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEPAUaMA0H0rOy6qBWf2INRiCdaWIFAmmt/gAACgkQf2INRiCd aWLOmA/+MeP5+0y68NPrkEAI8kPZHgHOA0tVjq9sBViQRmUdUmk35xxpHwd7K6Vw TyVWfFCqN8z/M6G+AXjS0qRKJ7k/hYOgk6yVtGAtGjwe/HQWqUGcj/IejAW9kOE6 udqjR99XYss8A0udEGnCAMmcXJo/BuKFBKRYfQkot1ofHcyxblSVB7fi3aaVcBh1 DwwS4YfD+7r+RiAPZ7lij5b8+OTRZlgnZ2tGtmhjDOkJpfD6rqVkMsmaD3st16hv Nf0oTh9t6Uv0TLFG8hBhm5JOvH144Ap3g0duU9XQNGcekZRBqnZODYCSj0OZJfhG taHQeywjoJIRKfnvSGkuUzw9Vi9lYViNJlSj6drEYFapUb9sT8WFonDNy1H1ttWX Pt2/21dDDs51raHpJIjOs3n0HZag9PEh/k42k7I0ETKCeIignxCa0bP7c9PFxZAZ S6nQ1yNGSy8tltyEYHU05m6oTsSRsbUjzxm+CeX7XRgWHMDN8CXQ78CXuOYcjn42 FHGyC/i8giSIRXFyZwIV9M8No0psa7wXzNCS7M0t0eBKo8VEcmtOS+r1WVIa1rvx CRK1TBOR7t06Ae72dsX69s7vU5Z+J9mtrTZykxHg2boEjgmjLYk/rv9DI4VYkqGK i3C0KdkfeZhCRa0CtQfBYRGrRGEZvioD4XBEwJ2BMlniJ4B/6eQ= =xnTx -----END PGP SIGNATURE-----