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

Format: 1.8
Date: Wed, 27 May 2026 22:36:03 +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: armhf
Version: 8:6.9.11.60+dfsg-1.6+deb12u10
Distribution: bookworm-security
Urgency: high
Maintainer: armhf Build Daemon (arm-ubc-05) <buildd_arm64-arm-ubc-05@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+deb12u10) bookworm-security; urgency=high
 .
   * Fix CVE-2026-33901 regression:
     Previous fix breaks rendering of some MVG files.
   * Fix CVE-2026-42050:
     A malicious MIFF file could trigger an overflow when a user opens it
     in the he display tool and right-clicks a tile to invoke the
     Load/Update menu item.
   * Fix CVE-2026-42326:
     Heap Buffer Over-Read in IPTC encoder
   * Fix CVE-2026-45031:
     Policy Bypass in PSD decoder
     Due to a missing check in the PSD decoder it would be
     possible to bypass the list-length resource policy when
     decoding a PSD image. Other security limits would still apply.
   * Fix CVE-2026-45359:
     Heap Buffer Over-Read in connected components when the user
     supplies an invalid keep-top define.
     An invalid connected-components:keep-top value could result
     in a heap buffer over-read when performing the connected components
     operation.
   * Fix CVE-2026-45359:
     Heap Buffer Over-Read in connected components when the user
     supplies an invalid keep-top define.
     An invalid connected-components:keep-top value could result
     in a heap buffer over-read when performing the connected components
     operation.
   * Fix CVE-2026-45624:
     Heap Buffer Over-Read of 24 bytes in distort operation.
     When performing a polynomial distortion an out of bounds over-read of
     24 bytes can occur when specifying specific arguments.
   * Fix CVE-2026-45664:
     Policy Bypass in MNG decoder
     Because of a missing check in the MNG coder it would be possible
     to read more images than the list limit policy would allow
     resulting in excessive resource use.
   * Fix CVE-2026-46520:
     Heap Buffer Over-Write in IPL decoder when reading multiple
     images of different dimensions
     When reading multiple images with different dimensions an out of
     bounds heap write can occur.
   * Fix CVE-2026-46521:
     Heap Buffer Over-Write in MIFF encoder when using LZMA compression.
     When using LZMA compression in the MIFF encoder an out of bounds
     write can occur due to a missing check.
   * Fix CVE-2026-46522:
     Infinite Loop in the MIFF decoder can lead to CPU exhaustion.
     Due to a missing check in the MIFF decoder a crafted file could
     cause an infinite loop resulting in CPU exhaustion.
   * Fix CVE-2026-46523:
     Use-After-Free in MSL decoder.
     A crafted MSL image can trigger a heap-use-after-free.
   * Fix CVE-2026-46559:
     Heap Buffer Over-Write of a single byte in the JP2 encoder.
     An incorrect check in the JP2 will result in an heap buffer over
     write of a single byte when specifying certain options.
   * backport distribute cache from 6.9.13-48
   * Fix CVE-2026-46692:
     Heap Buffer Over-Write in distributed pixel cache server
     An attacker who can connect to a magick -distribute-cache
     service can cause a heap buffer over-write in the server process.
   * Fix CVE-2026-46693:
     Race Condition in distributed pixel cache server can result
     in file descriptor hijacking
     An attacker who can connect to a magick -distribute-cache service can
     hijack a file descriptor in the server process when a race condition is met.
   * Fix CVE-2026-47165:
     Information Disclosure in distributed pixel cache server because it is
     not using a challenge–response authentication model.
     The distributed pixel cache was originally designed to operate without a
     challenge–response authentication model. However, given today’s heightened
     security expectations, we have changed our implementation.
   * Fix CVE-2026-47166:
     Heap Buffer Over-Read in distributed pixel cache server.
     An attacker who can connect to a magick -distribute-cache service
     can cause a heap buffer over-read in the server processs.
Checksums-Sha1:
 200a8800eb848dd962caff1272d6a8eb05470d38 95584 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 56c1f3f0e1728c15ceb5607baa23b7335618ee4f 345664 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 a087c92cb964cef2ca4a498d815bcae1b425d142 92780 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 402691dc516d1192374c1da6c2d53f5119238d8d 345780 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 9c0b8d8328a8f71121e9a370760241f89fe2f3b4 24695 imagemagick_6.9.11.60+dfsg-1.6+deb12u10_armhf-buildd.buildinfo
 1a828815128a3dad8b963f5ec43aef0c6910047b 129368 imagemagick_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 06942aa6b72337be60df446130154ea5109ebf49 239052 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 9d41fd944ccca8a894bd2cdaa25f2a48fee79e41 209464 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 d4f4cc03d0df82007f0b206e29806849f085195e 239424 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 8d96052716860c29fce86565a55eb91db77eace8 209448 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 edb0e6c01842284c9325686a3651667f3a900565 1285740 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 d7552a684c49176e1f5fed95d4d402dd9ce2402e 230132 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 5ecbe00b3cda93e27ab550370bb2f00c99add6dd 222520 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 5f688096850f346279ca6a5c533dca537468d668 1286760 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 d61bc547796ebac2b4d72b574f590091168a5ee3 230352 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 779029226cafa188399183ff4f08edce9b327267 222476 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 1a69fd6560672b9891fa06e08538e3dd0e883a6b 136568 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 5793f8ab811b058dbf971761a3f73ea3c53e8817 5455476 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 21342ce7c1ed61e70a2e509ad85546fbb70a2ec1 195008 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 93909a2422a6efba663dff9a30a3b5e59380e19b 175372 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 d7307a9320bb19bdc569f36e9532da487a26ccc9 1655144 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 f8b4f14c7489699d1959f0f0be9eae8a6bee993b 1021728 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 37d0d697ad2b3a383a0ea7a3d3d90681cae89a91 5499820 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 e6bf385c17039d428147133eb700f6240274c5a6 194684 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 7459ae2cb66299cb5df9f269992f7aa329a3912a 175320 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 4418c2a1403f3199c29f1c791c79b6179e4dee31 1656024 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 42c60d72ecd1cafd1b3f8b16f7bc9e7933402ff9 1017768 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 8cbc91d55af522ac497c6a58bbbeefb4d9a183e1 774752 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 234865c508b4cf853be2c0f6976c817ce4f29c21 409736 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 75df9a6bc5a9dcc89ba868586c9ab6f1a0843075 429068 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 82066b2f7c6f7a33bbca22b0094003dd2c2eb4b9 774444 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 2e896414bdbf3ddd07995c7d0d29b826c12d47e6 408788 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 5eea3ec8069dfa478beaa665ecb31d873e177505 428236 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
Checksums-Sha256:
 a8d4d596990119f121d8539e3282c5c9a7ce92c42e55d86eb9c2480601128786 95584 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 9a297aee01d145e4180281db984b2e44f9c3858b186db328977eac57e0149e7a 345664 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 21651029eae1ef2a58732e239edd8f37ad68ad5777b3714a4908b4a278af1b67 92780 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 3c0df959b2ce8b1dba16cca89d661fbdfcf9a7bef03f94545fde13b16b12447c 345780 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 1269dd1488fb81ac56d85e73e9abf6498c35ef87c502abcba4deee0a86db6e62 24695 imagemagick_6.9.11.60+dfsg-1.6+deb12u10_armhf-buildd.buildinfo
 0d67f133618fb325307dbce9355894db6f8202e9cfb77f342bc0b4207d6fb229 129368 imagemagick_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 c7f4426c8c8f29675aecc077c4424681cc16e545785c4138c3914a9763a4f782 239052 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 5f59367318bac5622026700c8d7f8900d8cd7a16d6adc092b0b94101f9b0a64b 209464 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 44e6dc913468d53064ebfac814a07b8cf5ec3014a4c9fa784e49afc2dd1c7a96 239424 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 2fe8f3893d3fa77a87797a4881ead3a24f16f6e9fc0e60e629e1a77dc0e556ab 209448 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 48f6bba1945b22718ebd80c521f14088f88440f5bb567505bda624d41d893c8b 1285740 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 06ae9a1841369a2e157f0e8047eafd6b68c4565c9e50b31f86e464a806acc8c9 230132 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 712ee42288e09a0a15cc25645e3032ace49dce3e44a02b8b0d6f8c640ed97bd3 222520 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 cbfb8b83007260d3709050909d447a08c505e95720ba513333c82708c1c025d5 1286760 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 1b2bcf85d1d022a0af9f7056c8056719df0ec7436382d36df624c0a3369b5072 230352 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 7265ab3efb81342f57456f7e2690cc2cba25c194127514b9f77afe1c1ad35b73 222476 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 197db464b569265e077a51a955ab149a147c2695c4b94513fbeefc8428ab6838 136568 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 751334b506ec8776b5e0b877f48e6c35417c10915cfbdb32d18e43f1c6afa79a 5455476 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 3dfafd75cb07c4f8487be1a43250cf35a8880ce97255f3a09220e15d3c3bbc9f 195008 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 5d056edef669c153354cb9b180caf8c6cf305935a48c058826dd26f64d601d46 175372 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 931f4b11c9966fe3cd102ff349d6ecc38a814b8840e3ac765598641c7e712def 1655144 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 10212a3fb8897947b73de26f4113cc907e652bea8ff6d321e1d63f1c600f8bca 1021728 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 199e8a8b0b426aec8e9305ae5466b055e365cdc70f49c9888e6763cc5d132408 5499820 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 bf2fff26226f35dc35864b14d9454ed8e73a22eefe835a5b9d01b178a141a51b 194684 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 92c6ab64f4202f5d487e7a2e4a20e5a69994ef44056af50e61ee5171711c21c4 175320 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 1f50aa5591ed4c6fdf76ca02eb99bd6cd41d079d25e63c20ac3ba29cc46a45d4 1656024 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 0ff41894495987cbd88c0e13b31a468b656dee1a659e6056abaf9cf6b03eb295 1017768 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 03a89ca66f0bbbd41dd3d95aa748f148ac0ca17fc7b99117ae61ae434ed0ed78 774752 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 8d22e69d28d35a652de275ee2b051dc2f6e8efcadf60c0c9e406d1ecfcde52bd 409736 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 45a3190fdc55ed30627c52613587680279bd7561c23570a5e1eabe446410a9f4 429068 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 dcbfd6cadfe83d2d99379d21bc11bfdbdc1d4d7f1794caf638b05ff916cff71e 774444 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 3f1e7638525a44540e3d6a62b867ebb6670b5ff27237aab6892b0813996fbb21 408788 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 c0d37118bad75d15ed6d3664e8fa246c7cf5330b593ea520737b116e0acdecd3 428236 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
Files:
 ab7583fcef6f997d62ab7189e4e86930 95584 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 a18cbfd1f9da85023b8781df48d173a1 345664 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 aed7d56cfff620dd9acfdad4e4100014 92780 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 ab5d52b5e263bf08dff640513223d4c8 345780 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 b20ecdbfda1f444746c12820509ee60b 24695 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u10_armhf-buildd.buildinfo
 ce3c8039a37d76ff409d804f1c76b7bd 129368 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 47038985db35631c4c86d80c487d7940 239052 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 a09d281267bf0547ee8eda9ab811f495 209464 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 58b2e5bb0de5fb69b1cc1f91b8f02f7c 239424 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 42984b7d73b1505b8e36acbfcd3503c0 209448 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 e680861da54cc21d197ae8c5e6d9df28 1285740 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 b8e20de200fdfa5e5d2a38be43830488 230132 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 ab1aebcdd0332aadc3aa2015c9d1d1a9 222520 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 97cfd24828b69c1b6daa8b9435856f59 1286760 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 ef45d694e2187238ae36965c4a177e65 230352 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 175f0d002c4f4bfaecc58e6ded4eb71e 222476 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 630636b39dfca0aeb3dcd34d1d813f6a 136568 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 38299cc1b80466fd3c948e37d216e06c 5455476 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 a648ebce0f21d79ca79edc3518c7ac10 195008 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 fc98b17601b5898f5fdec90238f108a5 175372 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 d6c369ae577732443f7cffd8a1109698 1655144 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 d37ea5b59f3f480f7bfd7b8e665546e2 1021728 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 e617327fd3800e30a114a2fb58e135b3 5499820 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 f2f94a827e89a7d3e46633de03bdff81 194684 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 49f180402ace256752a90982048e3895 175320 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 23ccd30b57e3263367654ae421cf0548 1656024 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 3910225f11da967c1af2981ff45a1f89 1017768 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 bf7f1a0ad117ad59d7ebbfa84202315e 774752 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 816c91061be612ad49105c72e008a752 409736 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 b6c6d532b7397c2fcdf684546cc95dd2 429068 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 49b6398b2548b61e7d4c63efb4763a77 774444 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 f89a2ac11fb010132d1d6a2a46f5db44 408788 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb
 e4cd0cc676dfdf4d94758a3d7b51bd69 428236 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u10_armhf.deb

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

iQIzBAEBCgAdFiEE7rv+l3KtZdQea77lnwznazfjXToFAmoZVzkACgkQnwznazfj
XTqHaw//a4xSX2z6Eky6lmJGvGMse3kYA87i6axuPWyQLJUGmrbUNwW3VkvGwU0N
HUcokub09wIP5yOOmFjQf7OoLtwkXxCDuCF8ojcUUVVftpawgkKFs5ax1WvfvPPo
EsP8nnT6yxxdyDZKHacYrLMzT5Row1vqezYl6PWFg01LHXbqFSeWKKtrH066ut5Y
jzxzQsGgQvKoCm7fqP4nkGLj+r+LBJKqRFgowtnsKsVanFRNZTpfeq7EF+nWILTT
Jx2vtJeOFrjQ6pyFInHhh2mfRD6LMBBgrBUIeVUSVQGivKYgpTVJyXecsqFm7nGT
Q04Mig6zKiB/tUBr5I5bRNwehQ3pvK9DSuyHjnSfD4ScGrvee9VUQnLmiRwpi4du
DksltQ/DoI+QNw0ficcIOE2zLZFWjnHnGEGx9sJTxHX/r+Ij4ZvO3anSFdtwPqHn
RtOxOhKfiRkkXFIYbXn5ngTqFQ1QmNF5X40DF3sw0UCtWVws8VbOpnjffZPYp1YR
ygVmr0P4U70j3dL4kccwQ4y5rXz2AzeDYoQ4h0vSXkkorzGAapsUgrXwxLH1dLNo
etajmUjlry1m+Bj+3ePHlYTKGZ06mHt78xQtHOx3qS60QRGf6e37hCGt6M083VHV
9hMmWlX4+5VCKTBDlfH86/vMh5YrvgvYbIVyHyGmSdMTAKEEi/Y=
=ao3M
-----END PGP SIGNATURE-----
