pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-Imager: update to 1.033.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Jul 8 23:19:05 2026 +0200
Changeset: 8800f0bdea24a943780eb33ad94d539cf725dbf9
Modified Files:
p5-Imager/Makefile
p5-Imager/distinfo
Log Message:
p5-Imager: update to 1.033.
Imager 1.033 - 7 July 2026
============
- fix mishandling of large EXIF IFD entry count values, treating them
as negative numbers. This could lead to an attempt to allocate a
block nearly the size of the address space, which fails and causes
an exit. Such counts are now treated as unsigned and caught either
when the multiplication result is checked, or when the end of the
IFD referenced memory is outside the EXIF block.
Thanks to cpan-security.
CVE-2026-14454
- JPEG: depend on Imager 1.033 for the EXIF fix.
- fix a thread context object reference count leak in the bumpmap and
bumpmap_complex filters.
- TIFF: fix a leak from processing the TIFF warnings buffer.
Introduced in Imager 1.021, Imager::File::TIFF 0.96.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8800f0bdea24a943780eb33ad94d539cf725dbf9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Imager/Makefile | 2 +-
p5-Imager/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/p5-Imager/Makefile b/p5-Imager/Makefile
index a1fa239416..0aa843538e 100644
--- a/p5-Imager/Makefile
+++ b/p5-Imager/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2015/07/14 15:45:29 fhajny Exp $
-DISTNAME= Imager-1.032
+DISTNAME= Imager-1.033
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TONYC/}
diff --git a/p5-Imager/distinfo b/p5-Imager/distinfo
index 67929dfe3b..f62eefbaca 100644
--- a/p5-Imager/distinfo
+++ b/p5-Imager/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2015/07/14 15:45:29 fhajny Exp $
-BLAKE2s (Imager-1.032.tar.gz) = cdc42f5189bcb926e8de7f07d14205b7b5beb4204a3f299b474c6f9f589ef459
-SHA512 (Imager-1.032.tar.gz) = cd622a680f620617402a162151617916a0bbf037082a3cc285c351dc1a36ada1d979bc421e3eee34813271863cad830b94b6fcd3a8d5c52f923b07dad74d9997
-Size (Imager-1.032.tar.gz) = 1346266 bytes
+BLAKE2s (Imager-1.033.tar.gz) = 0d8271f5cc8606e13ec50e0d63d22f7fb0e36c1ef2e25630a9bb8006cad51a1d
+SHA512 (Imager-1.033.tar.gz) = a82fb6c4aadf241b5852e24ea41837401b70bb008d6e717a379a20a564df60b9d09f487ea3f51b583d94a37ffe2de0961751ce3685b8b83fe4086c9b7d3ab21e
+Size (Imager-1.033.tar.gz) = 1352892 bytes
Home |
Main Index |
Thread Index |
Old Index