-----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: armhf Version: 8:6.9.11.60+dfsg-1.6+deb12u7 Distribution: bookworm-security Urgency: high Maintainer: arm Build Daemon (arm-ubc-04) 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: 40b98bf3940a584915b3b685c0b4de005899e204 95608 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb b1ec2fb6837b976dd21d510865f45054cd57958f 343824 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 77d450f33c00002c5cc11a39ca177df8cd6e21a8 92756 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 4460f0d8de826474befa3ad09a1b79d0b133649e 343956 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 77f4e525e8ff6bfa0215c2bd1f95656e8afd73b3 24548 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armhf-buildd.buildinfo 66b4e6751f5e609b7cb6aac44c2712ba060fd870 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 05661d00713b05607f1f1518aaf93063803027b0 239056 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb edea4eb01c0974d856411b61ec6c212058e39f93 207152 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb a4ba18c461800f7365066200f34ae20ba1b5a66a 239424 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 35f77b0d8d140f53eb7242a34198002572f6673e 207248 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb c96ac1192ec9ffcdf14fe7cee1153be2b1feadab 1285768 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 77196d82fe4854ae5f30ba853af3989f13884f0f 227752 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb d66cbcd6fd2d7173084a416666e7603cb3496a90 220020 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 1701c6568f219d05e662c0494d624ce6872441a2 1286804 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb f350cefd4eb601c78c8b0fa74582ba9cbd5ca27c 227936 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 0dfdd8dc3ce75e30615cbe69e9f8a6f96a3154b9 220268 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb cdb12146fd0661f83e379f436ed8b40e680e70f1 134820 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 8215ff3931a0b9ed8e026d5e2a88dac2f6941347 5432280 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb ebae963680c837bc2d58447df9aa15285a5f4b86 191476 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb cde5287954e77f428beb500c2e23c45107550c1c 172024 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb dbddb85ad9b28c31a78136df6518343b006d8563 1647340 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb f0e140dd734da21dd4b8e23c3fc80781cc23580e 1016176 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 25f33484e2a5ca044be577558cb8ffa193c29c4c 5476708 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 3c587d4b00f91e078b957fe5e37d03e9e34b8b4c 191060 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb ebc81a0e200c122d8b48e689a1c7484626233e68 171912 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 46ded6f978680277f13736f68271b66c51a0be30 1648360 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 8fa962e61f4383d89c794702bc340d239311dffe 1009340 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 82ff8073888db0527ea98cd2aae393a1fa9d42d6 774932 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 62874aa847e5190558739c4d50ac349886916228 407660 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 2f1e6f0292d7b121819e3e26fa0c4820573312f4 425240 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 671204aa736f9eec808c456a9df37a110109c10c 774352 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 8931c4c54060a6b7da1bbfb781c6a9f9f2c14a77 406448 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb bd523b8d103860d512219245d4a343f4c3c38ece 425908 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb Checksums-Sha256: 73e725236e38e1a7e330abaeaf239614a10e87c3b99cd7f720fdf0517a4a919a 95608 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 445b1d0cdf1fc0c90ef0a86789a2894a761dbdb1b5ee200d7b122b8d7b68e7fa 343824 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 83a446c2ed91f2b0fb21f5ca4767f76c68ba884a972b38e82bebf92852a91a6e 92756 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 846ba796c387fe6c4bc35185caa078d68bd90023a68b754090e3eb6aecbda37b 343956 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 03d30a21558a749137cefc89196e3dd93113a7ab0d8b0d69df2356d0a7ddc0ea 24548 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armhf-buildd.buildinfo 12c14a799370830f8457342519ae1fc8884d8d7cbfec3d05c85e72b421556b0e 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 4905d19d6608be11cc5164a1921fd29d4dd014dbed806e8ea94c3d822a7da07a 239056 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 067c4707a920a30303d08b1e3cf793554b56424478b6f9c0b0f7f6ce42351357 207152 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 45e261a6c754a51f3e20ac09ac83efaf60356bdedc8dca347ff04fc29c5907d6 239424 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 0f3038c84aa79692ee813defc346c153b8b9c60e47f191b1a9510bd59921898f 207248 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 2f852d33fca265843aec2b3449e6b4c17c5583546130b3ba2a2fd89aaf0baca7 1285768 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb a0d8345562f7f3901f792617e4519a2fb2c13ce057869bd0f6ffe89a2ed01386 227752 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 1f701cc30a373831889f9f01a55230b3494eac41e0c6ea9270d2e54d98409f24 220020 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb dcc6f019a50dd72cb5caede84c265e79b26d4ad6e00e43facb31c22d95f4699a 1286804 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 5fa3f242af76bbf36bd690a93519424493ab52a3081f4bafb859398ff42db8a2 227936 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 422d6c48ad080a6162639bcaec15cae533a6625ec6a9fbb65fc82bb36099d49a 220268 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 396fa84de6bc11591ee1d3b909fa180256187c632a99bdfd6f6a67d9154d75f8 134820 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb c03da2d1c91e141cabe41b52e9d727a4dc4e25279619d08ffd08b45bad6827fc 5432280 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb acd867cf6f6a8b611586b41fa7497f4756ac52e0a645edd2beea9a20131fc9c8 191476 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 0058f11ee40310850d4546647c5edd260b5b2c7e7ed660ca8733934dd7cd865e 172024 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb e17bfd6d822b78c57f3a78569b7e737b73c714d0323edc265e510c3cdbe37740 1647340 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 16157432bcb9113a95a38bfd39ae94812f714a29fbd594028012ca1fc26118e9 1016176 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb a199dfa656086e93ea25879abfa5b6bea637d927a7d7dc1f4d6a03330bdea502 5476708 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb ac520957073bbf590b8402c419414dcafec1195c21601b05de13e07bd58af834 191060 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 9a8afcdaa228e028bb9cf9d478bdd3ecf3f0d401c42085d3ece90a53cc28d05b 171912 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb ff69c42e3084d95f7257614215fe11896e9804e7a522390b1c480cd1580200cc 1648360 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 06304f077bf40a3d983a9f034b3ad78086989fb869efef7a119a78378b20e019 1009340 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 8f86a28c79668503227b580b4ac7c048d7409e2ad9ed00576d50418119aa1e0d 774932 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 605734c60c9798ad17c1dba3b6d72d65deaa2a05ace1724a7332d5f962601ef9 407660 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb c8b0246ea6470014b8db28bfc9986379aec2b4e7d7317c4d6288ad25b083931f 425240 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 46d0677e0103873c83f5c051996685fe3a937ba66a7b48704fbd27adf8c9af8a 774352 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb a7be19cc64192cf5a1440f81256b7cbaac6f9c00feec19e9e7a4685adc37f42a 406448 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 78d9c0990c3ec77e66a7d34fa29df5004c39ce4edc770ded2e06633b5cf92d40 425908 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb Files: fa888fd5761ec25bb7002590917088ca 95608 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 08acaa8545e9c751630f3d5ca106b3a9 343824 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 4201cd578346b4b3618f0f7e90ad54fa 92756 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 0031eca6b7cbff40b2ecf8bce6c25ac9 343956 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 7e8232a683addbf35d86667647f5611b 24548 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armhf-buildd.buildinfo 569d6b67d74d32c689fef25e9048f46e 126960 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb ff10552a73994d1ec7ce002709b05a0b 239056 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb eac808490dcebafa57eda9ee1725501d 207152 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 38b353ef92cd52f09bf93fcdb8809555 239424 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb b8d56faba08760173daa4575ab766ac2 207248 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb b269c51a4175a375a5f559ea9c0ed99e 1285768 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 039d0deb3f8b491e3db2d55b458490bc 227752 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 3485b9ea4d0e4bbd2826814262712302 220020 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 29f54e648cda0e9b6be2c2082e6bfd83 1286804 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb ee826a8e676781b1da4476765622a67a 227936 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 7dbd86256035c88ad4f56ed422e59ea8 220268 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb d28bbedda2cc45ec1345c37988570731 134820 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 3c407ece80c13f04f36c7c079e0e4d75 5432280 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 32c7b90deb55974ad73d4303ef92b3e8 191476 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 000e6b611048dbd43c4613bf8fa4ca1a 172024 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 4e5bbd6e68b7284990ee351ac7d86a3b 1647340 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 1dc54e45641c4f98aa4b482adc463c16 1016176 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 440032bdd2243b6488155000f68052a5 5476708 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb ab4d60a2af3c0aa37946d4aa95b8f136 191060 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb e8f534a21956381cceb36abdf845de30 171912 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 5ad6f870d36d70c6ec7fb4335ca93d8e 1648360 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb eb9ea3a0ed103da65b8f6c57686230b7 1009340 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 8fb4e3883a2e7fc6f15f982a10f5101a 774932 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb fa232e8ff4814fa00b4a8ba2ba5022ea 407660 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 2ee2b5a3ce433cf54269bcffa2916ce3 425240 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 631cffe3046efa2f807ad2b656ec2bc9 774352 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb d886a35b63ccb80aa31a73b97542cc86 406448 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb 68215e60b2de1cb605e4cf695cce23e1 425908 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_armhf.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEUPFH3FhY8nQZGtLwVLd4YzMSDKEFAmmwSxsACgkQVLd4YzMS DKEjZA//Vp/I9PpsUOSj036UgpJpYsZBiVVoz/nWBZDqAHcWn/tICxF6g3cDKiVj CH9ujCnWkaSm5F7J3uPYxMIxinrTiRyTrlemWOzlDlFgm33B+6vUTtEvC5ji5N+u IEphPfIUv8YnbABxWATcStdXciwoAxYq2KE6/3GezheH1+ZEvO5WYD/1r3P5qmZN UsiQC6VW3eonIUuXkDIYX3KoeWpYNfMpA8wT4dzla+9UQ8akuuy3qNjtOlciuYLx sR00nS8N7nSavXn94UwOfZtXeLBEYsvtqVMRnma7Mx20wFel2rc24Bf9hDe24VwJ oO5cLcFMLhgf3OUqTQvhC8lM+eF3wdqa15Q9UE86PxzqMyLk7+De52wcTNqqO5Ad GwtkQZvPkOBBs3AETnZenKK2oy1DJjCYzMjUWv7TnJR0+1kkAUOunUNgK11ARSaD IdwVEEcZNVjHPdtoo1zg+0WS8+Zp38tx2K3tjd/lfjM93BWrhV225XDAAhE1tbqP Ujsm1WZhCE46l1ckT8BLp/Hd7bTRK+q3sOyhvCG2m1v7SFr7hFZsB6qnptTiJzgl SM6ivLEpJkJVmqWyKGQ9Sskr0XcZOlfkfgmF8RgH5X7gdlB1cg74aW5YU/iOnmit 90ZG/SXMKl2sYN/pjJYFvo1u33Uk1TGqeQxfjy3Kiu4aossU+D4= =IBdO -----END PGP SIGNATURE-----