-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 04 Mar 2026 23:01:36 +0100 Source: imagemagick Binary: imagemagick imagemagick-7.q16 imagemagick-7.q16-dbgsym imagemagick-7.q16hdri imagemagick-7.q16hdri-dbgsym libimage-magick-q16-perl libimage-magick-q16-perl-dbgsym libimage-magick-q16hdri-perl libimage-magick-q16hdri-perl-dbgsym libmagick++-7.q16-5 libmagick++-7.q16-5-dbgsym libmagick++-7.q16-dev libmagick++-7.q16hdri-5 libmagick++-7.q16hdri-5-dbgsym libmagick++-7.q16hdri-dev libmagickcore-7-arch-config libmagickcore-7.q16-10 libmagickcore-7.q16-10-dbgsym libmagickcore-7.q16-10-extra libmagickcore-7.q16-10-extra-dbgsym libmagickcore-7.q16-dev libmagickcore-7.q16hdri-10 libmagickcore-7.q16hdri-10-dbgsym libmagickcore-7.q16hdri-10-extra libmagickcore-7.q16hdri-10-extra-dbgsym libmagickcore-7.q16hdri-dev libmagickwand-7.q16-10 libmagickwand-7.q16-10-dbgsym libmagickwand-7.q16-dev libmagickwand-7.q16hdri-10 libmagickwand-7.q16hdri-10-dbgsym libmagickwand-7.q16hdri-dev Architecture: ppc64el Version: 8:7.1.1.43+dfsg1-1+deb13u6 Distribution: trixie-security Urgency: high Maintainer: ppc64el Build Daemon (ppc64el-osuosl-02) Changed-By: Bastien Roucariès Description: imagemagick - image manipulation programs -- binaries imagemagick-7.q16 - image manipulation programs -- quantum depth Q16 imagemagick-7.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++-7.q16-5 - C++ interface to ImageMagick -- quantum depth Q16 libmagick++-7.q16-dev - C++ interface to ImageMagick - development files (Q16) libmagick++-7.q16hdri-5 - C++ interface to ImageMagick -- quantum depth Q16HDRI libmagick++-7.q16hdri-dev - C++ interface to ImageMagick - development files (Q16HDRI) libmagickcore-7-arch-config - low-level image manipulation library - architecture header files libmagickcore-7.q16-10 - low-level image manipulation library -- quantum depth Q16 libmagickcore-7.q16-10-extra - low-level image manipulation library - extra codecs (Q16) libmagickcore-7.q16-dev - low-level image manipulation library - development files (Q16) libmagickcore-7.q16hdri-10 - low-level image manipulation library -- quantum depth Q16HDRI libmagickcore-7.q16hdri-10-extra - low-level image manipulation library - extra codecs (Q16HDRI) libmagickcore-7.q16hdri-dev - low-level image manipulation library - development files (Q16HDRI libmagickwand-7.q16-10 - image manipulation library -- quantum depth Q16 libmagickwand-7.q16-dev - image manipulation library - development files (Q16) libmagickwand-7.q16hdri-10 - image manipulation library -- quantum depth Q16HDRI libmagickwand-7.q16hdri-dev - image manipulation library - development files (Q16HDRI) Changes: imagemagick (8:7.1.1.43+dfsg1-1+deb13u6) trixie-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-25637: A memory leak in the ASHLAR image writer allows an attacker to exhaust process memory by providing a crafted image that results in small objects that are allocated but never freed. * 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-25794: `WriteUHDRImage` in `coders/uhdr.c` uses `int` arithmetic to compute the pixel buffer size. Prior to version 7.1.2-15, when image dimensions are large, the multiplication overflows 32-bit `int`, causing an undersized heap allocation followed by an out-of-bounds write. * 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-25966: The shipped "secure" security policy includes a rule intended to prevent reading/writing from standard streams. However, ImageMagick also supports fd: pseudo-filenames (e.g., fd:0, fd:1). This path form is not blocked by the secure policy templates, and therefore bypasses the protection goal of "no stdin/stdout." * Fix CVE-2026-25967: A stack-based buffer overflow exists in the ImageMagick FTXT image reader. A crafted FTXT file can cause out-of-bounds writes on the stack, leading to a crash. * 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-25969: A memory leak exists in `coders/ashlar.c`. The `WriteASHLARImage` allocates a structure. However, when an exception is thrown, the allocated memory is not properly released, resulting in a potential memory leak. * 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-25971: Magick fails to check for circular references between two MSLs, leading to a stack overflow. * 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 or Information Disclosure. * 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-25985: A crafted SVG file containing an malicious element causes ImageMagick to attempt to allocate ~674 GB of memory, leading to an out-of-memory abort. * 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. The pixel-pair loop writes one pixel beyond the allocated row buffer. * 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-26284: ImageMagick lacks proper boundary checking when processing Huffman-coded data from PCD (Photo CD) files. The decoder contains an function that has an incorrect initialization that could cause an out of bounds read. * Fix CVE-2026-26983: The MSL interpreter crashes when processing a invalid `` element that causes it to use an image after it has been freed. * 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: 68b304310827cdb06b8311bdd908d07ff957b12e 13548 imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 544dbcf8bc1a05c6739094997768731df8ace1c0 731820 imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 59e01db9e92eb07983acd1d487487bdf7cb2c353 13548 imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 16850004e4e8770ea972bbc77929adfb4d0786d5 731892 imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 7600ed6b86a019489b6dcd2b1e7a5a1e203344fd 24665 imagemagick_7.1.1.43+dfsg1-1+deb13u6_ppc64el-buildd.buildinfo 57096fb217a62c449744beef24be389d367b640e 25520 imagemagick_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 05fb219544e5a20230e11cff2cdba1e008f5084e 309228 libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 39fa1b9ce750f4260aa15e5f08c229c06572623e 111464 libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb cca4ecffb509c69b99ffc882100490896e5c6203 308760 libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 0182ad82eb47d309dba69a357109a9beb2e8307e 110936 libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 58760723660aced583abccaafc6e9468e4a23139 940584 libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb e7b1b1c30cbf03218d103ff21294ae185e092c69 184136 libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb b8e48639e3b9ac9d4fc778f4fc3e601d150ce295 166864 libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 4c102f5c470af90c57f41af19cd776810d20b460 940188 libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 6d707c6a6a3b4f979782e2a3cf814ff2c6efdd44 184068 libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 103baa8f2594397806bceb1b496409c3ba57eb0a 167228 libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 5d388361933d817643981cb642134c357db5ddae 33288 libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 4d43eefb4b4b391c5947d41b2dd5758701a1c5c3 4767116 libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb c8933a4b426c066898edf4d4281d1a4c74099af4 143628 libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 6abe0fec125176a987c6bdf504d8f7ca3776f8d7 79320 libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 7b63c83a15af65c4303100ca51134c609bdce357 1861668 libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 5ea7a8d4bb9fb06cf616aa208f2c5ad8ef86bd14 1182336 libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 5146a3e227b21bc4c6c6c84060458ac555b76d0a 4819412 libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 878bafd8b948fef1dff5bc8996e062d531b79def 144288 libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 6ea7ee4ac161a98e7caffd1ab6f9651f9085ba52 79468 libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb a516e2b505050b2cf83a593d4b11d4a5f84ee320 1870508 libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb d899c3e180ccf18216f4d08b43a78effabfdefa9 1185528 libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb be2da6dea7704f41fc16e990022cceb8f0641e57 841360 libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb d9d7bd13ed88be4411f7db263cbead6b50a2adb8 291660 libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 165325eb4233e02140f855c9be3c0218bb875e84 355180 libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 711a1313d83f4dcc83f98c0666608cbec511ef7f 839536 libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb ff48361fbb5813e1422ed0943591a5c1df8ca377 290888 libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 0cbc3b3813e3aa39bd151ac666d6a8013c43e256 352608 libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb Checksums-Sha256: b50c48adbdc6447336dd484ac339d64be705ecdddc479bcae82f0d1b5508a2e2 13548 imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 0bc03a3bedb618858601013e143a6c87efefaada1d7301f3ad13ccd68f0f4c68 731820 imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 1ed5e66e249385e7d8e4b5bb7270ad463ba8a5e4af9b8bc60a76ca46500b77d6 13548 imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 571cae138fe99165fdfa9aa58c7fc681b786cf332d8ad34315d8815ad98a466c 731892 imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 61e5120bbace9f5f254da600cb7fd770f49731545d23f90d2f40e41849d181f0 24665 imagemagick_7.1.1.43+dfsg1-1+deb13u6_ppc64el-buildd.buildinfo 098ab9e7a75da470e5eb770c0dd11f1f09ef6cfbc71c7314d09f2e5a0887bd67 25520 imagemagick_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb fae71380f88664ce1372ece397590d8a8156cf95b5d374eadadd3b26a902fda1 309228 libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 7cc7a64cb73440b131ff2eee60583d701a2d5f49292fcab0523d078a40d1e82b 111464 libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 43220dd5fe8ce7c1274b2e331f6a220ab809eacd53d871e38401c58152ed3dd3 308760 libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 9f9090f94f510eed8b2103bccac9f013b988a8040585a6d189ba2de3a9e5e22e 110936 libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 87bcb5401a9396fda7f2bcf37bd8c1b7e0e03cb9d925e391c143adfac25cadec 940584 libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb bb6d57e392b6424e7f4d6e7d1d90a98b553253b46ab2a52ed81ee4444113491c 184136 libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 731acb79ef0ae65b4b59381ff57b55be0bea91345b1fe2168975429cf15dca9e 166864 libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 6d42d656e17dc9b95e7f139db3a07100085b4e74841635f82f2cb1f9f23f0f43 940188 libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 3eeb0c585a9992563fa1650c83f5f05cfcfbd56e61ed5f1b2a5d36c74589787a 184068 libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 47682d7bee0330ee6682a0fa8fd54a2e02fea5de7ccedfd1f70b1bb5b66d4cd0 167228 libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 206d104271f55b6154d88957a313b05485ff7bc85900921f0a584b0046bc060b 33288 libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 317061ee516e1c08922281c362983f18587633f0fe38436a3eb02c7caf4d1638 4767116 libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 298043713a167e7f366ba630703c8e7753333e3b68bc945cec6b147101800040 143628 libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 4666fe74cd747f625ae89c23b27a83993895af452e2f2c779ea6cb00f91c9894 79320 libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb c15754e324fcb4ead255d0bdf059ee68410c4a82fcff7b5b1fd79c128c4e1bd7 1861668 libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 97a6f497c8df2929d371e249ed86516acd4a36b3561c182f8bd74fa86ca8d03e 1182336 libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 1dca1b21c103fbae3337c8f3890a8946e9a5af594bb164bb02fedd067dbc6549 4819412 libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 0ce38b8cba661c3c27fe9a551c1410a9643f3ddd5613ca89bea40b322bbfcbc3 144288 libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb b8d51ca98ad3ecce3cf4a64bde72cae89ea516bad6149d040605d06acac18ac3 79468 libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb a93e507d6489ffbbc52c56384e712d76c69e4868240d9563badf502b44634d27 1870508 libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb f5a390d821e79d9ab5d817d8ea28525ff78975f394f5f1d30e4aee1a3eea37b8 1185528 libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb d8e9f0565b42c236ffe348de86756308c71febf970aa999359696bd23032289e 841360 libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb e172c5ec8622d1d7344a448476be00b76279bd1e4b1f98dfdfb9b223d2995f61 291660 libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb b56d1351b8ce44efcdf3d351bb9e7b695da10c4f8abc4ccb97637010f21f6e7b 355180 libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 838abb7e425df66a3621b2fd867f166709e7f5e9207ab10870f6c808193328f7 839536 libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 963bc2beff9d78410b6f898e9238ab0056862045dbe84cde30ab7fc980225524 290888 libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 567d46d85bbc489c25ee8844e848554fff3acf3edf6879f90ae831145e9c3f25 352608 libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb Files: c0ec42c16b0276433472122f2d6dad9e 13548 debug optional imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 1ea3914fa74e5cd014d5c1f998991b22 731820 graphics optional imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb b0dc3cbdcae6315e1dad53cc0739e748 13548 debug optional imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 889bf364805accf79a8eb5955f507dd2 731892 graphics optional imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 184446f5c35c7a0789d97948bb2d4261 24665 graphics optional imagemagick_7.1.1.43+dfsg1-1+deb13u6_ppc64el-buildd.buildinfo 911c0667af31fca3caa3f81b0ca89637 25520 oldlibs optional imagemagick_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 2d848a6f58a75fdc024b4a0d12df72d9 309228 debug optional libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 8d8d82c944a72382cf238b132c92544d 111464 perl optional libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 461dcb4785e3a330eeea60957f436685 308760 debug optional libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 75acb75c1c5c80aced6e8c0662043674 110936 perl optional libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 7df471d00d0acc4e607cccfffef52fe8 940584 debug optional libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb b16b6c45666d316eba25df8714c8f59a 184136 libs optional libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb b9d19347629bebf5896d3a8084d5c172 166864 libdevel optional libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 6819366b0e96440647f17030470c8f68 940188 debug optional libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb e23f670a4b6f5a08d2c1cb560ef5c520 184068 libs optional libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 12e5aac694f6e2594d85114c29e6827d 167228 libdevel optional libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 7243ebd73860be6797295e098f1c399a 33288 libdevel optional libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 1c81d3739e3a9b131bbd66f811521413 4767116 debug optional libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 70aff285bfb7f2aa7c97618f6ff1a525 143628 debug optional libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb afb68a98a618c28d3c16ed8a9dc03996 79320 libs optional libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb b7816df34044f0490d8edd8e5d88e8a3 1861668 libs optional libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb ed953303f86334be97c7c35b86f7be71 1182336 libdevel optional libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 5a1f38e51d5cb037cb64b52d1a3230e7 4819412 debug optional libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 7e80e3df7727054afb7c24b0b2e2bd13 144288 debug optional libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 86c37284d06e7e205ba351c3f8dc1466 79468 libs optional libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb dbafe030fbf2f0c07e1a0757666c2a5a 1870508 libs optional libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb eb1bf87d8ac1b6f0c83b0fdcb5da2f67 1185528 libdevel optional libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb aca11056fef918008de79d16034e3ddb 841360 debug optional libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb eadb834bb68cdcaaa9e4fdbf273ed63c 291660 libs optional libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb f4688a72ec64222250f15238f4712a76 355180 libdevel optional libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 5b65ae1f94af552df910a2c85221bc9a 839536 debug optional libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb fe7fa2e6366af5fd0f89f73a7a9903a3 290888 libs optional libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb 0ca67b587f15bd4c979b9cd90c22458c 352608 libdevel optional libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_ppc64el.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEYo4fOZBRi9qmvTxH1PowSTJ8+YQFAmmt/3oACgkQ1PowSTJ8 +YQ6aA/+JxaRBV8Zvk+kUlr5E5PtwhZOrZ858PTwZpcJgAgyUjWEgPP2+Mk7Q+O1 hdmqoIReWO0evZjiJ9g2awicjxqpKs0nNRGjOSgeQtOjOePfy2rXt3PNRRrCpaIU v18zJ8t+0BOVY5nVPVDmD8jFjPtz/y7RByO4jI/iqeHUx3gvDKGeUM7g6+C4Hc4C Kj37DjLbPrec5YV8aCY9iVmVNUV+IXoQIqyNhE3gE0H052HDnKbLXvdFO/3f5uBy IQTv6bzPHb2unNaL1/MKP4ecYkho0avZbJAwYShKNQU9EUNqmM9jID9zMKyPh+kC kVnfYAumRfoC2E/VJ4ael21otxrmo7MlUhcC1fAdmoJ/CV2f/wE2YktF9k4kc1A+ vvMzgb0O3fpu9OyxSPHMmYAfTizwuqi1210/RBfgR6dRF6bEnF0F0yangpdojm2G BQ12ggVQMgOz0sH1egnJfL8Y4zLoEMHfQQiZkuOYa8moEXnHgs2e5X/JQS30nvOV yiQwRMRl4zGKvWtMj8HMtx6lwXrXiyA0OXz4AU4vPFJ49oTXpx6oQSVC7HPtw7GW hfC4fV3Q88mFpIfZ5+CxqLOPMbgis1WV9XdnUovjff/us4NEhpy9v+KeE1Ti5QZ0 PXnJdEtJyIF9b3+D6mf0GjJsqwGtse5EP8WdzGN3ezDnMTswPWs= =clNH -----END PGP SIGNATURE-----