-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 04 Mar 2026 23:01:36 +0100 Source: imagemagick Binary: imagemagick imagemagick-7.q16 imagemagick-7.q16-dbgsym imagemagick-7.q16hdri imagemagick-7.q16hdri-dbgsym libimage-magick-q16-perl libimage-magick-q16-perl-dbgsym libimage-magick-q16hdri-perl libimage-magick-q16hdri-perl-dbgsym libmagick++-7.q16-5 libmagick++-7.q16-5-dbgsym libmagick++-7.q16-dev libmagick++-7.q16hdri-5 libmagick++-7.q16hdri-5-dbgsym libmagick++-7.q16hdri-dev libmagickcore-7-arch-config libmagickcore-7.q16-10 libmagickcore-7.q16-10-dbgsym libmagickcore-7.q16-10-extra libmagickcore-7.q16-10-extra-dbgsym libmagickcore-7.q16-dev libmagickcore-7.q16hdri-10 libmagickcore-7.q16hdri-10-dbgsym libmagickcore-7.q16hdri-10-extra libmagickcore-7.q16hdri-10-extra-dbgsym libmagickcore-7.q16hdri-dev libmagickwand-7.q16-10 libmagickwand-7.q16-10-dbgsym libmagickwand-7.q16-dev libmagickwand-7.q16hdri-10 libmagickwand-7.q16hdri-10-dbgsym libmagickwand-7.q16hdri-dev Architecture: i386 Version: 8:7.1.1.43+dfsg1-1+deb13u6 Distribution: trixie-security Urgency: high Maintainer: all / amd64 / i386 Build Daemon (x86-conova-02) Changed-By: Bastien Roucariès Description: imagemagick - image manipulation programs -- binaries imagemagick-7.q16 - image manipulation programs -- quantum depth Q16 imagemagick-7.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++-7.q16-5 - C++ interface to ImageMagick -- quantum depth Q16 libmagick++-7.q16-dev - C++ interface to ImageMagick - development files (Q16) libmagick++-7.q16hdri-5 - C++ interface to ImageMagick -- quantum depth Q16HDRI libmagick++-7.q16hdri-dev - C++ interface to ImageMagick - development files (Q16HDRI) libmagickcore-7-arch-config - low-level image manipulation library - architecture header files libmagickcore-7.q16-10 - low-level image manipulation library -- quantum depth Q16 libmagickcore-7.q16-10-extra - low-level image manipulation library - extra codecs (Q16) libmagickcore-7.q16-dev - low-level image manipulation library - development files (Q16) libmagickcore-7.q16hdri-10 - low-level image manipulation library -- quantum depth Q16HDRI libmagickcore-7.q16hdri-10-extra - low-level image manipulation library - extra codecs (Q16HDRI) libmagickcore-7.q16hdri-dev - low-level image manipulation library - development files (Q16HDRI libmagickwand-7.q16-10 - image manipulation library -- quantum depth Q16 libmagickwand-7.q16-dev - image manipulation library - development files (Q16) libmagickwand-7.q16hdri-10 - image manipulation library -- quantum depth Q16HDRI libmagickwand-7.q16hdri-dev - image manipulation library - development files (Q16HDRI) Changes: imagemagick (8:7.1.1.43+dfsg1-1+deb13u6) trixie-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-25637: A memory leak in the ASHLAR image writer allows an attacker to exhaust process memory by providing a crafted image that results in small objects that are allocated but never freed. * 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-25794: `WriteUHDRImage` in `coders/uhdr.c` uses `int` arithmetic to compute the pixel buffer size. Prior to version 7.1.2-15, when image dimensions are large, the multiplication overflows 32-bit `int`, causing an undersized heap allocation followed by an out-of-bounds write. * 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-25966: The shipped "secure" security policy includes a rule intended to prevent reading/writing from standard streams. However, ImageMagick also supports fd: pseudo-filenames (e.g., fd:0, fd:1). This path form is not blocked by the secure policy templates, and therefore bypasses the protection goal of "no stdin/stdout." * Fix CVE-2026-25967: A stack-based buffer overflow exists in the ImageMagick FTXT image reader. A crafted FTXT file can cause out-of-bounds writes on the stack, leading to a crash. * 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-25969: A memory leak exists in `coders/ashlar.c`. The `WriteASHLARImage` allocates a structure. However, when an exception is thrown, the allocated memory is not properly released, resulting in a potential memory leak. * 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-25971: Magick fails to check for circular references between two MSLs, leading to a stack overflow. * 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 or Information Disclosure. * 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-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-25986: A heap buffer overflow write vulnerability exists in ReadYUVImage() (coders/yuv.c) when processing malicious YUV 4:2:2 (NoInterlace) images. The pixel-pair loop writes one pixel beyond the allocated row buffer. * 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-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 `` element that causes it to use an image after it has been freed. * 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: 97fe2ee847ca71d7bded258239d49cb04270c7e8 13144 imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 70095d79a686f6410cf136237d0b84029a6a154f 731804 imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_i386.deb db52ee8f27bedd372b50bf5a35fd770349cb55e0 13152 imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 59d41a1c5b8a44e8375d539c66dc2ce169dbaf48 731924 imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_i386.deb a073511560df3249982d8efed8956552fd8187a2 24330 imagemagick_7.1.1.43+dfsg1-1+deb13u6_i386-buildd.buildinfo a42b7ba306e6a4ff1eb886f7873c08aefbf1aa68 25520 imagemagick_7.1.1.43+dfsg1-1+deb13u6_i386.deb ae0610c1a4d92f29dc6db6eb9a08577c84b78fcf 279264 libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 304ee0c02916e8262b8c91080edde4835f1dd986 113336 libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_i386.deb c28322cddba5e832a680282b8be25edff9870067 278664 libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 66003d9dd5db02145ebdb25b94bd31840fd9fa8e 112888 libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_i386.deb 2d523a9f89bcc40d3cb0c0c53219c6e69dc7b1cc 852044 libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 46db459611d2c058c156fe7d872c2a5deee18766 197232 libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_i386.deb bf8289a8fcb6ff50030b4ef1abceadc9abd81926 176820 libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb d3a2039d54de22e2442c3affe515c3e57a2fa939 851384 libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb a71da5c5cd0d8de7ff4fe3be35496e65016b6c27 195872 libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_i386.deb 81452bed370a9b0b7bddfff608a83331420c544d 177092 libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb e0aa6ff6a2ffdafb5176a4c12305342061403475 33308 libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_i386.deb b81ad60002632c50e223047a091dcdbbe37dfdf2 4862136 libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb a184243339b40d4e15e999fd9e442d7a01af8693 152820 libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 3227ce3269e55ffe7c36582a2e767f0937d622f1 80960 libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_i386.deb 892202d4b78b20fabf4477a5d45cac34d9428a1d 1905860 libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb 892c9b40ef3f9d3969f72808849ddf4eedc2f83c 1192140 libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb 5b09c903b8dc06388c64dd30454ffd15ba2aabd6 4888484 libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb f70484747613e49e43e2f69010c4b7f3937ee5ae 153220 libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb e505d4f222c7c1c654a526c3951dd111355c5c8b 80988 libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_i386.deb dee3d6a87a9070830229aaba37c5b96a59f5e271 1912344 libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb 6582bac9b493f0afc38024972b74673333a8c07a 1194824 libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb df77b0e7eb22ef5b5dcfa97d0326ce527616ca78 599828 libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 2d922b8eef975f3dcec8525ca52136d138c02d4d 332676 libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb 20f501e38edc4cae52b30af3cc2bb527a6f2fc13 375872 libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb 01c934681d617065d9def575977aeb41bb9b50ce 597148 libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb d10ef53b850c68f9878029705a031a0b351975ba 331844 libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb a8b6abc9629d356a4adc3a2dc5610c04bb22c78e 373896 libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb Checksums-Sha256: 8a0e1408158ee48f1486b2cabeddc898d4f43f4d43a9b554946b1539d3a9ba6d 13144 imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb e43030a5c7d76f0a867824f7973999832a80b3569a4de1b5c06a57cb3806b7f6 731804 imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_i386.deb 2563b5099dc3ed3b627bc7d30f208d6f0a66977c0b7a9dd712b6b37aa48490f7 13152 imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb b136fd67887db700e95845749357d87235143eeb288594ad90759c001c2c5d80 731924 imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_i386.deb c50ead2f434371bb59ded7db2d61198107b2da6ec4116d916583c14a1636deb3 24330 imagemagick_7.1.1.43+dfsg1-1+deb13u6_i386-buildd.buildinfo 648f337234583eaf36e5a60c64c7c7630811818e02605c8dbbe5b2eced008021 25520 imagemagick_7.1.1.43+dfsg1-1+deb13u6_i386.deb 5e2307a8ede8f4199050bb37b433ee5864c27a38b6c911c40178196d991f3768 279264 libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 7a7c8ccb29da81bcbcefd808a029aa624b2354d0f155ae9d73d48428e3fb64b6 113336 libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_i386.deb e68cd17ae2c95cd460f1cc5c3f88b97f589a483026ce519830ed06635ead34a3 278664 libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb a1cce0a844b8a2ccdd5101b569c5752cc1b3619f1c822e73a902533e73895ebd 112888 libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_i386.deb 1b7a1679206438942ff79d0b7fd71c12bd5e2b96b685b82260bfab1624bd6920 852044 libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb ed154457bdf1924baaa9e5b2cea5d72094bb3c967b780ab4589b547386233512 197232 libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_i386.deb 2c0ec541401d16348c2dbc10b66664051fd2741f928a02c64699ff05b006b3df 176820 libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb fc7fbb09b3090a371ae5a2b201c7fba2a0d15be8a32e796d079ebe2ccd6c375e 851384 libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 0d9d3cf5aa0b90b85da9f52892915057e64f3095f68daeecfb56d57d866010d9 195872 libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_i386.deb ef7ce5aef04bf72fc195bc4f2bbeb457ddeeb87b0cb73edfbc3a61bac0425711 177092 libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb ce89e483d6296e7b9bfc5091803f059e32bb85063fd51c8280f2d188f8351106 33308 libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_i386.deb 917b33c7c8ce85b4eff4552f2b1c7d5bd4cc5d122204c7a52c22712c3142b557 4862136 libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 03c2e25481452dc164373dbc36198c63af254c1af40924936396350a4e804dfd 152820 libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb df547b72d1545dc9fea153d808012f24499c259ab111e44cc3a68bbe9250c4fd 80960 libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_i386.deb 76a72f1f538b9b9b81641664345c3117ae324bc1a3610ccef4abb5992de2b607 1905860 libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb 0abdd4fff2210874ac46a229c76bec7dffe53be4ea62bad127f3bfe97d0c1b97 1192140 libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb 60d2ae80399e8b973601ecaaf6a164dbd8cf99508d094f3d31405d8066e86ce3 4888484 libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 88075864e2c769b30bbfce84081f69e921c4ce7b2b79f4d1f8e9fc638cd26315 153220 libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 92c9e4b59d43be54f2c428243b0860d07ee72b98921ec905c7ce9a9376653fa3 80988 libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_i386.deb a8bc497a812b854da161b711a204381dab2dc280e8d356585ea9154ca944234b 1912344 libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb bf9ffbc0d6b9090286f21357f1fb6e3ea53d4d3a0320a88886d1db8786bd0c5f 1194824 libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb 0a4a1874dd3ec1b9a0ae87840bf765387091b5d0dafb5cc0d17578047ddb886d 599828 libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 987ef4ce9f9073baac69d2657656bb23ab632146f03d3dd75464b5b4a2cf8034 332676 libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb c8b7ada0adf5f7129f63c6c46bd8ee2fb7bbf9929878a587f1d38109e0078b84 375872 libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb 2748368627003ed52c72956665755514931d97a88497f0572981d1f9ccb26edb 597148 libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 72432f46e4a40f7fe188c89c6d21184f7dac8086ca96f5b0e1d504af9a1bfa45 331844 libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb 9c8cc91475dfd2ce98fa919ebf3340cb0b36032cd6268bebb4a2734a9716060a 373896 libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb Files: ca34ebdcc53d2b030391f29bbd85900e 13144 debug optional imagemagick-7.q16-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb b3fdacbfe68183b0ca3858b4f9126a3f 731804 graphics optional imagemagick-7.q16_7.1.1.43+dfsg1-1+deb13u6_i386.deb ff0b30033f95436f5c49904a0448d4dc 13152 debug optional imagemagick-7.q16hdri-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 8715f74ee5e164c0dbab3bbabd882744 731924 graphics optional imagemagick-7.q16hdri_7.1.1.43+dfsg1-1+deb13u6_i386.deb f78d2ad589900153b6e14e3a61049365 24330 graphics optional imagemagick_7.1.1.43+dfsg1-1+deb13u6_i386-buildd.buildinfo da8a156acd3a2f22236a7725792619d4 25520 oldlibs optional imagemagick_7.1.1.43+dfsg1-1+deb13u6_i386.deb 839d4982f7df4787325b76276d4d29d3 279264 debug optional libimage-magick-q16-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 0f78eaaa82d1b05fb481bad0e2d4452b 113336 perl optional libimage-magick-q16-perl_7.1.1.43+dfsg1-1+deb13u6_i386.deb 258616d0fc1a5b5ba7a786c11a3f7801 278664 debug optional libimage-magick-q16hdri-perl-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 818363a3766ec52448a2e50a6c38126a 112888 perl optional libimage-magick-q16hdri-perl_7.1.1.43+dfsg1-1+deb13u6_i386.deb 5bb90188195ba9121e2a5ea9c33185d6 852044 debug optional libmagick++-7.q16-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb cad029d9f9294016dd82ea37dbe55750 197232 libs optional libmagick++-7.q16-5_7.1.1.43+dfsg1-1+deb13u6_i386.deb 8507fa4a86f009d03eb480eff6123992 176820 libdevel optional libmagick++-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb 0ed8ba65a6ab0069948431d55fbc59d5 851384 debug optional libmagick++-7.q16hdri-5-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 3d663083889f0d4e7535f9d6f1c05428 195872 libs optional libmagick++-7.q16hdri-5_7.1.1.43+dfsg1-1+deb13u6_i386.deb 4f978c1d4402183e7712844d3cf854a2 177092 libdevel optional libmagick++-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb ce57529e7e926a9e374503d2c2479df3 33308 libdevel optional libmagickcore-7-arch-config_7.1.1.43+dfsg1-1+deb13u6_i386.deb 44b596a2ff44f5e95f8aba990f45d78b 4862136 debug optional libmagickcore-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb b1d600717d87621c8696d943be063f8f 152820 debug optional libmagickcore-7.q16-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 767b658b57b61b6803d5292f881983fd 80960 libs optional libmagickcore-7.q16-10-extra_7.1.1.43+dfsg1-1+deb13u6_i386.deb 7b3163fe9b68e0123f857444e314137e 1905860 libs optional libmagickcore-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb 8cc3bf71e090ad9aa5cad38ad0e4d102 1192140 libdevel optional libmagickcore-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb ce27d1e5fe16f5d0b5905a5e9a0d12ba 4888484 debug optional libmagickcore-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 07cc142574721494992fea0ffaf4d106 153220 debug optional libmagickcore-7.q16hdri-10-extra-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb b12979770ba7883d28912a8b84982403 80988 libs optional libmagickcore-7.q16hdri-10-extra_7.1.1.43+dfsg1-1+deb13u6_i386.deb f2f92acd2155fc7ffb85ed5c38189e53 1912344 libs optional libmagickcore-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb ae2064c3a07ad1c6fd8a8e5a50c27180 1194824 libdevel optional libmagickcore-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb a63e06dccf27aa211a02e0d26c9abf6c 599828 debug optional libmagickwand-7.q16-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb e9544b690cdfb63ab97e438b4038e888 332676 libs optional libmagickwand-7.q16-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb d50724f11d2063c50dc77f762961e270 375872 libdevel optional libmagickwand-7.q16-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb b974dbd04bad3a236f69adcdcf9f950c 597148 debug optional libmagickwand-7.q16hdri-10-dbgsym_7.1.1.43+dfsg1-1+deb13u6_i386.deb 8d1d8a518dfff371b14a64d14b66cab5 331844 libs optional libmagickwand-7.q16hdri-10_7.1.1.43+dfsg1-1+deb13u6_i386.deb dbbe544115520670bf18a2c04a54125d 373896 libdevel optional libmagickwand-7.q16hdri-dev_7.1.1.43+dfsg1-1+deb13u6_i386.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE+i/sCsF3puL4e7qIGNGWmfrqILEFAmmuAKwACgkQGNGWmfrq ILG4Mg//T07P99EKEdKxWS8N6Azj+GlZDXsmUgXxNtFSHwPrweIqY1LKkgR+k5FD 0v0vDRCTOJbOGsojazLc5yZqKknH/Y3QTNhTXuAOZ/3yXGI87HcfXt31Eu+o/nQ3 c3kmJ6hKmD/TPgtJPuWwEuNVgcIYucyRgvke6E52DuhfaOCzZfach9KG+2LrZE7f 4G+q2Mr62ZCJBlQd/rz6deziDXBVShZ21gccv4kE8OWOxdLwzYsR/MEyXVFEevW8 RXsaxhEXPLvgI43w37MCRm1HDmiarOKVguJPPpLVOYAFqoPEc2tzboJ5OdGFwzhB wYa5fKdIzcRLckpvcb5BLSVxNHaCCZKoanK+HWKmNLrBgnbrX3L7juLbWHF1m3WH N+j7LaSF8glxiCJwlZLv7O59ZNC2zBMiukiP97yUiZyA39uQ2clWGTwtVgRbzZim AW60FrCyenW4J0+mDfPPm/t6YJcagqJS0Tzl+Wj4cRXXyooZoY4dCIQV9nkHIOhm zVEf1AlYT32Sn7bzgBxOQHg+ksNNKZ0hfgR1l4rKRygerUm6SVL6u0Kw+8pbEsN/ r5x2fXfLgzkdQmLFLB/Fq8eZYOKlC5reokNZF0eVN/nq7WeY0HBTAJtFrPxyVa2G ypDlfx+AWj5Zd8Sh7ST1dE+QdCyf419Aslu9EETXqm/GYXefV7Y= =oJFa -----END PGP SIGNATURE-----