-----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: mips64el
Version: 8:6.9.11.60+dfsg-1.6+deb12u7
Distribution: bookworm-security
Urgency: high
Maintainer: mipsel Build Daemon (mipsel-osuosl-05) <buildd_mips64el-mipsel-osuosl-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+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:
 f81aa34715ce985133c8d0b20ae66b4c2d613a1a 89468 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 f2ba3ca91616cfabe83e138288b721e2e5b3ee0c 344700 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 5259927c5cb331c67429e5b55532202c29753926 92964 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 08c76f4ad861c055c4c5ec1ec01bfede26d8cd59 344836 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 5b12640ee87602d70191f3bf1e6ed2debb52b2e2 24833 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mips64el-buildd.buildinfo
 c56cb4b5b5ffa2e208db40f43c4f0a8785057513 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 57caef224d44c21460845e63c101277907bcdadf 250996 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 bece3886209c51ae08cc4235c390ea9d57358958 195832 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 abded240c4ee427a26538fecb07fd10863757446 249588 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 7cd780e9d880617c5aba5ad331724282e889b685 195092 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 e3d8487af3a64466c2d5d132b79b882bb50216ff 1294364 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 2a419d49bf93afafb6ab6b9978207bd291090554 236044 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 b35431d5b467553951ac8b3bb62e62516be21246 260748 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 dee724240266b1fecf04b6083ab6d3692bf6bfb4 1294316 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 ad1878a11ab24129b2c041abc3b6cc5a685ddfee 236200 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 92670426dbab2237d9fa904bf0bb24f0f9add4ec 260764 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 2f076abd24ee36c5429b52f24a4746e13ea5b1cb 134832 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 9f0aada9faeb2e04d38edffc52361812c85b4444 5684524 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 8353d474947e49d2dcde674783f642f90863cff0 197268 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 d893e5356b307ad28f867274cff9d1d622925b8f 173856 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 f56399cf67e70cc9ed8b7343aa525e3c8eacf967 1649960 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 296ef1510bdaf46295c4c953af3a3e34591fa49b 1258612 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 54245669f9edac0c594acf5366de99ee19bd2cd0 5666576 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 1de4dcd5c34c0ff5ed7cedd5a8cbd00ae889a4a1 196732 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 322f0c62d63aec3e97bdb96ed3e61ec402d9ea47 173516 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 bd64684c5ca7757a10abe6d844300d5a688ec533 1645356 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 e2485f51b0f9abb732afeef9e5cddadc296d33e7 1237520 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 e76e36ad3a041e7722c970f6a650c80d8db5f353 775268 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 429b0dd12890eb76c0cbc9c9c810497de6692db3 290204 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 31ebaffbfd16ded62d2b086ce9b299829ab9d140 445644 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 e57b852020c4124689893af0c36e31209b3cdced 772044 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 b243ad8b8ffa898b8d0aed9b4ad260ae4cd35a02 289472 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 7fba146c8ce209b3b33fa9842fa26ef197532761 458632 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
Checksums-Sha256:
 0585bf23d1fa69575a49b94d8ebc78bddf29dd9684a46af06b94d1ab5ed8eab3 89468 imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 d140c196d72068360292b539f29a095ed82fcf69ef9f54b12fd9c6af276aa59e 344700 imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 af87115c88be4194a16966a6071a97334f069678ac67e55753ab9d14b8194f54 92964 imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 cb1599c33f83b88fb3a6aadb649dc8c2192cf0b627a9f39ba8c6fd558ade2bd8 344836 imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 8efa6e94a4da6bf723cc5f3e19219b4c1fc45bed48019d0d4672dde8d0c53865 24833 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mips64el-buildd.buildinfo
 1d215d43accdf5c282d86c58c88b3bb514a310bc7f4ad9552fc15109f0073be8 126960 imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 3ece0ddec5b27bcbc09d9da21bbb0e2d90a1091f3812203b8ed8effe7a178291 250996 libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 68d7bb51b5a2bb1c25ebdb433ac79fc1fa190ea420d4d753c4f86beb9fbd7d04 195832 libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 c28f2103af758ee0732a47ac7908c1eab9ab9c587baeda18bce602cbe8762131 249588 libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 9f1382ce3fc4ed70f4b6e000d45c15d4fe989ccd118237f1df1bd69fa8686864 195092 libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 b11f8c11db10c531efe7e700f7ab8e5acba87f8b4148f8b6f0c47755d87ad8dd 1294364 libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 2b5a199a4135c6d216a08b83a85c7dfd75276e06314845a76409efdd7e58d985 236044 libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 4f7d7d0f1ecec9e8bceee2026265d8b686b180942b71f31c8d79ea276d4f8fd7 260748 libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 1365d201dddbef0965413b7902d0226c3456806c0d1f4ed93d8b907100d2a325 1294316 libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 b4d4024c85a5070d8550d8cd5539f3da814b29071b4d1c5faefb7ba6c50bc10a 236200 libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 09d8027d88db3ba511d0804e25f4175779037836ee76bd660c239c1a8663b812 260764 libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 099fc0ec72053f9f1ee1e6f92cd354c718ac403a567054a9f62f002cd4d3ec5e 134832 libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 a9d7d979354bd66e042d63c002131c3672897d5bf24ac206e764f43434c8a6ee 5684524 libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 102ecceb162dbdc5490a51faac930dd03b442aa49f3423c68be0106535a2ea85 197268 libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 d160afd56ff9717bae9a8ae455347d570ed9a87ac662bd64a3f92a1d64ca3c87 173856 libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 4381b52a4ca59d97214fcf116eb19766c9451c0424b9460615a18d1b1a17117e 1649960 libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 3761fe9113adb98e65a287e80d00e9542fe25d2f9ace7fa89f80efc35f62b1b0 1258612 libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 35edacfae10afb07674ffcebc1ac9071e5a412075276c84a3cc01d473e6c1f95 5666576 libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 62ce6f8dcfa2123c2a705d2b8d4bc40e00756272d951c5a3997e8da6dfe712b0 196732 libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 61a72eb51895698ceddfa094e79ee0e7cabbf187d7ac852642615d9e12eb89f6 173516 libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 ea50a38d78a08c6e2f95d628ecc55480f9d2f545886fb0697b66082e6659ea0c 1645356 libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 69f615e7065a599572f7990b2b6a2bd3d5d5af949b7dc3693313f449f81f04d7 1237520 libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 497d090c0b567a4af35118572d271b87eb8b565b1fdf4d1ece69f9f7f13111b1 775268 libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 28dc9bdfaaa1d2de54ee4705b3c5759ca9f6e2f0cdfd1b60c1066b8cd7fbad88 290204 libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 ba8f7c3882789a5035c9f09f9383f08725b6da75a3652b7a180105f3d5214898 445644 libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 ff0470cb09f5724077f4c94b2ec09c6ecd05f6a2f6820c0cd4a3455b5036d4b4 772044 libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 f789d098586327242f11d08889cb9ce0d29f0f70f1520ee6e0d878e24b6ebaab 289472 libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 21f147f3735460c4c3300331906e7d1f34c556dd35fa80415a85f436ead63b20 458632 libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
Files:
 2266a212592a58bc76145db68928c177 89468 debug optional imagemagick-6.q16-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 d6b701b60349243a7a800c609cecd139 344700 graphics optional imagemagick-6.q16_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 f88a1142f996dea1c8f62a5147e54f5b 92964 debug optional imagemagick-6.q16hdri-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 5b012a0b548119cf171a31bbc96082e5 344836 graphics optional imagemagick-6.q16hdri_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 fed5b01204bc01621df75fc0290d53a4 24833 graphics optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mips64el-buildd.buildinfo
 2bed2647643b51986c84ba77c3fd62e2 126960 oldlibs optional imagemagick_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 250b7d279ce74702d4559d7a9b70a902 250996 debug optional libimage-magick-q16-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 2d142bb18e998d96d6d62a3f30f05ed2 195832 perl optional libimage-magick-q16-perl_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 95dd89779cfbe6f47dc263a88f00c070 249588 debug optional libimage-magick-q16hdri-perl-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 3ca1ec44cf7f889e9903c7c16d072a33 195092 perl optional libimage-magick-q16hdri-perl_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 872cefb9f8b7ebb59e414ffb17cb30f3 1294364 debug optional libmagick++-6.q16-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 6758011ed80005d554408a7f77ec0909 236044 libs optional libmagick++-6.q16-8_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 a4d6db2027a30b275facdce68293d56c 260748 libdevel optional libmagick++-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 8708602e7f0f2717ce3d8fabbf138163 1294316 debug optional libmagick++-6.q16hdri-8-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 6f10ad4f4c6731795d36ab7691bc1817 236200 libs optional libmagick++-6.q16hdri-8_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 deedc57b3b7edd0b8a79378f1ac2e75e 260764 libdevel optional libmagick++-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 65d0118c6a5563f1f57a08930d7e313b 134832 libdevel optional libmagickcore-6-arch-config_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 92b68922cc63245f4f3de60fcba42a0c 5684524 debug optional libmagickcore-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 c185e6cafd49a458192e100ca073fead 197268 debug optional libmagickcore-6.q16-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 809757ac0f81ed3b059b590de2232bd4 173856 libs optional libmagickcore-6.q16-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 e7cec76826a5148e31b0a0572fa64fd5 1649960 libs optional libmagickcore-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 0a414829142661c6ef854a62b42d7c38 1258612 libdevel optional libmagickcore-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 1f865328fff5447dcfae23c69391de7b 5666576 debug optional libmagickcore-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 91221f8547574c856695f3d683385b6f 196732 debug optional libmagickcore-6.q16hdri-6-extra-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 ca12e0a797e45ea0e6cb86ac5fb9fb45 173516 libs optional libmagickcore-6.q16hdri-6-extra_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 a0e2599466bc409f53f53d9cee2dfa1a 1645356 libs optional libmagickcore-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 c9a4d59a4e347bf76ce0f6e9bce410fc 1237520 libdevel optional libmagickcore-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 be19a8c6b719a28ea153800a3ef88c71 775268 debug optional libmagickwand-6.q16-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 d9477f16b864b7e02dda1a352aa5e960 290204 libs optional libmagickwand-6.q16-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 3e7520f216d94096c5ed76ed888e07ee 445644 libdevel optional libmagickwand-6.q16-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 28897add2f8b1ebad46f27844b1dafd0 772044 debug optional libmagickwand-6.q16hdri-6-dbgsym_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 797f104d4f14c6911545c0d9ec98225e 289472 libs optional libmagickwand-6.q16hdri-6_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb
 fe65de22825d75d9db81b6ce0a176815 458632 libdevel optional libmagickwand-6.q16hdri-dev_6.9.11.60+dfsg-1.6+deb12u7_mips64el.deb

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

iQIzBAEBCgAdFiEE4ZxaH3zEHAF/GhnCHrk2gTKeWggFAmmwUe0ACgkQHrk2gTKe
WgjbWQ/+PKwXx0NX9MlFWQQSvZFAy1KkBu1Bm7qx5v62xntAvoTgumwMbmZQiPPO
TVfXfPHdT2zuEfBwVb/QUlLanlo8bnGkj2erOf0vKJAwA1WqR8qlge3uLyd1nLrp
bZJvthmN940iJa/hPiYja/myo5A1ART3l4NviZGeG02Zn09lOWoB32swDaDAaS9l
S8C1KgEKDU10oJPj5atz1OO/no2G+ETyz4NQKeWJZg3egF2x8kAJ+5+Ksrabd9Q7
/puY12Cd1pDXQPfZrJqc/vt7/qJr5vGQQn4KX6lokQz8r8ceBVbOLYEdleq3V7x+
JvMnGwWeMxGCvr/LjYHIx5DzxGEDtt81iRCsP5YJaAIJtlT9+k3VrCM8eLJjMgbP
SNSohWvzGpi32Hz7D66MnMuDeCo8hE8AdLumlIybPJcEkcZfwxTarT2X8fgE72Js
37oohj4IH513jdW3Nsa7V5FOI9btQbCYiPXmfQKa7LPpJ1kznVhERIFMzZrqrFLB
bSa0cc7HYIKNZ2XvPR3DzVeljZdW93Floosp3ueQuG23QB/wBNkFyO3pCnM9IZGN
pT2SJi6sM3w6lyumvhXRSgQey5hg/NnzO8xaNzJr0cKrTDdx1Ktuze8adbOu1vsO
erVbe1gxzfS8/Pn+X9NVkS1gYqOm/6AFEEZwkE4v/s912lEjoXA=
=dj7j
-----END PGP SIGNATURE-----
