imagemagick (8:7.1.2.12+dfsg1-1) unstable; urgency=medium . * New upstream version * Fix CVE-2025-65955 (Closes: #1122827) There is a vulnerability in ImageMagick’s Magick++ layer that manifests when Options::fontFamily is invoked with an empty string. Clearing a font family calls RelinquishMagickMemory on _drawInfo->font, freeing the font string but leaving _drawInfo->font pointing to freed memory while _drawInfo->family is set to that (now-invalid) pointer. Any later cleanup or reuse of _drawInfo->font re-frees or dereferences dangling memory. DestroyDrawInfo and other setters (Options::font, Image::font) assume _drawInfo->font remains valid, so destruction or subsequent updates trigger crashes or heap corruption * Fix CVE-2025-66628 (Closes: #1122584) The TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. ruby-benchmark-ips (2.14.0-1) unstable; urgency=medium . [ Debian Janitor ] * Trim trailing whitespace. * Update watch file format version to 4. * Update standards version to 4.5.1, no changes needed. * Bump debhelper from old 12 to 13. * Update standards version to 4.6.1, no changes needed. . [ Simon Quigley ] * Team upload. * Update watch file formatting. * New upstream release. * Drop {XS,XB}-Ruby-Versions from control. * Use ${ruby:Depends} for runtime dependencies. * Update Standards-Version to 4.7.2, no changes needed. sbcl (2:2.6.0-1) unstable; urgency=medium . * Update to new upstream version 2.6.0. sbcl (2:2.5.11-1) unstable; urgency=medium . * Update to new upstream version 2.5.11.