-----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: ppc64el Version: 8:6.9.11.60+dfsg-1.6+deb12u7 Distribution: bookworm-security Urgency: high Maintainer: ppc64el Build Daemon (ppc64el-osuosl-01) 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: 276f10deafb74f2f812f328aef6ee614fbf52b38 90788 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb a8341d53fe1366110c9bd19d4cac15766a1a0519 344176 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 51d6c71b08547d6714a04f5b98204919940d540a 88972 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb f2c80982c4534df41f03b619474e0c93c5fdf188 344228 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb bdd6db683318f611150673d97f4510487632aff8 24951 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_ppc64el-buildd.buildinfo 49184bb39e79cdd0c4dee293ebc0cfb150ff3280 126956 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 5875e4f62c5ae5db05b7ac64b837d6a1d7723aa4 244424 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 26d4da2e3170bae2c19e3e851437833bd67a8aaa 212552 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 97c2a4eae956e173d1ec9c037d796a7acb3f97cd 243812 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 1f351696b0b7318e79aee8338457591c00b758e9 212176 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 21c40a95f1e371ac966332076e92c1f4e6c6fdeb 1291232 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 91ffcea3ec66be99e63e785e1bc4942c7cea41dc 252940 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 40e56da8ef2ebfea4b1c03d1087e92ffc0c69678 246804 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 14bf036f808f408ffecf2a8cffe3fb4c67a64b6f 1291708 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 05bd5db680974cb65b613cc649c35fbd245dde21 253208 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 5524def41b18083aad99a7d1cac6bd681b6f553b 247120 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 2da4f159aaa91f221018bcfde66fa3e718d950e2 134836 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 9ea0144993b19090d7e447578ff37e8f9919e94b 5561092 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 06361ec53bd575658f73969e0b6b237c0a3bd4ab 195600 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 8810696a0261bc9eb79104fa0228bcb7b207b0c7 179724 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 53d15baeb5af98ff0fdeb42af202ab8b80d41bec 1812212 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 38e9ec34186670529a6a8f4bc1a868725774dca8 1192484 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 20c57d464d93bce7a4baeefe152a4289ed25f3e7 5565216 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb bc1c23eb512ecfa26c3b5ff7f4f319312e2d2961 195212 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 08f154d16c4b116b93e3459557e7f3337d44328a 179448 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 6575f395091f6ab782e687a26ada1f48f04256ad 1812264 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb dc23938bba92b6fb1cbe33a42a37ace9e43d8d80 1186208 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb d5b5d61e1a7394aa8c8a793b00c76901fd341857 849900 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 21b996e1714acbc2e5a1b31f0fd7d5d5a5d3f6a1 367904 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 140c1e71e6597035749ff025633f9895a20d73f7 417632 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 534e95f3d4ea65d16ac71356b7ccbf84b960b2f1 847176 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 6261689cc378eebc7e7c870de2b5ecd3baf26c74 368132 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 40c253da7e66f04c89738083a8b00e2c4e072291 421048 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb Checksums-Sha256: fc6e5748c8c0f927955f567fc2c1476b2d2d98e3273a181295558745056d6cc7 90788 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 8451b71d4fcd11919c16a4934abdbab699a9f673a21c31e3a266b46cb945539e 344176 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 717ec87039ff5e20e085cc99e8ee646d333ce5e31c07389023e5ff578f3f46f7 88972 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb ef1787c6e12a1b265ef60d26aa937b005330b283d3b2593b74cad23689c44695 344228 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb ab763466f26c8dfb26fd4c66e3a2940aa5469394ee7da6f3ea84ea56d0c0395d 24951 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_ppc64el-buildd.buildinfo ae89b290ee1efa6f2124146b5e77fb70f2ca2758fa1b8c6ed9d9d921818b5ece 126956 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb cbff66c561bd043f86ce03ccd53c5c02be55180ad6c7b5de4f8dd32cf7c572b3 244424 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb b1bbab024ca6605c3eb76131bbefcef6fa6e1d2820909c8ab3f3f67dcbdb79a0 212552 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 9633436a327d462bb47ad73e9c3d2839d45ee32e34f23002957d32919e9a782a 243812 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb c242a66554ccb84fa9972de488675630f5ac9bf0a98c69cae1fda823744350ea 212176 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb b24f8a884f6d800090361035b878bfa881eca359777e9143849c0d1432d05b7d 1291232 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 1817e513d466a4108e4742db7f9ea9a95617c395c54915b9d87cf63f6d4e7fa5 252940 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 7b3482627ba43522c38b297991e55909f7d49a131594457874c49752760a81f3 246804 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 066f8af02a05c196b1d1ba364507c2d28cc7292b119b42833fa8cd6b989b3cac 1291708 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 7941c8d6e227f3023cfaa6b3c7c1155b589c0ac97b4df4f86ac09749d596710a 253208 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 124acc18b1d44c4b3fce97a7e60ef646b12e902536697fd2eaffb88fd86e9c27 247120 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 8b6da604c209e045aef61b52ddf3f59b0a142800c256d120a24ac28b9c1b7fce 134836 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 8bd452fc8d69bdfc99b51435669f2414f56db75ff11438291dd5b8e82d25ae68 5561092 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 40c8727c6a392e806c73205366b574d58b3f45d51c19083d634851e6e38132f6 195600 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb c17fce4b4d8233d0d14b7bda5dddae3368094e802008fb88d329874107404ee6 179724 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb e33e30755dd385be98b7f194f15e207db70184220de114a472a5b42676a80a6e 1812212 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 417db839d1276decd9e73b5206a041eb783515c9721f07c5919d23be33507a5a 1192484 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb dc43cf76e7d295614bbdc32f7e1a29b2931e0011cc03f0627214c8ac0cde0c58 5565216 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb a246e88d0b5d99d97cd19e6f52a3f4c02b035db5ce6b6b362b5ea553ae3c2639 195212 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 225bc8b5a52cd4417e72c2577b7aa4dd0f1b605353c8ff17cb6e79f1ad6f61d8 179448 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb a12b3bdf9a5330f83b87e9c9c96333fd5373f945e281aa891fe9ae4d2d331a14 1812264 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb c770b1d23a4fb5e9c39435df887bb962d03b70042c5dbe6b63dcf5b9f54519d8 1186208 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 28f0493c850606d6a4f66a2795d705d2409a090dc90d2816ffaed09b5d52ae3e 849900 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 56cfb71cbd929cd1872cfc9fd79c0e5f7aa56599ce729d8556c4309d6299b07f 367904 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 36faaa9ab9af04050dc1df4212bb03be0fd338c53ea5e0bbb6d6b1796a4d4f27 417632 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 119d38740503a5a318c17224154b42e7d9ec8d154b453d8d751352a881c98efb 847176 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb c239cd12c6d342a686988a22b320963736b92e5a43f3c5bbe468ab05af5fa62d 368132 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb a0da6a51a3f18b991043dcf82b5ae5bbad561da4539bbd5f0416cb646500d096 421048 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb Files: 2dc4b7f48bfddc8c9c8645a6820f57b7 90788 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb a6b60dacd877bde06015defb221681f5 344176 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 1e223d53c661dbf088f90683ec1196d2 88972 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 225bb5f9a53727cdd3c9840bd2dbeaff 344228 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 1b13746b90cb9524bdb44e791e8eeab9 24951 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_ppc64el-buildd.buildinfo 49b1d18853d00e2c06076c9112f95647 126956 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 4ea4552f3d737aef73b7036dd0edf107 244424 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 7b0784daa23516c9e3f8c45b5f11bd3b 212552 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 136b361ccf814f5612419bae801687e6 243812 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb c62251e058df63565d4078a1711b6cfd 212176 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 5d53fafd47eff14af76fb0e4d13e0cc8 1291232 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 9e1349ac9490e3b351cfe63ae48dc4ba 252940 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 7422ba94815b19343af9458d87b0256f 246804 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 9a8656834c6ee860f7c1943966054909 1291708 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb a86978d324a5b63347f71f5829ce07fd 253208 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 8fc94a07898dab08a148778859e9cf1c 247120 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb d8e2a6fe505f4e921bd43d9908df9cd6 134836 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 3254a7ab86f08a4356b00e0df2e56620 5561092 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb b047e0dfd0c1d3d762936c55363647a8 195600 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb a57d69c4fac65fec6a6d93e56802f93f 179724 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb ecac069526c181db6e9fcf2a7a42754a 1812212 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb e15d160f92e2fb9e31fb743fcf558107 1192484 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 5a766d3b108b459e3664ae6bb494ec94 5565216 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 703a45d45149c1b31d26c2a8ec29ab52 195212 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 7d041d081fcd8fda88a2054dd51c7d48 179448 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb e1f054ca86085e46c668f4512b5dc8fd 1812264 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 2ac3924de7a9a48e8e4aec7788508629 1186208 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 40798d264b495d849e669b3a00861890 849900 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 59145456106a4b7adf5c6184f1325d48 367904 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 5a8ad3d1729e69014bbfc5f1ad140e05 417632 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 6d9c1d55ff46a9c71491ad679c01f771 847176 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 8cffb46297e59b8423c24f348abab326 368132 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb 25c4480ea231fbffb3b53a0efddf4f76 421048 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_ppc64el.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEGHWM+bJZRznwgySGOrVShFbIMGEFAmmwTAwACgkQOrVShFbI MGFzhA//aXkhCUDMGFTBak5wQinuDyxzmPEi9SZB3JRduVW33xXuhYLi3xph0jxa Z7PZk/dy9inuoZBtCGv2HE6H67d79yVA5VWoF4AMjgow44QSAbknyk9oFP9bvHfK KT8NwGtz+V1mSjls7ye1lAs94meCYqr9GDo2Q/ShvJvGwmh8wXREx4bQfyAL1gXU TKGodHDnL0pqa5h5Ytx33/PAq8Xv1IE8u6H7FpSA2DnMPSJx5cuZPLQJ9VS9Yf3q u/fv2xyhIIRmqB6Hobv6lwteflz869XL1YcIBPxO2cWyMA3v+bucHiEzqUeE4t/x dnp/eVhZH3QMOWzLgfPs9O8iVMxCEEfYTa9HdGDDcHBYO27nnWAZ0+JpYoZNpMaR NzAWVDXtftSPSj04m4MfTU7drY6ug9RkjVCu+Yway3owVzX1f2p+Zy/7JdouOCiq Wr4ayZ3NiowQpbUdHeGamf0VGqeN5kDPGcqpk2hiCQC57oFFpgjiaJW3Mb2ILvDG U9vBIkegJZRKn3oW3h6ARCBgcqwh92dWNpZ4DSxkITViEFCTcV4Z7NRaKF1Vx4OX Yfl/jmWm50OmHy64d6CO1az9KIpt2Vh4vm2SPogeh1RV+cj+k5F//+ch0ISr8kbQ kPDHBSpH9HwPKgMlBtbth6O5qjs3mRe1mP6TSc1AtJ0zZhOWFUc= =OjxI -----END PGP SIGNATURE-----