-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 06 Mar 2026 17:54:58 +0100 Source: imagemagick Binary: imagemagick imagemagick-6.q16 imagemagick-6.q16-dbgsym imagemagick-6.q16hdri imagemagick-6.q16hdri-dbgsym libimage-magick-q16-perl libimage-magick-q16-perl-dbgsym libimage-magick-q16hdri-perl libimage-magick-q16hdri-perl-dbgsym libmagick++-6.q16-8 libmagick++-6.q16-8-dbgsym libmagick++-6.q16-dev libmagick++-6.q16hdri-8 libmagick++-6.q16hdri-8-dbgsym libmagick++-6.q16hdri-dev libmagickcore-6-arch-config libmagickcore-6.q16-6 libmagickcore-6.q16-6-dbgsym libmagickcore-6.q16-6-extra libmagickcore-6.q16-6-extra-dbgsym libmagickcore-6.q16-dev libmagickcore-6.q16hdri-6 libmagickcore-6.q16hdri-6-dbgsym libmagickcore-6.q16hdri-6-extra libmagickcore-6.q16hdri-6-extra-dbgsym libmagickcore-6.q16hdri-dev libmagickwand-6.q16-6 libmagickwand-6.q16-6-dbgsym libmagickwand-6.q16-dev libmagickwand-6.q16hdri-6 libmagickwand-6.q16hdri-6-dbgsym libmagickwand-6.q16hdri-dev Architecture: amd64 Version: 8:6.9.11.60+dfsg-1.6+deb12u7 Distribution: bookworm-security Urgency: high Maintainer: amd64 / i386 Build Daemon (x86-ubc-01) Changed-By: Bastien Roucariès Description: imagemagick - image manipulation programs -- binaries imagemagick-6.q16 - image manipulation programs -- quantum depth Q16 imagemagick-6.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++-6.q16-8 - C++ interface to ImageMagick -- quantum depth Q16 libmagick++-6.q16-dev - C++ interface to ImageMagick - development files (Q16) libmagick++-6.q16hdri-8 - C++ interface to ImageMagick -- quantum depth Q16HDRI libmagick++-6.q16hdri-dev - C++ interface to ImageMagick - development files (Q16HDRI) libmagickcore-6-arch-config - low-level image manipulation library - architecture header files libmagickcore-6.q16-6 - low-level image manipulation library -- quantum depth Q16 libmagickcore-6.q16-6-extra - low-level image manipulation library - extra codecs (Q16) libmagickcore-6.q16-dev - low-level image manipulation library - development files (Q16) libmagickcore-6.q16hdri-6 - low-level image manipulation library -- quantum depth Q16HDRI libmagickcore-6.q16hdri-6-extra - low-level image manipulation library - extra codecs (Q16HDRI) libmagickcore-6.q16hdri-dev - low-level image manipulation library - development files (Q16HDRI libmagickwand-6.q16-6 - image manipulation library -- quantum depth Q16 libmagickwand-6.q16-dev - image manipulation library - development files (Q16) libmagickwand-6.q16hdri-6 - image manipulation library -- quantum depth Q16HDRI libmagickwand-6.q16hdri-dev - image manipulation library - development files (Q16HDRI) Changes: imagemagick (8:6.9.11.60+dfsg-1.6+deb12u7) bookworm-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-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-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-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-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-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 (crash) or Information Disclosure (leaking heap memory into the image). * 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-25986: A heap buffer overflow write vulnerability exists in ReadYUVImage() (coders/yuv.c) when processing malicious YUV 4:2:2 (NoInterlace) images. * 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-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: 555d05c34a1b4b44719578ceec6aa0395a5e752a 87512 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 3f8bcc49031e677766c69843060661e34ad654c5 343776 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 85de254a56b6b84cbb5596cb7336df85c919f3e0 86352 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb c3dd03bceddfb5dbf06394fb6d399e248e64c93b 343828 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb d986edf0a54b897b77881f15db2cca889a0cc5a9 24789 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_amd64-buildd.buildinfo 6ace461d665064ace4ce7fdb4293138ab8fdd9e9 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 1e0bdb6526826d38629d205bb40e3823aaafc853 238184 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb ae340819e525a1c7a71ce9b565b38b4e11e4c61f 213644 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 3c300194a4ac53c49bed9a6ec68a543c15a78f0f 237920 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb b592c5f3fa25407c30004df82a454b2ffc21ea94 213216 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb d5781bc7f3cd952a7f2417af0efe9a31dcc41977 1292548 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb e6dd33857629b2f86d598919555295fe9bd3ba7c 248028 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb bfa8223179cc14a8331b534d1a2c8e3f5448487d 241360 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 0f81f14cad6ac17d0b0ea25842d6b3cb3b46d77f 1293032 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb bdd798654ca38533b69af6e631facad997443953 248992 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 6d248e014f36064b1316bf63ccd7e8bacf429830 241876 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 94134bfd168457629deacd732885dc28e0cdc505 134812 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb dcf28c784acb63f3182725a291c78bc8055c8ac6 5525760 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 9a1db1f3beb6527051b71dbd9c0cddc429852ccd 194844 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 6b4feeb8ec047c8bb33470f6d35e5d8eb597485d 177416 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 0d14965f3d2a98c12d9d568a417d07d6f294eda4 1797792 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 924a9f525552fd5c69ff86725e2ef6d49dafc4c8 1117552 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb c39c109402eda67762d87490a169dcbfdf3806b2 5537116 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb acc5b232b8fb42cc88b11748e58badef9b12f30a 194292 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 9850a315889d352c13e78e562bb3240115e94de3 177324 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb cd9251534fdcb1ec25e70f41cafcd4dff1d22966 1807928 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 50708c96e447deabd4038f3ae105eff22603fbba 1119772 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 223c897676c39f77ab94b66c8e9278720e24311d 770928 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 7054455e6485ad5cc929991fadecb542e395e85a 414212 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 756a8baba68783e2ccf7f67eb1d6ffd54a9e7df7 412292 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 16c658585dbe72b4e17c0ba3b750f687dee1bb8b 770328 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 139b237e71b2ef78d46e298f60fde9e5cdffbb14 412772 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb cd9090b24675182bedb5d129e9b5db656a9b1bdd 412604 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb Checksums-Sha256: 273cee14c0dc15247423808456ce012c1949fcc8370689bff4713de3f4661ea4 87512 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 4589afa3a4f4dc0b73dcf3cdc6b2f0357ea264f2400913a1c7efabaca6393df3 343776 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 78aaf763ff6e0e6108333ad22f776d9cd96c0c39f63388df26846a77478bf987 86352 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 218e4539d7691749da618662b06f25638adf7fdfd027c3c7e9c79c163f1ef5f8 343828 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 27aa6713e3b070d9b18ae4745bef479e9eab8887d27b614b78a8d5fceb0a8783 24789 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_amd64-buildd.buildinfo b88c5f8df6d61687839dcbfe8408b287a6f1ec46dd8b9ba89d52bde5b2640726 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 9d49a3b83de0fb1f38be48a0f0cce0e942227be824b1262e0737207df9d79b38 238184 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb ac272b22d29136702626b98986fa29fd6b1c76af885819b5c8f21364ebaa6def 213644 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb e0320cfa4bddb5cd36c7b160fa361501053c9db4a414d5a87d32f90524daafb1 237920 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb ceb2a782ec9a3ecb6d810bc74aa1c18e9520cfff100376931b1aec4ffc4580c4 213216 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 89c61918de300972ff0ae7cf9fd4a9d2c42bffc49e32c4d64e9498837ff19186 1292548 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb b7468a049373d77d82537b318f4751b4f3099d6cc247a6ada2cbb76ca50e54b5 248028 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 3c67a8397fb21aa033694cceac911cb8d689c482fe77b1bbcd074d0187de6294 241360 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb a22cd1c750ddf344faac3efbeff32706219eeca0641117c284b4b49c25e287a3 1293032 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 1be361024650edfa6d3580f957bf0919d2b951fe6883ad83e3b389a600a659fe 248992 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 7905470c74c6fe1f013ef2c2dbcb2d59877ab8f4e1c9491a0404466e45cd0888 241876 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 6ccb641982d5e73f0a1d7515954df5411687efa40c531c191c36fbf94b61476e 134812 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb d5e55f4ddad17c96b5f963e2e105f3b4d64709771f1d4a7348310c6bdd8afb60 5525760 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 2a5628059f95d3074ad085c9068469946899bdb346ac2d822afee6c19a5ade8c 194844 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 8f62159a2bbe1b41a9ef3a2a0af3fdcd3807b41e9c1878ade5305ac2fe52a2ff 177416 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb bf82cdfdfd20a3df2c99a3644176de8946220661793fc56ff504ffc7253570ef 1797792 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 19aecf0e27a5a31a33191b564d4c926b1b2e67986b33b8ebdf9906a9a5d93c93 1117552 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb b7f0118ed9ddaf2020f43cd9fd96e26b5bdfe68eb44665ad4b03b81ed8bee006 5537116 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb e094fa0c5905a1aadbeb1a383f60e254c27e8c11e1b0e84339b78431a332542c 194292 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 68bd99f8f6484eb315a024fa64c3923da9d55c37a5f44f97d333bee1bf1d3803 177324 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb eddbc624d8646eb2ae99da24189bdb1da953a12c26d2ec7e058f110013261fef 1807928 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 9a563b0c9de760b10ee058743c177d9c5e6b30ab16f42e9a731dfe6564a717ed 1119772 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 2457148bb630a75e4ebc7080d42fc8a32ca680e3bea5ffa89b4da2f2e3525e5e 770928 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb f79e03c09b5f389377a7c6a98127fbae48c5018eb48e2d189c39b03f8461124b 414212 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 6906446fd94820245ee7faa712bdf39e5e0ff6875f8871482908eaa2cc8cf6c7 412292 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 58c26e5fd4893d0ae0c615233b83a2a6bde17cffeaa545c5705e28713bf0711f 770328 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 82b8a40b6d287676d9809cbf0225e35fe2c17b0a6d73e798af04f40e625a9652 412772 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 143c7e3e6edea4c33e16258fe9848a4ad8e91f5dd7684ed7a318e1790eca1cea 412604 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb Files: 2c039c0d80a522975ffb51911d450f91 87512 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 3fc6ba41f0ee2dbdbd8c6da744264fe4 343776 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 99937f090b736778a07a94b5fc5fd9c1 86352 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 0a770720c31a195441422c40a5f740a6 343828 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb af6c6ae1e249bcb0bdf89df110923592 24789 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_amd64-buildd.buildinfo f7d27ccd4868c5e8f67e43c769d60091 126960 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 38c297ebe0bff31b9abf6207331017a9 238184 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 8e08e5146453e28fa79f1bed5e53e2e7 213644 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb f33c700f7510fd107a89c722633112cd 237920 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 39e9926ce16a48ee0c5100b46ba33905 213216 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 9f559e693cea28b0b8dbe2eefde93a6b 1292548 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb b7f6d222ed01936d5686a27349d69003 248028 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb dface2a0994ff1d9a06ac696739b5160 241360 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 5a431365a2e75415def240656836aeae 1293032 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 4fb736f6b0333ace74a362acb0b33115 248992 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 703fc674bde9c78ce36e1283064e1dde 241876 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb e08f893fb4c3baae28d117f1daec7474 134812 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 0fd78a58752a5274abec8e94448413c5 5525760 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 462a59a1e640babc1a0c402d5a9d9e0c 194844 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 22df85123bb2f0eea2854f535864fc0e 177416 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb fc6b1d9631c2b351957b90602b44d8e3 1797792 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb e076532201c931a78a973a951a87b169 1117552 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb b90b337c9109ac6e4ee4a2bd03479d0e 5537116 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 9b60cc47f7e87d86f5194847714e18be 194292 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 510e9cbeeb6717d75bdbfecf84acc9e8 177324 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 75959b38ab99453db8b200ff337ab1a7 1807928 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb e6d655c92fc8a92c1d5f0430ca36e3df 1119772 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 7465e324ee856a9399aa0866434a2605 770928 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb c0906b8cb2b39735ae3fe33f63f7d01d 414212 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb a9ca2998214eebd4fb38ab31149749ec 412292 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb d2b3cb39bac088c4302fd9addbcf3682 770328 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 5228b6137e66ef230f8b07f4d8cb7054 412772 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb 3539b6aa0bb9acd707344c470a8b890f 412604 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmtr4KUMaso2EQ6NrTwt/65ON6zcFAmmwSoAACgkQTwt/65ON 6zel7w/9GBTBN/GB+Ks1tbKqYcRRpXvDn5w/gOSxroTnxAMLaoUUcgWMysJozN7W durIY6zDLP45ZNqoMpGQb06U+E6TlYKUhN8oIklhJ5Kc4ZgfjrT1Y2i+nPaFXjhG YqqXbIznCn06uc1fa/a0qjE0DdfCM1CZvOlpPcIVe3vIWIJzwh8IEsHlpBG28E6b QqsnBSc7OmUOnaPa6Q5GUgOGPrTGNEeeNTv+2bs4QNAHbLjzSNI+/cCaAZsX/Zfd IQcar3IjSKZfQ2c5fzLIgv+x/NzbAswOgy7hcfqhf4U+ZpDNkvn9NaSAP846yAFT 0NuUfYaW7FwOzcdpkGPEUUFgvvWkqjrmGg40Q/UjeN3ppvzCJIpvqTNHtCmlPpRu tRPwSHFrQIpfBl+3Wx0bHai3FeREKqJZ8n4KUfhFpdW0E+ogKEXrGgOt4jOIDGz1 9GXAxQV2qx1NUCbgNcbqUklPme1+abLcShWkmNojemLbmg0Lar1F1DgDKWVitdmA XN8UUjOP2oKUm00RZoIvX4Wl8kjRqean7EHjTKja1FFiAbuOA5T/W1Csx+zqGByH cvE0twKzajKxYsz6gFe4Iw8w5TKOgAkoj3SwQSF3AA5BBPcU+e297ihBD4dRqy1I 0UuPBrF2z4E+8Qp8jOggePS9fXQaOHv+iXc6WYr7qhbXR97bGyA= =dyqw -----END PGP SIGNATURE-----