-----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: i386 Version: 8:6.9.11.60+dfsg-1.6+deb12u7 Distribution: bookworm-security Urgency: high Maintainer: i386 Build Daemon (x86-grnet-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: 51bb589b4c43287843fc4b6394b5edd9124cbf65 87460 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb a2826cdd0ad0e8f3842aca3b58ea7ad6b47e5f7f 343980 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_i386.deb f873fb6ef2fc9d7cd5af9c25ce45291b686da613 86808 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb d9a505ffd59b171a82bf4360612b66b3112d120d 344024 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 4a57d43663ddcb78ebc24ac5c50690e6e6a69bd4 24639 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_i386-buildd.buildinfo 56365c6c1316dc1f40e681ea07e1b23cac4445cd 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_i386.deb d57d351e53b7ba23f155ac1e89ca318bc4531015 209016 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 187d2385339b924ff796706af275529371085f8d 213240 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_i386.deb f3c369ed7fd7531f121c5a862f6dea632fbf45dd 208828 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb beadc59be363ef3bac290cd82b96be7037c5709d 213736 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_i386.deb c1de0fbac6c0a479370cd4b72a5d64974afe86df 1220988 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 0c632d347ab390c1b443bedb86c2bbc5199f705d 260572 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_i386.deb b2ecaf9aee493fc8a694807be4df9dcff55aa8b9 254552 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb d71cb095a12abd12ce1576ef3da57261cb9135da 1221884 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 42dcb13b77413e59d6362be6d6d7c5ac63cacf41 260944 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 424c2e620fe86d5d2a9e2a23645fd530246a51f8 254984 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 756227ed03acdadc040da8b6148f0e8e639c8100 134824 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 7ae9d7a2752a8bf2a6e75c5be487e0d8cec41752 4976176 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 3cd0ba28d4969f7e7b9043d7b843ad7c9aa87e66 176284 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 827c741590d8aaef88da9b45b46a87a20c565feb 181164 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_i386.deb f2c5e727616f9dbd83017b89830ac3c016b3e9bb 1857664 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 6e190785ebd429bacc8145504c54a4f9ac81f351 1204380 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 78373881c39ebb1180650d52e3ba670b53016f99 5002420 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 6a7384fd5ea828c1f96e1d41498a3374e68ba780 175744 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 2ebd454664aa2d8269ffd450023758c983cc5d9f 180764 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 1b494febcbc67226acb5876b750c5e97ab8ed199 1852664 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb fb47f38bb075312a909cbfda98b07ceefff8cd4a 1191892 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 6acecfb1a0ee106e65fa8eea613cb1325205fa57 579860 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 898fd528f7ea23e60323e814fef1ccbee786540e 394596 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb d88cccfcfb9a0d302bb4dc7dabcc251fe0a797f3 423324 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 047c31cb95f3dcdcbc069147db0d3ec58ea220b4 579752 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb b0fb96aa51538e75433f4fb157716a382b89b5c5 394800 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb fbc15a1e67174de4c7a6464d771dcce0dee2d42c 424028 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb Checksums-Sha256: 986156a44a8cf179ab0827481402be8d3fe68fedbb9545bad04974bdfe364f98 87460 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb fb02caa210cd315fd558a895a1fe9b39ae0edfb69680fb59f6850a0f0062d8e7 343980 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_i386.deb ee1780dccb78d1b4264fc4d68b5f3e6844b14479244f5ddeef7ba691f5baf070 86808 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 5e9bf08f02111297df246336930c3d8b7bba0c6ae710aa19f7380b8dd6f5ab8c 344024 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_i386.deb dd20615192f0ab6ba6a035ab998d3a7fe2d52b80658340ca8f4ade750e4f45c8 24639 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_i386-buildd.buildinfo dbd0021340318d76bda8b0ec48884193fe4a3a6949738b5ba7518a1d8b1e61dd 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 3f12ac90041f30ae490168115828f07b2a7b15b719e77b17497ee345a3a06814 209016 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb a6995cd39ee015387222c0bf9d54fbe6b8115924a85411a4a13548696bcc1848 213240 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_i386.deb a0533c9ceb787907f302aabab619e04aafb18b2599adbc97f3ff1159ea8e4ca6 208828 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 0247644bb700cd9a79b58a306872ff41e0442fa4854e23b8b01334d93804a89d 213736 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 54a82ccdfa8bf2644f0f6edc22e99787bed716b57aceaa3bdd69e31e163f64cd 1220988 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb b13db3265a6fb8df9be8c25e6661539589235366c203ab0763f43c8df20f311e 260572 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 4bf43b112ef5f3e8ceabbdbcf2e8bdeb1a3d3ba934e8762375f1b64b8c71e07d 254552 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 1e75078ce30f61326a67452cea6cbb5cf87f9323160f6e9a0a2e1479f1ce1e61 1221884 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb eb28ec2d1679a40a9bea10f989b57d4a6cbd52252409c5f50f3cf633fb3a1caf 260944 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_i386.deb c0711956cca3b524a1b3aca33f4e49dd5f6e8b875ccc28802770924eede2c446 254984 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 40c08e0e926433aab970bc5ed83c8a06fbdeb3eb9c1b704ed8b8c837b7446115 134824 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_i386.deb e5bf41a3d318da4d5aae23fef456d15f6a356c9ae1bde5a8f2ce1c5f378d994c 4976176 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 48263b477bfc008b0b77e773eb2adc4060f69d72f6a8bc99ec7a621c24338324 176284 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 0b2f33064630e1104f29ae43c309d93ac95eac970224f134ffe5e4efb4900a6f 181164 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 0ba6b1f2b952cc35f0dbd184a24f2a19873708f9ca153f90cbc2f5f2c4dfdd66 1857664 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb a168f758d80f6cd6962a8f532f0c1f57c7073ce8b9c15658bf6aea09e597aefd 1204380 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb ab061ce177efdb8497232cf112abb5e50b82244bea529808f271330186596bd3 5002420 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb ac9cf6093ece7a18b03698ca145f6cd912ed8ef49aea41fbc48db6a4ac5c9e79 175744 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb b30606e4b1b4a37e055a937ff48848d89dcc1043dc13b060a83780415d7c0b78 180764 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 72f8a287ad297fcaf213d37be5c106cfe6487a290c75f2a7208a77d3e8d3ee9f 1852664 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 956b739eefc5674f8ce829beca2450f6ba9e55656a910789dc2829e5a88b453e 1191892 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb b7f5a9d16870d82186c934e5ad97b36aa5c59d0973400e8e84b540042d00eb6d 579860 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 3adf5dd0c0cc0c496a647de47b1cf0addd52ad0fbc867ac5cd3d5cab1f0f0c7d 394596 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb a042f634470d1b1d6ce618aef3e2307a4266e75dea50fc9635a1820325cb1063 423324 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 98db45785ca0eff5322240e29b20ba1a03c9834cd08500769c1de9bd9594bfce 579752 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 5b1b479f101aa524a7b14eacb04520fa19c59bd08411b2e389b6c836447ee731 394800 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 928e5af17b8c3b7fd2aaed00bfa9a943ca967ee1e262f31acce4c764ee3edfd5 424028 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb Files: 001306ff2413b7ea0be3fc409c2006eb 87460 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 2c123a072a994374683aacecdb62baf5 343980 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 33b5ff30eed15a7e1d86f01959b07bd8 86808 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 91409a35d4e8e4a0adb571e4944d3c1c 344024 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 7da3e559f7cea4f9add6938a751df663 24639 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_i386-buildd.buildinfo 6c90d47e7f5f1aaa1b47139d82b913ae 126960 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 7044ee699e1f06c25d6864fe8f199d64 209016 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb ad750ac64ae250c28237f95035896045 213240 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 8029f7fdc759e68fb86b2e16dd5ee799 208828 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb c0d068cdee592265e961ac2d7808e3ac 213736 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 2448f884fa540102dbde2a9d022551ad 1220988 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 58276ae69e589a8aa8c95bc1ad68f452 260572 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_i386.deb cb8348fec57affd888afd67cef9613c1 254552 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 61c3d8b6543070af9dbf2d9de3710a6f 1221884 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb e774b32701ab9dc4e9e74954c5aa3d45 260944 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_i386.deb dcf8a55dd85955bd45518c7992fe2847 254984 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 194314d825ca4b1e01d0d78478490052 134824 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 8368490c4bcd3cd95c39681ef585fb78 4976176 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb dd102e8d004f67cc5ffd5fc05f4cbe35 176284 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb b04abf9eec0ee7a36c695df330629506 181164 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 416cb28c74bc804fdac25a9189e80893 1857664 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 33d7d6e59ac03ee0ca94e9480b393069 1204380 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 047ba95ab2dbca2b389bb9794535c50a 5002420 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 2c8f7dfe5d45d6986723aa18d7336ca7 175744 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb ca1ec2de44d2968e0bb23a4a11c4b2ef 180764 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 947acb0834da62ac9319f53162a47c1d 1852664 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 283d0619002dfec76f181122fd217548 1191892 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 3bf7cf0591c98ea4eca55b492158c87b 579860 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb 6367ffe372504af0ccda2561ecaca426 394596 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb ac050c835ed13df8ec6166a48d1973c0 423324 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb a24fc378b5bf384696ac7b2a922f8417 579752 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_i386.deb bbc5d606ec76d2952eb8a89a32d87c07 394800 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_i386.deb e0d5c01f6dec172ce4723e3621489087 424028 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_i386.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEPAUaMA0H0rOy6qBWf2INRiCdaWIFAmmwTMEACgkQf2INRiCd aWJ1dBAAh29Dhr9l9XwQsqDyTmXibHUtdMD7qHUzGk7CeGjowznJbbaXqBCyPcp7 xuu/+8EOUFnJfNO8o2RFnIVbyXQfH4DOvJBr7OSnSky31mXNEQeiWDxf9NZsWQ6V umGyvm2oosMDyRxmNyf7RHxnF1aKAj7pCWQqP1ZA9EOz65weQRYvVJJwoBjMizEF GUyy5ZskAi90DSKhDWIzydWk+4xWYf0ZFp3mvUp6UOaEJFtu6R6zSSfehVl9FCg7 OaU1kp1oeWSe1LvkMwagRSR5hZIaSnPEBsQW7kQqHRuqQ/GhjonKFIv7Xo+YMUDX WBuvnpTl/aaxlmCA4Bj1PTHUJaP48VtsAkoiUgMddqaxWtDswiMzsNQjeTDPxdU4 49Jc+s2ZujUEhaMFvAqAhgyC4bw6Jp+2FlazGNtURFS+HhJJJwR8FQJfeeOucwrD 1pbMyuPtZiSpd9E8sMmGmw6cDL0B8gUQcFbPhTTRgMCVigwCzJpj0KYRAjsPjXI7 a3w+pVXfHlomWeWTA9zgkIqvranF0zs20J8OBFHy4phKRQ+xquR9QK2Ng1qScMk+ rNVmkBdOEWyYGr1TsHLt9EKIGHCv3Xd8i9/I4401gfvKYY54upu0gN+fQQEng3rF 8RqaDBBo/W/iRr6m3bU+JOQfUN0SovYGVxc1/5wAjwDlKSeLR+o= =hOtw -----END PGP SIGNATURE-----