-----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: mipsel
Version: 8:6.9.11.60+dfsg-1.6+deb12u7
Distribution: bookworm-security
Urgency: high
Maintainer: mipsel Build Daemon (mipsel-osuosl-04) <buildd_mips64el-mipsel-osuosl-04@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+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:
 bfe6f726d754d256929dce4c55b213364e157082 91760 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 a344ff046d551633313b592c590189290597e34b 344640 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 5d96c92bc30c13c4150f76c3c6b5d15c0b295b7e 92552 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 5d8e1f94e190bb407f240e166f5fbc07fb50c159 344608 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 4bf2b1f00f0d7c8d206f5e0d83cb75be22d23c04 24600 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mipsel-buildd.buildinfo
 421c9a8be5065fb1949879d3765f8f255a9a19e2 126956 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 67783cf87e86789a20b218616d580a7f04503300 241688 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 f81fa93b8945ade92548ee6ee46a3b6d77aee7f9 195292 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 3d76c4b773c84ed0d3dfade217cf1120929e53ff 240728 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 78b01e36c8aaf37abb75c11be04378036f21cbf4 194812 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 1cc12ad1fbba88572a538d373dc31d9fc53aae39 1293652 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 b200bece78965e176e19eb1535c9dec53d68b5fc 237332 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 516b3a4cbf34cd5edb9b8c8a84ea610daa090f00 256596 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 25dab66e5cef7fb24ad1cf31d0117075f10add51 1293748 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 32645e3936cba769adcfd325134be1294072ae2a 237476 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 85c2b415ea1cb783084900a75465a10c5e4099a8 257276 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 ff4038fdb09dbff2d53840016b63971f99f8a562 134816 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 130664011aa562383e73bff2b2febce560dda059 5549156 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 cf69fc457b6a29db8b230df07b4dd62377bdf3f9 194476 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 f82d0602d4717949fc52b86c44350f3b9f9add21 175624 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 e2679a6df6b09d8f93d0aff9b9318785dd352ca5 1692400 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 6bb478bb92489872fbb3f9333150db486bc2ac41 1272176 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 24c1a18206f77968b2a7781d40e25349dbd2ec3c 5562400 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 303f46cf8c0666f79cb8747a5d84bbecdca46044 193760 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 66079ab4aea154065317e538876c31a547e3a9d9 175272 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 21cebb86ced95a1390021fcac520db0ce80bbc06 1684756 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 b5136bb87d9b6a7a147780a6e14132883e95d425 1249468 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 8332d87428ab83fae0d7476316e2d6f349646351 726008 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 eb1ec8df0cd1823c699cc198249d6371f43381c6 293208 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 70dfae302a62597a83ced4279a5906fc0ae7ca65 443632 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 c4434ba64fe258bed1248bf61042d9d8f6b1a3c9 724044 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 2cb5e3fc62a1b40531e4a596a05e9fd5ad495846 292508 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 2958e8faf503415febecbd2bb48c0f2f597ecdd0 440128 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
Checksums-Sha256:
 6c3c116dca2ca02dff1ee4ce7039e0f62a32dc1f4512aefc8b86206347066206 91760 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 06d460f22fa387ae8c9488a8f3300d44a5397300e26546e1c847aae0a54337a5 344640 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 588b584394339a5201699afdaaa87df80266ce54c57632adbdd4e89830fa7b89 92552 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 0a61f503883e929b227e76715e7056d907b72ce89983e8ddf53eb30e44c64792 344608 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 47d7c4849da86c56e5538a63ce418e28ac4ae7ec652e51eadf1cd2522f0b4d01 24600 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mipsel-buildd.buildinfo
 eb9039941886838182d49cc68df00c037ef0999dfffa7c0f58537808ab59d136 126956 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 08c5137b2d5415c780c17d5438831a2ffc858fb85b05fb59f16e3db73ec11d08 241688 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 62ac16e5ad1a5cc07a1adea949bfed35e86e600b5013b5561d9fcb521b5eae97 195292 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 a14dc7150d92321197359f79cd22e7d9c78321c3fdffebe84a73f8ff3085169e 240728 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 4f524899b68b10478fa05690206d551e9452a25aea239260b0477f49e2b11577 194812 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 a94fb36cfca3b5399b2ca3a9b3ef59449001e838ae90e8e384ef9d70de850af8 1293652 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 89320d602a5ee2ffc6761c29ebc94107d466913767834d96e5eae62d81c8d884 237332 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 67cc5bf6d1947252676913f3cbdc7c15c0467241ea6ff065ddcb01951d47c38a 256596 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 f8a40c540fb6d0235c29acf7d77b68544272c19d017d4c03a02c5932e47b61cc 1293748 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 634f5232667efd39d0f02b457350720725024da2bdba9e1ffd0ac5dd06f6365d 237476 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 0ac4c20a487c23ba38e2437b4f0fdd1c9c5882b6c5deb5fcfb6d5e902bd5fa5f 257276 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 d8061cf76f9cfbcdc864f8b29df3c13ef68702104923d8e32551a1edbf3c7b90 134816 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 a3d397c587909c624b3c9c8943833500bee947aa01b9cbbb58edf8a50570a488 5549156 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 fed6325d628ca8331b1319890f5110e6fab3b75c3422e2c8fca1edcc167994ca 194476 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 479103c66896bcdb8df11ede0f95e6564516c735870b782362eab2102f2b6a2d 175624 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 01894c9f1c20189929bc2765444525fc16d544b89fd16d77d4f225eceed33d82 1692400 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 d8ac09eb644d101f4701193025ae952c2e9d007f050090ed64c9ae95634f46f2 1272176 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 14fcfc7f371c7ab21dd7fc2d0cd08ace23fa6bfc6de948ac6808beb2c01b8d13 5562400 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 aff1cde0adf0cd8d1ff5dcbc710bd2a3e7f6e0f6d2fc8cc84e516bd30482d11a 193760 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 2f4cb179a6f799728fc77d2763f879c1a3a07488a7f6246c05532a1db944a2ef 175272 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 bd28785199b6eb5749daae44cd76343b8a7fd6b4c840bfcf27d41d6c45aaf15c 1684756 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 7c9dbd6a981acd790094ee4f3edfdd9d6f90e39273a6b86276903b0a3c216fd8 1249468 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 6d6905ef14f741f5e0ccd0353e6c2c95755db4ff581c685b2637ff8d765995de 726008 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 62850359c078c383e93ea6c3a9871e1ea6593f1a9ef64457cc7fb5da3d74ccba 293208 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 af88bcc181caf02761fcdcf2127ede2ae3dcea0b6888f3f099fa7e0ec2fa26da 443632 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 409507adfc6f32664563962a5331a2f288a1a1f1bead0d78ace14c32c189ebc0 724044 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 583c9c22999f0edecbd1fcfeb9d6ff9e373712b6203e08ab690941c5dda5e0b3 292508 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 d1b71d8c31a36cacfdeadd1af29afb641a2a75a8aa7a2b0b25dd1c7b94d0bc59 440128 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
Files:
 290b3712ee3a4a8e674c80a174419897 91760 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 4f8fdc7b0fe7729e562271ba97b8c284 344640 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 8c1c751b86093a890a136f52eb96260a 92552 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 4933c978ffc893f00fc516ebe2cff25d 344608 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 9421edc38e954781c13acf3a64935776 24600 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mipsel-buildd.buildinfo
 81f30fe7a0cf15fc2b62211638359364 126956 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 6b9aa8b095c307d4275b4dccf838ac1d 241688 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 14f63a2db989699add225689d4ed3451 195292 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 d6c5f80333fd973313eaed20f7b4c89d 240728 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 1d84a39f1ab4eda89102bf2b54714123 194812 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 f8b23a5204a67483bfbd14f7f5d0b6cb 1293652 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 5445819629a20d5408db2c92faf6b879 237332 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 b8fa2bb6dd5bfd7c806ec8569a835d25 256596 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 3f1895ee9286fa1ee824cddeb515e952 1293748 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 25fb55e48ad3d3d668033932ecba9c97 237476 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 ed0e18470da1d26aba3a1747bfc7f85e 257276 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 1d8c1eb79881659bb4cf3b98632c3902 134816 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 20175f226bba04957f369c041e34381a 5549156 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 c11d449133a9d36375cfc92b6ef50e64 194476 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 13230cb7edd7a56e4c825a7cff09314c 175624 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 4e51c00a1a054b54740c89748ab56262 1692400 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 ed05b141f5ba72c2fa900336f0249c21 1272176 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 3791e6b0a4e5e1aca5fc88ec0c593628 5562400 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 5b4b2360002f984208686f8dd380a05e 193760 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 5291fb564d6fd83048f1aded87350f2e 175272 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 2349975bc08f7bef883d3366d79ae215 1684756 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 d72208b77a1ddb03ca393b27aa8e5334 1249468 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 0f9d81c534bafd7937bc0eb7f4e426f7 726008 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 577e2d2b716c9e0f6c0a565b9d2786e6 293208 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 f27839417bf46e90f3e46bcb356c7ebc 443632 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 2cddec03772e3fff764da4a1895db73d 724044 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 4abb73ed47c6a378b7b276bf2b5035ae 292508 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb
 3e1aa94ed7703e10737329237d07a580 440128 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mipsel.deb

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

iQIzBAEBCgAdFiEEyYUQCyzsgu940OiVpwP2OD8jZaoFAmmwYEEACgkQpwP2OD8j
ZaqCpA//Wq7gurmxqAIGmny+/znbDfsswkOUOUgv0gkRaNO5zs0Si607PR3ioNyE
tTXvPW+5ADzJU1tdKs5/+T+VaEkRatNWisGMGYl9J/AkhoxwateliMuKgfGUTdFB
Q5OnuxNFYFLvCZWdyONOnS+eYvj8Uiwgj72WW1FWoQ96vqr3c0vMGv/qZ3PpjTUH
ZQw1krmUPhdKMoZ+0g9craIHk6sa0NlTlrmJaglb58rjnFdOrY954E8spTSKQ6zN
AZwEwdzf12OwK41Ki2N8QlCXbbGLit8Q1v9L1U2LPbVIchO6J/9nGLjFqhj7zET7
oZt9UAgr/iDDSlwR+Qe68OC3wYyfiyPagRvn965LzimCXksZ7fFewY/xpq0scE0O
aX8D3Fv+neCDTAT8GaBvv4G6ch0/x02npM8gEtOFg5k2UmMV/CdyoBkvl3wWeZ+S
MHahu6lmqyEMfXSOc/tkBFH/PWSXMjEcBc2+y/NBB4Ohhffyrlwf/TBFRe6MU15+
GbGTkwVbPIuErfNqx5iamW7cqhWvVoDGuKRsWwcqPbX6UrdC5Ykx7rDT3T/78EDq
UtV6Kg+o55PmGFB9L6bC3//kfU+59vFpH6dr97HNL/LnVSn2gIZdAAdm78LLOGbg
+yAE0v5qHUnsvELbIfM3aVmbREP8tscFD0EItV0EybzDmMhVsvI=
=Ru/F
-----END PGP SIGNATURE-----
