-----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: arm64 Version: 8:6.9.11.60+dfsg-1.6+deb12u7 Distribution: bookworm-security Urgency: high Maintainer: arm Build Daemon (arm-ubc-06) 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: 272e74a9ffb454d50136d607ac004cc00bcb3699 88964 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb d5338bf9683f1eff8b62d458b236b2a698b3a172 344340 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 86b22453284ea6c3e5a7e49bc63c68ed6cd36993 86512 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 0e2bc32ee92cb3228a4664205ae6001c9ebff632 344400 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 82d91fcc67e954a82c41fbc535b397aba7b54f10 24758 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_arm64-buildd.buildinfo 0f788251664cfff6d3506dd919abbc6035851c36 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 2e024f280a11aaa2a0a87473bb63f65e0a31ec53 242208 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb fb33f12d6c4ff0eb7eae499b96676a400bb967ff 201848 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 5aa83571e43e4341c209917505cb97477eb533c9 241544 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb c2d80e192ec4a115d20e3908a181d4a94f256296 202032 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 97d23a6a096bb3a87d7fc4405a3d99261175ae9a 1276284 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 181955b15e686069ca677767bd7c33229d0c8beb 237440 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb a5220cfa2fb0f9451893d2a7633f8adf30508171 233732 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 7cbfaa1abaa9f963770f0b6f83bd13a41d6e751b 1276372 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 4c20fe98156cf8f9e27505076df55a654c3ae908 237880 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 6f90518f79f135a7907883909f71942a535b408c 233832 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 1ac25a0674fe546e007c9451fab3c85fc7f6c628 134812 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 51271b044dbb033673df54c21d3f5fefd7b14dd3 5395668 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 5797e8c902013f57eef53cb4725746ee776fec9e 191712 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 1b03ec271d114f160fb879133566c0efe09d6c29 172420 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 62cc295c115b87a63d506a32045033f5d8130ffc 1598340 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 15aa5c81089295f8c656e317aa7619add11b0d4a 1023924 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 6bdc4c58a9094c64e73bb326e9e5eb2eddd83446 5403896 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 7390bb854f3d5637a3d286a735ef3dfb072b1efe 190696 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 5d668ce8c718e1e77c0e9e62bd245302b0e0357d 172508 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb e34656766ea3755314b6ccf7dac168527de835e3 1603612 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb a5980ca0a3324e08cdafba6df6467b2943fd617b 1019076 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 811963d710cbbef7abda3f1bd11b127e626d33a4 772368 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb cd6bba9d4762b8b7feda2704219f27b8fa699e35 354720 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 6b64d6537cb3df98ad1d716fa4cae43f5b5183a8 404196 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb ee56b43eca0c1dbba424ced4888938d7f7b784b9 770440 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 146fd036d7c1d05fbfe23cf4ef275a20c4369b2b 354428 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb d89008fd21618c3ea8c534bad93531d0756ec72e 399868 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb Checksums-Sha256: 042eed29f412cd0c1eab46efcca7b2af18e721a6e032a67e352e5afe4b3bd208 88964 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 5cd53b01732baf0f03cfb0112cac0ff9d7b562661143a1a5663310dcc1c1f23f 344340 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 77ce1b43037407e1666a954ce6df8742134d4c1a359f4843e2ebde3c1cd1cf3f 86512 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 4b12f491986e0398285e26e9855c56e23cd24ae7ba1b06ee630939bb31190d11 344400 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 37a87d67864e6c62cfbe33ced97c3c047058c6b97fed4bf65a238924e31a9e1d 24758 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_arm64-buildd.buildinfo 8d7b696401539850d3abb309f53122a7908c633a6a732050695d248c1294e4f7 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 441881d2d8e556641ed7025a595ca71b055ca715fd13ce8ccaec4a991a09728c 242208 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 53d70b55d8911897186b858dc475bd149c6671032b2bca3f76eaf85547d03756 201848 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb ceb1eb43a46a127a97bbb3b013c8a934f6e2f59e4b0ce6d372977480662d2c4f 241544 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb c2d3aa6422bea0c160a090ccc80bb299ea210cbb04533576bf7484f656a5768a 202032 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 67c06f56408cc119f527d9fe02a80de48f44f6b2fa2d0e0efd4c425fbcdeaae2 1276284 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 6822b27ff9411a77ca0fc7e18b4fb49bcf259a79b479896757097c2c6b1b5342 237440 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 423e4e4c7bcaba9a6695fe6f9bd14b6cb0a1ba162669895f178551fad120ff45 233732 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 49c77d1374e20f27d87196f62331c60829797d5ecbb1e13e84cc2d9f86c3a2bf 1276372 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb fb9ef3c389f09c336db27036a748c482200b0d19c906bab9c271cc44d6be0e53 237880 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 1c79cd79871c3eca16054e5b196296d9838b91a896ce3a7a06cccad800ea91b1 233832 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 434e78cb8cf5caac5ed4268aa7ab1cb0f513773a92d0557fc8645270f0c60d1d 134812 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 9e67f41f1412571916d56c6964ab58a8e76ea945fca2e6b427db34a2af5e9960 5395668 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb f2d054ca8d3a379cea1d15235d952c071d5a92a203a0508158e59913424f9901 191712 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb f31bc18f82a23d18e36b847b3f8613b7200cdf45b2012a13ec41152df35b3901 172420 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 241a997ef503530d0bd54b0c98e02b7912a48b89f1447ca444f41afc8b881c19 1598340 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb bae97fa02c02d17e34a651b75d322ca34209fa1e9a0a65c6eca385d4bba0911e 1023924 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 0eb75e2a7e2c66dbecc11fd4f51007de53ff53d9805a2e10d03693e8608cc397 5403896 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 4dee8c1d97bd46add59711b3afa4a19e09e958d37f142ec87317d1ed5a558204 190696 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 7be0c5d65b185d4f154c623458590c9eb0be648e3eefe4ddbef0c3d55e74420f 172508 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 2dcee4eb106e859402f2aada083809ff9e2c8253e12ba8dbbcdfb18243a2ad47 1603612 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 04d55cf927c3b6c738bfad785176a48a7f59b8a75afeab592ce70ecb7f4b98de 1019076 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 3f7b288114d8ccb4a534b762ff126371e41a0159aec69a8bd859d0d9303782cc 772368 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 587442391d791a6320c02e948d01ba4aec9520eab160fc02fe646655e50f1682 354720 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb dca36f91f139db7f7b27611079a3cf436a582b7452cfdd45f7b3e7507e87b6ea 404196 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb b46fc647993a8847652dacde5c2167bdd34afa1aaccb1418fdb53f070f4b4e13 770440 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 0dfb2d26257596cff70a785c2ad0ea6caad11cf9ea6499bbb07f9ef053ed9ed3 354428 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb a30e773ebd6306d08d1487439ac2edceed97c067de0cf37213dd6547edc3ccfe 399868 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb Files: 7a699b87d5be960692b6731170f0cf22 88964 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb a7cf26898860e60220a4ba9b63c39e3a 344340 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 3596e716163afb360a37815089d0c4ea 86512 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 958c5e82490b64190673526bebdb0de6 344400 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 7841de97604ba0c29d14d49d644dbbca 24758 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_arm64-buildd.buildinfo d87cae3d93d22617b0d99533ea01932a 126960 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb d1673cecddfbd4cde1068319d1e92ebb 242208 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb a25836c1206f2d2e580951ce0e458514 201848 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 5c5fde7c58fada211618a59be2eda71c 241544 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 5bb8a8020513e5e8ad3258d52b71566c 202032 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 11085d25faa6db49b398681642ef2c5e 1276284 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb f9a4e75c22cfc850c4fa8c537573a0e9 237440 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 544881bee1345ebea938a565cae15c97 233732 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 572d3c0abd315fec376034a06b88d1f1 1276372 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb e9200a74f405ce688530d96c19b5b1f6 237880 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb a65bb86b52c415271300ebdd2c19d15b 233832 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 8a4678b34015c4c7ab59b2c1afb256f0 134812 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 106264ab93c3c420e22753cf6f5f02ab 5395668 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb f1d935fb2f3539a62e34e6470576a56e 191712 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb e42733669eb03f8738a0237d64984de3 172420 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 29f98010f615bc33d2619f7e0b4c6a26 1598340 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 9abdb4e57cbbed957aaeaacb000dd145 1023924 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 787f5e73f058f021d3728a0724dfbdb6 5403896 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb a5cd125a2518c796dd96cf62aacf0ed6 190696 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb dd1dae6f9da7c6df98306a16ec4ce70e 172508 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 302f9310a89585e89a9b53ba37fbc4de 1603612 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb beb8e385109d2a82f5c50b487914a822 1019076 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb bf84323da01611110910b64cc08c383a 772368 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 76f1f189b81862b42b0c1b68c4318309 354720 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 8dd0d04fe6a11598dc041626c6c1c6f5 404196 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 98c32994645a8d856876067e93672a3e 770440 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 9d91161d27365adc36abd00005d33b28 354428 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb 99e77705d0162ea6af332902e9915cf7 399868 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_arm64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEpxWVfktWxVoKRwGgJ7tNDw2WyRsFAmmwSoMACgkQJ7tNDw2W yRvhtw//QlZQnbEl0eCirWAdWcPH0dZH5DjbeiKaKFF/Mx/OGWpKbiwZNwUDD41w YQODDKcZF5hKht4SRK++RmJfPtWy9iNA281vlcHSUcLH3p5OqRd+QrhZn3A1d4NG TRJNIioerzYniD/58kOlLzzPTkTK1ftI2JuWtIth55NToAbzNd0RF0BZ6J/tncYZ oQ90NYMed3aJjB49OY040Nrr8eJh3fhY4ImwksYyRETywNAAv+CN7BtHD39Xn5hZ AcXspNNmV+rPZaLiw7iCbb0L/u773XKGgwQXB82LSK7BzJoEOXPn3kyfcvXu0oio v5eW/zh8Yew92x27wQq5EijG2yKHQLW64NXqlgJWwv35bJVEz+kc46lmEAcQd1wR SaWqz2Dop7ThiGADsxAYYNQlsbJPR9KZzL+gl+h2jMC8pG87OQOmvN5e91+GfSkz u0B+MXmAwPZfHrK2WiqZ4jrRsT2Bs58nQkTVg+zJNc9BMP/8EfUieOGg6Kp++bCC tbZabhQKakgcBRga+3xLMxLDoznARI98/icufbT6N8MG2u+b65slYWhOox6KEtCZ 3TapgivFqHuYHHjS12VI7kX8VkqTp4YgtFQfSWtx9DO0jwScXDNDb3wysUQrM/n3 hUwfnNM7hvK/tXNII1VHnZHCcn5t7csXHNaq0lQgw++dLDyhJP8= =bN7c -----END PGP SIGNATURE-----