-----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: s390x Version: 8:6.9.11.60+dfsg-1.6+deb12u7 Distribution: bookworm-security Urgency: high Maintainer: s390x Build Daemon (zani) 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: b7307d0d616d48d04a08966994b9840f21636c1b 87980 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 3c837d8c8eb58f0edfb5325ce26ef8dd88c53ba9 343740 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb e4eabe0e300d747b6890cc880cb6b0e3bda6567b 90296 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 97aea09e32be577cd664f14794e84da5267b4c66 343764 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 93375a27951775e0976285a53fcc7f97fd1efbd2 24561 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_s390x-buildd.buildinfo 1fa7568b0bd72d68c5082551a9c28e115edf5ed2 126956 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 6f1b5fd4fb50c5b87bbceac624e4d15a37c654a7 239320 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb ead37cd93f336ee4e2c841121a9ba527a993a1a9 201488 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb cb7d6fbbe33082f0dfa0e7cd7db284ecc7f82e0a 237436 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 4e9f4c05d24eb015e1abd6f932d9681627aa1d41 201312 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 4a0beb808ddeab3451a824da9f5b588350b908e4 1291060 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 17555cb9ce6019b0b5bb705fedd28c8308c22039 241912 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb df04d1fc7050d68d425716c91d8494c577800bdf 227828 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 9dda865becc3e23e484b45e49799551d50864fd3 1291360 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 754ac4bc34dbef8ad20b42c4bfb275e2775cf498 241544 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 7ed8f37490e46e6fcdb25a77c4527d329e2e1c62 228120 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 25d3e6ee7d526ac881b2a8823c2629b7fdb9b698 134808 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 51f7229a66e5e453d011dd50045bd383f08da340 5434600 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 67917f43483cac2a2a4e6691ebd434442bf3dd9e 189012 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 97d71c0ae11f125367014f11bb675f1f61586f3c 170676 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 10e1cac534001d9e4e526653d5bdb537212a5745 1584960 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 8580a75ebb1b62f90aea721f421769ec7bc8960d 982880 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb a3b111e404371c38d60a3f56ae416f300b3c5ed3 5384700 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb cf7932240f0813562c77b22b1c38407fbccb2dc3 188028 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 62fb8059eb8efa8ed72193470f6c27d3bda95b91 170432 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 5f190fb947558fb980cddcd7d6db70d88561f95d 1578472 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb ef81764970bf659b786b8fef1752b9984340aaac 968940 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb d154c4d79d535e51b30db8547b9261d9eaa5e1b8 781268 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb bab31c5f9fd6ebe1cb3e43a21b4d51466e199257 370356 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 76335353c0752c8222f48bc47f8aed6fc9e2e4d9 379276 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 04479c2696e0e0b0bcd9075bf6fb5d4ce6415d09 775712 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 10243929f4032995ce8610329f48fc18d3bad109 368632 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 325a641013863d3831c4d675549ba4e409a6596a 380648 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb Checksums-Sha256: 3645afec8659affb87f219bf9ec3f225933e9125d93b5c0ac2def4a5acdc78f3 87980 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb a18515a278dbc36125848f51480ebb1a1ec71305980ed28be8f96b128677c855 343740 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb ec1c8a44b67546c70a3a5b2a79a1d7c7ce232a0e380a8a5d9f212df4a40ce0ed 90296 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb f9628bd4849036fd08d191b3bbff0bf75e2cd881679ad4692534847c90764905 343764 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb de4ef438691f1499d24b7e2f58a5da8e84e62b6d9d502d19ed8aee517065c7ff 24561 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_s390x-buildd.buildinfo d2cc8497713f86603c4be8b84a23892cad9d56758d15bc0e714018f2a0151d17 126956 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 1a68047ccd3053ded7bd33357dbd4e80dea036c7b4246f955f5a0fe6c87b534d 239320 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 1f8de31208e802cedfdd7ec26801d104a29357901102e56bc6ee498b0e24fb8a 201488 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb e7fd6d44b790da0618c9a922306f76c3ed11adb45ddf1a4de19bf12d5e8e6d29 237436 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 14e536604ed351cc60f5b9e044aa35a4d1d538c7271da64ee739a28451ceb711 201312 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 264068d991b18f7f0e0537adcf51d022ff358298291fe1b1190b18e1de4fada8 1291060 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb da74861ae1f2d30d6c5fe2cdf442e551bb91ce9499dceb9d92f7774b7fd7145f 241912 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb fa99fbcea013861a4e9365861deb822c7363fec5b7e4394b60cff6f0374c3dc2 227828 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 8a460438a9bb99eabdf76c14c245c224607d66585f82c926eb708d3cc67f5f55 1291360 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 350eca086eaee8d837064c244f2fddce0c5400a36ffcb2387c1394c4ab67dc3e 241544 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb b39ecfbc9797a3e1c7b3491a4fc1b0cdd2de4f6e5e13dc94385941c4e80ca266 228120 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 2db7ccf14a52dd7b9c8571b19cbf0a473bba05f336093972640d972313b835d6 134808 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 9666f3ceb983792c471aadfbabc8d03974bab77a606fa0be6ae5720217f95662 5434600 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 2d4c942b0d7a4e9fcb922ae39094fa4624244ea76aa57c845977eea3b750fa65 189012 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb dc47d277a46b8127a18250cdd22ca2b6f74173a86a9250fd5cbc1e6f14d5229a 170676 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 5f21437ce775c2ece592c763c01667608e29d7729cb32b0633da2a036e3ade7e 1584960 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 69372774cd4e5a99201170576edc2ea984ba7fcc0b1cc3ab01f03cafb59246f7 982880 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 89ae76e7d51cf6be50db04fb2e431a1837de5f78e158079b4abbe9ebd4328852 5384700 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 90a2f369ef1ba48677bd6a9bad3c97ebc076ebe468ab4821718899250f4a8fd4 188028 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 735b3fe13e12de9fe6f54cc9a94dc812c849b9e42d35f4f3a3d4b80b187ec5f6 170432 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb dae9b7f1790ec49600cafb742c9f31eb8e7b4807a2d838a60ebeb4fc76ddeffc 1578472 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 1c0220110ff51e47026f9f2d06f0272624d000f2456b728365d54b7df9b00d7b 968940 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 4792ced5d096fc56d64d6cb2e1b8a1fb8e72426c30836319b6319edbf85202ad 781268 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 9a2455505edf58b805e91941c8142d17e32f58c9c7327a4f9790bc8bd6181a4b 370356 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 41bdbc0bd761bc2b10787a77e6f1ebf0ab105eb1bd6669c8c77873f4cc71506f 379276 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 89885758b7d6d0f3b3b254eca2f30c52c566dbc0121d4032ebfcb4bb68821ec2 775712 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 1d128d4738854e8c231a06e68d52a68cac0a205bf1aad7eb2b7859306c723f6a 368632 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 380ac49fdd8a00bfe2c8caa65157a258e5c8a3248a904f0df3317d796f0dde53 380648 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb Files: f3f86877e47fa9db59b80de2136421fe 87980 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 82eb73319100cff896e5a8bec309de08 343740 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 519be885752890bba4987ab717f351cb 90296 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 8fda5c90fd45c3a2100c6b90839272c3 343764 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 0bf4e32bd88037e99aa0f7f4dbafbce4 24561 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_s390x-buildd.buildinfo c059a13658052bd9ac279ba767316c6d 126956 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 12b5e5ee4c01a231965134d843aeb981 239320 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 42fc7ed20413a2616c566295af773bc3 201488 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 785dc8be79b20d9f4aba529a25e9b00a 237436 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb ca03fbbe240e470d16a92561de293f21 201312 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb fce972b55c777ee547f766b956e375e8 1291060 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb e582e290e1a9f719dd4ccecd2f17a8ba 241912 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 2e0cf233ef2b137603dbde40ebeca6a2 227828 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb e6084347ff4429bb89ffbdd3d85f8b25 1291360 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 64b0f455c2af0cf424090f544b03d3cc 241544 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 533c3ce3c69b0cf0c8a971cdd2bb172d 228120 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 6a3953ce0533d365a9837faba43f0c49 134808 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb c170916a38c559ed9f555a27b702ca0e 5434600 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 20d3f9dc1b8c902ad8e676bfe3423b78 189012 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 71e4113eeadc4454c4482be28ed5c663 170676 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 17504b6b87005b6bfcb94aac0fd1b786 1584960 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 8893964774e8de52ccc25c444bc7c570 982880 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 3d9369237e36468ee73303775570c450 5384700 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 424dcf69c9faac1edcb85da4c56cd448 188028 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb f87ec81a5c1c13a6542c2b3907a185f3 170432 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 67449ab12fbb914eaac5f90626c2a524 1578472 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb b5ef0bf1c61d6457de14d52cc8c881e4 968940 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb a4d4e19b49f1fca757b8d4ceed370a41 781268 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb ecbf35a13626ce8d4c4973ada16ea91e 370356 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 1400918648d0cdf80c48ef917888af15 379276 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 391b93b5b7759e320e53ced6d6f85d6b 775712 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb a0c4e91056c25558fe7ae11e8a13b938 368632 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb 08495b933f3317e18b76019ae31b7df1 380648 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_s390x.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEgh4msZ+e2PZfd5KckaCrxAR3BY0FAmmwSHwACgkQkaCrxAR3 BY15vBAAwKh97wv0Dw6i09nxBwwD4iKxBogTRAlvI1Tq8LjcUPnnblfSYrlmbkse uccSZaZA5zH77X/EM6wwUn1t0QUsbUwmVKufMeXNTbUHUr3K1iMscx/4q18qVItj 33PPqyHzRiz6CwFhJ464OOryJPI0TrmKCjrzNQN62xP7+vFo5KGIVVa7tQsElFaF 8Gblxecc7XHYbhxh+SYYD/8/rhKJu0H3IoMwe+gw7BVFbO8eX9zVCBHGzIGzrerb XfcsRk0znLExWJnkEqm+XGNbueygqT58TBYkV3VHXL50PyG3+6Q4LVuEaWJMdifY neCcTYiIt5mmaWnZ8EAIqtK3fcEQx/biP8j5dvD0Vdf40zVKIwsDE4V+iWLrSyjS WnQioN2fV3xV8d/ZkqKTTFvTBOPGmtL+onjeE485Q5FB5YLn8CTYtY2aoIyxY3aA hXYxHEGBXaVUfaY9AKuXlQhgnjr7S4YROWrDsIAp79r1rX97ggUbZstqAuJNP0dx EnmCaUuUHCpO3qLZJoSJ81LkQz0G75osXzJt1GB9YD+NKP6A7l50F//89Zc9gs8a yRjHcrP0lDcqPubjFJHQg2wKp98qJMabtRP1HSbTnOQtTqCLhQgapsahKHEzVt8a 0rHPQsNCJtM7Pk4nWNV6IHZi5PzrCg9aWlnvy5Y2Z7BLyt51rb0= =QIzN -----END PGP SIGNATURE-----