-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 12 Apr 2026 21:57:53 +0200
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+deb12u8
Distribution: bookworm-security
Urgency: high
Maintainer: s390x Build Daemon (zandonai) <buildd_s390x-zandonai@buildd.debian.org>
Changed-By: Bastien Roucariès <rouca@debian.org>
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+deb12u8) bookworm-security; urgency=high
 .
   * Fix a regression for CVE-2026-25796
   * 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-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 `<map>`
     element that causes it to use an image after it has been freed.
   * Fix CVE-2026-28494:
     A stack buffer overflow exists in ImageMagick's morphology kernel
     parsing functions. User-controlled kernel strings exceeding a buffer
     are copied into fixed-size stack buffers via memcpy without bounds
     checking, resulting in stack corruption.
   * Fix CVE-2026-28686:
     A heap-buffer-overflow vulnerability exists in the PCL encode due to
     an undersized output buffer allocation.
   * Fix CVE-2026-28687:
     A heap use-after-free vulnerability in ImageMagick's MSL decoder
     allows an attacker to trigger access to freed memory by crafting
     an MSL file
   * Fix CVE-2026-28688:
     A heap-use-after-free vulnerability exists in the MSL encoder,
     where a cloned image is destroyed twice. The MSL coder does not
     support writing MSL so the write capability has been removed
   * Fix CVE-2026-28689:
     domain="path" authorization is checked before final file open/use.
     A symlink swap between check-time and use-time bypasses
     policy-denied read/write
   * Fix CVE-2026-28690:
     A stack buffer overflow vulnerability exists in the MNG encoder.
     There is a bounds checks missing that could corrupting the stack
     with attacker-controlled data.
   * Fix CVE-2026-28691:
     An uninitialized pointer dereference vulnerability exists
     in the JBIG decoder due to a missing check.
   * Fix CVE-2026-28692:
     MAT decoder uses 32-bit arithmetic due to incorrect parenthesization
     resulting in a heap over-read.
   * Fix CVE-2026-28693:
     An integer overflow in DIB coder can result in out of bounds
     read or write.
   * Fix CVE-2026-30883:
     An extremely large image profile could result in a heap overflow
     when encoding a PNG image
   * Fix CVE-2026-30936:
     A crafted image could cause an out of bounds heap write inside the
     WaveletDenoiseImage method. When processing a crafted image with the
     -wavelet-denoise operation an out of bounds write can occur.
   * Fix CVE-2026-30937:
     A 32-bit unsigned integer overflow in the XWD (X Windows) encoder
     can cause an undersized heap buffer allocation. When writing
     a extremely large image an out of bounds heap write can occur.
   * Fix CVE-2026-31853:
     An overflow on 32-bit systems can cause a crash in the SFW decoder
     when processing extremely large images.
   * Fix CVE-2026-32259:
     When a memory allocation fails in the sixel encoder it would be
     possible to write past the end of a buffer on the stack.
   * Fix CVE-2026-32636:
     The NewXMLTree method contains a bug that could result
     in a crash due to an out of write bounds of a single zero byte
   * Fix CVE-2026-33535:
     An out-of-bounds write of a zero byte exists in the X11 `display`
     interaction path that could lead to a crash.
   * Fix CVE-2026-33536:
     Due to an incorrect return value on certain platforms a pointer is
     incremented past the end of a buffer that is on the stack and
     that could result in an out of bounds write
Checksums-Sha1:
 0a418a18a7393d8870f7cc7349f90becbfd39133 87992 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 1877c0c650deddd2616c66884b74d1a93224d479 344768 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 83c10d606a76380e2387a4766cdf22f9a1e46298 90300 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 17aa30d800ca6e25767fa4a3fc91405c55335760 344828 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 e8babf531f2482b2be52040ce3b90e41d2b7250b 24545 imagemagick_6.9.11.60+dfsg-1.6+deb12u8_s390x-buildd.buildinfo
 34ea7d3066e832f514f36d04f410d7187d818c52 127996 imagemagick_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 f0c5ee7048691067afc801fb7106c08475296233 239320 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 9dce7ae3f160799facf8915088de539b4873ed52 202752 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 b0d8e922ceab58134531cdddff1275afb9b27b24 237440 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 61f6095beaa9cbea068e1e5e41675407c1083331 202764 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 5390494143d833cfa28bdb9ffe2599eca2014324 1291060 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 c5e075ebd2206511ef3801e7f04ac2ac80a9e6f9 243136 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 b70c87a4b64985e686c38a811ac15b727b2a3e4a 229000 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 a596730610d8d822a3115016ecf064e59de6fbd3 1291628 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 eb7814bf652953a81e4696d2986938e041d6a8c1 242984 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 6d126426648f91456345c073f3db8052ab4de5af 229452 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 c5dba83557caf5cf00918202856346d5d59baf33 135852 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 876cebf4a20561041d9282c48b7cf4668500d2a2 5448588 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 b7aea3b9ba34f26977cff771f6b64ebed67811e5 192464 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 be84a35827829bf26cc14624dd2b5f02423fe6a6 172224 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 0a5701ee08d57db77cf81a09d21d0d8ea267b30b 1587600 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 c005b5714676cdd2eb18c6bd6a36b583112bcbec 986996 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 caabb7dda9651f45f02f48b9eba5371675926ed9 5398152 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 960a75486d17df24f566033c77d6f14c1f1738a1 191476 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 c4ac2db335b568d4a2282bd449dc1d174e3d91ba 172116 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 8de87172cc180175f747a8a005f9665492b680ab 1584184 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 d6b47de70ae389075e2da2c199e4e6018fb95194 973728 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 4ec3f4554788d0d03d9911f064631de2f20388a0 781212 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 61dc9c4a1e662d4b6ba41de30c58f932644c0c58 370684 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 c3d519b5515374c4e8ba9258f33cad6f1dedc9cf 380412 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 63f639f384df58a9270dde15fbd6155e4ae6265e 775860 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 331637fb59e4c687feb0488e3a41fcfbfb1bb3a3 369968 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 ba751f1fd2437be802144888bbba3d6272f7c2ca 380704 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
Checksums-Sha256:
 82a01f544a51eb7274e856a5db5b0a2c4289e20ccef24dceb18fed74aff19c3e 87992 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 6ed2569b4811eb38b8369220061522e342d66e546a2a7c68e9324a326560768c 344768 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 9194c147bdd2f2fd634b21d8461ed1dced2572f373defc52723ba07d458e5342 90300 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 62bb76cd98387a809a9a9cbd97aded53971eea1aebc095db00debf0c0c62c820 344828 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 3be3a543855a6152a36265960d363a1d2f47a44aebbb44dda680b9c7c9bf2d61 24545 imagemagick_6.9.11.60+dfsg-1.6+deb12u8_s390x-buildd.buildinfo
 3d7721c828046434ceb0bcf38478c9f1f458656a9753b81a900cd1c7c79da9e3 127996 imagemagick_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 4e8c30471cd351d607504897c5d4cb982401f34257829f8476193a961f2e83a5 239320 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 03f85c5024e4ecebed06e1ae4f35f02fbf946ed5125a27e60aaed25ba3fadfae 202752 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 4ddd415523bf0c95a089e79b1b72f0e3751ad07fe0fde75760f64900533b33f5 237440 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 732c084dc6e85b1a7a27c784cf9be1f3d22e93aae1d56bd2f9cb3e7fd5e3a3a1 202764 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 3979ce4b59d587a19c66a15c4fa850bffa82b3f23841db44b8222b5325df3eb5 1291060 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 1d4aee5aa8e42b2515824fa5ff8504ecec01c11acb3fe75dba840fffb19984d2 243136 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 ef04d1fdc56db8e1d6e0521f412f473d0c96e5d5f7986ad1ebba29234763b207 229000 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 3bab215ae7dcc3b23ce5d9fa3848fe2a22ede56898b44dbd5f7f5d06fe12d61c 1291628 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 a10ce3c08c7359e050eeda9415c30050fd4538ac3f1819b1135033afddae763a 242984 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 a3c75630656b399ab83454e5fe3d86e9515cc86aac72d603ddb43bfdd385c44c 229452 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 7fdca76e5f7aa6e386c80cbe6dddb60439ef0f45b97395750112db42799e5152 135852 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 02ae819423ef34a617c0880f6606f095ca490b20d250f0e24902adc6328936bd 5448588 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 30a35a6bf592a81c108b32cbd3bfb7ce0a6127c69da6385ef2c6b3b5b444e065 192464 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 d08e3e0b682edc081e40baa11ca9b1649c76cfbae83ae25c103e213e09a4ff71 172224 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 d0a363bcac6a8871b2d46ef3a0376726e23a95f45de6f8842e32a24609d788b3 1587600 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 2d50db0ffaa585df83e1c3d50ac32160a2c350223f64d3fc0d1d5a2dde75e3a3 986996 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 ce5c0cdf4902796c59ff99023419ee2bf62ff05c3177037ceb03e49a94f31993 5398152 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 cab3b28554341105161e7527de729a25599ff457b32cf44961bd2c14bb3049e2 191476 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 c84da4e7621554583cec953813ed0fb80f91cf25707fa22744d5750736f5df05 172116 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 fb109376473d029ecdf9ad7f9e75cdc8de6770abb6d1ece2f55912b4280cb025 1584184 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 729793c19f8be70b7c732d9bbe689cd5c06de001f2bd10e5e3b1b6e874532ff1 973728 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 0419947fd31c38933478a79a3df4c69bc9f4e640d339df9e9ac19ee5ee560ba6 781212 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 52c589601cbd0ec222e904e5bbf5d7c0d91087d91f3c93827d88cf9c4b1d7caa 370684 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 5a6c21b24d38e07f3b4c3af76e71fdee34b53ff2c63ec433f597872e5f7ac2b4 380412 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 4d7f9eae2ce03e221a79281be4db98ef1c9ddec66742753427f135726dbc8147 775860 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 6f0513874be0947485230efbdef2a3ffa17cf0a75cb82b866058b592cba42068 369968 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 094034eb5ece740e836ab8e7569a0b8161fe8eec0a5d9a286bc94232b404c4ad 380704 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
Files:
 383f1d8a87ea0fe9318cf3edf01f640a 87992 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 8a5114897c9053b58379f9fd135653ca 344768 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 bac933e2daaf843751399d72726ba70d 90300 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 56cff13bced5b45af6dd928c1d8cece8 344828 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 59de3634a4a0b23cce95a9d3ce4bad92 24545 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u8_s390x-buildd.buildinfo
 53db8cebd5722ffa873b5b067ecb868a 127996 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 d6a9100b3b0d7a6005df62a0d913d3bf 239320 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 d082f882dd35bbf6a4318be4d0503c45 202752 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 e71809025c9a8cbb577436aca4c5870d 237440 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 ab90460802377ff3a709a4b8a96b4a73 202764 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 00f3247e739ed20a85d7fcee545ebf26 1291060 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 00abc4accb89d5511bf88a07ab6250bc 243136 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 0e66142889e058cf0e019019e388c9cf 229000 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 58e15abbebea612d284f5e8c44afa4c2 1291628 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 0cab2d684dedda99c832ea80da6fc8c0 242984 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 22db72392e2880047579e68e7e8b14b1 229452 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 a74ba4baf1204d7e09f78080583db8c9 135852 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 e877c9ba94e40e0daccc389564757055 5448588 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 6b6fb5c5a62c80190b56f36c0a0ed671 192464 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 4d2d95bb2339ae13c4063f0d5717f326 172224 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 846e1d3926c76f407f621b43015061db 1587600 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 db3be078692149ea8c7765431e6909db 986996 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 5b5f463edc5c6b88444d522f91ff1922 5398152 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 f6375cc891ff040d1710dc090b37822d 191476 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 6337eeb1288b261a6c98c616e219e9c8 172116 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 39ef78c5c35ff35b0c6830e897e72fce 1584184 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 16d0ea99833568cabeed3e18e3c78033 973728 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 aa579db8591cbf0c2b04d228beb49136 781212 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 44b119a4d0bfd913badb11d94e2f6d2f 370684 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 6991abe417e73b33aa6b5e8b9dae9b20 380412 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 caeca8c09eb87a23581fbe640a5a36da 775860 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 79b7ce2b247bbd1065bbd0162755764a 369968 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb
 aeb689bd6bf1e96d34bbda0884b9bae2 380704 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u8_s390x.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEENly2ANlpa4eeqnluvVOPI7pYNpgFAmneYM4ACgkQvVOPI7pY
NpjtBw//Ss2y+PMikcPYpMOrKTA/2Yzv0C6vcQRw9BAy3TRbOWxyM5TbNYR1LR2O
UmLF5o+gdeF5OAfZ1yqg6t/qU7cL1IYhuUt85G6nfTnPfNgcFiJO/tSDKn5efxea
C6Cko0d03e/YEx6535vH7LsVeUTAQ8FKELbU/oCj1IRHUCrlmCWKfRv03WMy9wnU
bUWn314xetFDmMZgDbQKCGdHE9X+n2/3waT0FP8j6O70b4VICipcI4L8CRxTQD4W
9UCxCk23LqTXNsIjuKe/Zo0qO6TB4xXIKst2GwF62KI2OsV9d23uRr82/zOgI58W
b7rN+0Rul339kAn/rC1UUIXXmMUVrDoM3VJFLGhpveRpW2bwhyuNIgfWCM4TxHpz
F8EpvJhMGaHUYWDTfOTzdrFI0lZhZbjaIHVYudwHk3kNGBlCtE5JNNq/7oAWv894
aoIc5Kzw3L6CFNPHQlJ03KDczqz0KkZT2GmYh1lGDxqPRXumSDlwHN6sXeWtcT7Y
uueZTe0grMjpINxcVo994IdgOq+BFM0S5Ggtlh4B/vZrI0g3unDZMdga99PZ9NQj
MNd10iVRL+LoUXf/t82OYM0yFx6p25nI3oHKbgZYjVCt5TmYbGQw+R//mHvkP/NG
/V2Gcv1mPimhneAtUIY95aakwhcd+60QGwUKZfcCsBs6LWjizzQ=
=oFo7
-----END PGP SIGNATURE-----
