-----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: armel Version: 8:6.9.11.60+dfsg-1.6+deb12u7 Distribution: bookworm-security Urgency: high Maintainer: arm Build Daemon (arm-ubc-03) 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: 2128177a6ad7045c1b4b1a3c712943bc5d345bc6 90384 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb d4ba7ab22d8bf1488b6b9a18cb57ebf2938c2da2 343904 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_armel.deb f55bab352ac39c83e0544ae270dbddeb3c2f439e 93352 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 9e1fcd4a759e2572dbbd5c9ce91d23964c5e36bb 343984 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 196048cbd483fe2c5651025d92fa6c2651ec82b1 24546 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armel-buildd.buildinfo a47741e3acaf0a4c1a9d288c243fe9006d1e6223 126956 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 8696aa630d074abede6f38171583397c3b519520 239896 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 808ee65232fe25b4391926b3de0b5ac990672381 208072 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 86670fec9e29e599f448c9190f9d567bb957551a 240288 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 74ecc713eb5302b67418f53ad1d07c90eeb986d2 208316 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 737073c1df27fbb5ed1e9d14d57a91421b1388f3 1280596 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 0a235f09e1722192ee72b36a0e0a5646eb0414ba 226224 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_armel.deb fb8d20ea200a72cd4566823fd6780c1fe96ed7ad 221628 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 4fda888fcbdf4d2c0dbf73bb7aafb52087ce0eac 1282000 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb ea47fff5dda564bba5463a46eab97e157805e496 226072 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_armel.deb bd18fe5875ee3ea1cb41f55df94badb131ae2125 221508 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 2efcd4aebaa7d50a9b1df9362b582e36c0ed8d5f 134832 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_armel.deb bd9e11d3db0dbbfa5d95c6249097f962725c90c1 5552460 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb abf44e8913a6af32b6767f994dedb28a508ea1dc 195336 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 9c6557d9e6ea6a5d89b52bd8082d5eed506f9a06 175900 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 689e569e4e678d8b9e02a88d03b868f19f939e76 1728636 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 29cb99b7c3dc35b02d8d0faf8abb260eaa84ab64 1091568 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 10ab7d6cac75cf327a37798d02b1eaf1cb1d8d3e 5611404 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb fb4a2ed9301267a1bdd939f4d28b4dd420a34247 195156 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb a3c6d0e75e1a236e35dc02a9639888c003f0239b 175856 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 37632c010cc964238ea22592ff6d4e42b300d522 1736900 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 2ca73549d5f0a9b144917b98e5734dc5abaa2ba8 1078760 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb cd9933f23fa4884dcf97272486ea72e426cd836f 741572 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 0e56683a18f9038a7a1e78297a0a2ffe19c6279c 394184 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 1d870e6bdbe8d5c2432121fa053236cecb253ce0 414776 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 975a3929ebfabbdc805ed7a25779ba68a1057250 741740 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 817ff6dead9f0099f11abdf69206ecb368d5eb2f 393972 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 6899abc70d37d23ff02a606f335aa9472dbc127e 412584 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb Checksums-Sha256: 12ef9f61a44e5079a3398eb436f2bf14cc83b3c0ad95c5bad8bf8db88584571f 90384 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 5bf7175db1ce69749f3e5de4b0671160abd188c7fefcacb4b4aa9ad533c64f2d 343904 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_armel.deb a1adb8b3ffbe5a68f21d91d3c84eb5d315507256c1bd6edd6394a0e8b10c25fa 93352 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb c2328cc2a2aeed12231ef39cb3193ce153736b66fc5f30ece9659c81fb3be257 343984 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 5c9677915204470716a2035523523b29fec43266e3f341a1f352bedc227a3f61 24546 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armel-buildd.buildinfo f773d1c56ad17162a50bc6f4a49806b5ff7b6815eeefc738df410483024c9673 126956 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armel.deb e45f64032578146522cf8d56ac304c3ba8714b4f78ef1fd43e71a5050a7167bf 239896 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 9b09ea4f0f8c4b10a060e488618c41cfca9513d2b2aad2325026daa4179b345c 208072 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 254d204db3c790efa6874825fc9992d5fadf6647a51a21ee23b03e96775d52a7 240288 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 523ca4e783108d0047b06aae125cd6ae461e8894bd7c1ada153ed6719ba65052 208316 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 0ffc2f6358841f3317536155dede6ac4de2cf8b403858337b8f226a95b381aff 1280596 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb b3e674cff1a40b483b7d8ad812c6b2b06b8cd8e9e7520757f7aec8c4f7fa0de5 226224 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 06f551fecbe3e475930765905199a4fc92d961722c50e7d997ddb6d8dca0b564 221628 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 181e9be41477eb13882d6c4a6f60219766e938e82ad2c0b3c9cf674e5738150e 1282000 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 842d829a3f68c894fae2d21378e32c58ed8f472a54741a76894b9bb2cee9c1e9 226072 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_armel.deb ef9650d27a4a2e6445340caaa8444526d6df1f9313a8cbc7fdc84a75b74d6d8e 221508 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb b600aa1cff800789dc23f0971c6b87225e63f854e28465f91d1933641dd52c05 134832 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_armel.deb f905b20c382921fb163f25414993ac67e9f9a5dc263efa9396765853360c2b2b 5552460 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 84864e95d975041a4c2d9dd80ea392b65016345243e4ba0d64d9fa830aaf6e73 195336 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 6a9af865ff47b9eb0e8193c3ab01c9eca2fffaee65aea12e6e69b44ac6018915 175900 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 64f3bbf3eb514884c65299d6d731a04929f27989dfbe7f269ac78397c40e0a15 1728636 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 1461104cc85b5d5ae616ea9a4049e9e1dee6a532adad9df73a4edc960b284a52 1091568 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb afd98f41f03bf576cc12dbe6f4c4504766fc268d8e2d856cb18c785251fe51b4 5611404 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 9da8e65a4ddc5e89ec88767393b21a641f39916b3180aeb40a58f698def40f38 195156 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb ff575b78f9a6ba4873e25b782cb150346265096ed570dcbb109f6f53f4c70449 175856 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 2b87f9070b067a1172a6b38de7e243630eb584a627490cf87038e4a164d9531c 1736900 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 83e292a2d869b624f9742d97b9db3ed38d3dd302ef27bb5b25b4d971a8c89ec5 1078760 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb b180541549e70aeb9395c3c97aca86342f930dbb828a24e6c36504232a12c9c1 741572 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb cc7215484b76512e2a42f34010087e51d2316a4112c6927541c44f9126cbff3d 394184 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 49819f6280a204521e9f2b7f212069e9e210931ec5c9dac7fd7da956d3d7ff72 414776 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 362698bec4a531f7054dd011d734df2aa1b3cb732626af8b7e7760d4eddb17a3 741740 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 9ee1ae473c079d14b81070624aac9605cb91693f86d2d9772c2e0741bf4323c6 393972 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 45429842d32398703d6a89864fdba3d67ff9a7781c0b514597de954f79045111 412584 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb Files: 981554344ae2e1a344ec763f7c66d1d7 90384 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb d909c794ab8a4a4815c880269a06b235 343904 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 5204d852ee3dc08be3d76da907cdbdc8 93352 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb d9162aaa220d958decae18e69fd758d7 343984 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 0b1c8565670a7085d9f7c95868a597ed 24546 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armel-buildd.buildinfo 7a1fa5e37ec9b1c1e65f45e125200883 126956 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 3946c32e865705083efc7be43518c799 239896 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 3e8313831d1b1167b2ac1becd8e6d676 208072 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 5599219335da1ce5efbad55d7e9761c4 240288 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 34aeacb0118bf2ce3de03dc573d7699e 208316 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 4fee98c0f8867d42c80a17ed7d37730e 1280596 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb f6c1cc715a7909d81454099c66cbec3a 226224 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 6dae55f2d38fb28ee36786992d232404 221628 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb f9eb381ce9eab705e7ea96e91a0d890f 1282000 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb bbdc540db9cb6d032b0d174704bb1388 226072 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_armel.deb d45d22d73110c455ccab5ae4c0e0c595 221508 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb ebf9cb41298072e213b5a615efa15e56 134832 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 9e3b51c1180e7113d14068bebadd5126 5552460 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb c03467ce801dad5430b709670e13a2db 195336 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 4cf08bee4a28e9aa89bdddb488183ca0 175900 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 1859a11c30ecb9e60f6a075f372bb9b4 1728636 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 809bcb07e37f3feb7718449ae0716fed 1091568 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb ed39000140a063303177bd06758aa092 5611404 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb fb65100c7a813f8551dbf19f878cdbe2 195156 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 376139b79959a8ec6516eb88bb4cf7ca 175856 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 9d82d7039b750cfa50783ee16a1f88e5 1736900 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 7b356d1b92e37ac2f56bcd8795fb656d 1078760 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb e860c51c264656471022f90d516f26a2 741572 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 4e8e6430b5c18313465996b31ff247da 394184 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 070a6c89b952990e0a8fd00dd026714a 414776 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 417b4d56ab38cde8e8d5b803bf66bcb4 741740 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 3688fc6fcad15af298fc24e0caf8ac14 393972 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armel.deb 35a043079bc6d87309b880eee03f29fb 412584 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armel.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEENsdrABvTD8MQ0UffVza3l394K2AFAmmwT+sACgkQVza3l394 K2ChbQ/9GsotLXNLZtKmSOHGPMqAvJM0Dayu/LU3wPTa/cyg2YmWhVrzAbUuvwej jU3DqyNri6Nvkyd4PmCvzw3zaTGmGs5Q5TV5Xv8V2J2akPG38P0ecWv7WrxLhpI7 chzct/U7SJt6KYmCGWnhrvb4y6S9yLyfIzE2OpKUBCxgNOh0lfbsV9JGjP0dP81u TjxfOdAkz3Z1xHMhhUw8cOlNbvrEAqKOWzky+Fx0M9hsGXTOJmPJI8PcQSbjCs/G lrjfG1Y9H08YWKDg0ho6dgmwC7uPr9kRA7KV0ZIPFtDrvPpyUqWo9GTyoCdV36it LvYID+Myk0k7zdZh3ypZlNsauK7yD+6isoaE1JjJTQ15O0d/sVVvQbp7w1VNClQv PRglaIfSZZo/I5uMTsXMYg8jOKHG1uVSsZdw31VPEYcqKYzb5R//SYBc+CfjQOA4 R6jRswnWQAq8y08yGlGjOU+vOujONQTXJB5z1R3r6W0/UuoiMIFT907nRuCNIQGJ 6lvrqQfOYexwjpYCg064Gkcb9Njxtf+l6KvHcSbTPTZT0mTm+rrhKPi3Axw9YabQ UA7eJNbNKlEySEagfVzDdPKsAnebyNWHLRVKK5U6YCYzdVWpqiYGZkqiHw52oKjK A/go4P4W0W3lRXk8ErlhdO5ecMm+OU140X1JwSUZIgqPIzRluoQ= =Z9DY -----END PGP SIGNATURE-----