pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Imager: update to 1.032.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jul 6 18:34:02 2026 +0200
Changeset:	68486b217d4270ea0d8172057a74b171c91658f5

Modified Files:
	p5-Imager/Makefile
	p5-Imager/distinfo

Log Message:
p5-Imager: update to 1.032.

Imager 1.032 - 1 July 2026
============

 - JPEG: fix a memory leak from reading a JPEG image with more than
   one IPTC/APP13 block
   CVE-2026-13708

 - SGI: fix a buffer read over flow when reading a crafted RLE SGI
   file.
   CVE-2026-13705

 - getscanline() with type float in list context would leak the
   returned SVs.  Introduced in 1.013.

 - TIFF: sizeproc could potentiallly ignore a seek error when finding
   the current position (but then should fail later trying to restore
   it.)  Revealed by a signed comparison warning.

 - GIF: fix use of uninitialized values when logging introduced by the
   CVE-2026-8454 fix.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=68486b217d4270ea0d8172057a74b171c91658f5

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 48354e9aa1..a1fa239416 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.031
+DISTNAME=		Imager-1.032
 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 e143e5f70d..67929dfe3b 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.031.tar.gz) = f71ddf266a99e984239095b96a877c890beb222e44eec19b781c119811f5b05b
-SHA512 (Imager-1.031.tar.gz) = a43b077e03c4f12bb129d020167e06ebc6a5d476c154219205e56ab333fb1c22120ff94057e9bfa9bf1decc2cb6fd7020e0aca321b63e0ef4cdfbbce3a809dfc
-Size (Imager-1.031.tar.gz) = 1359403 bytes
+BLAKE2s (Imager-1.032.tar.gz) = cdc42f5189bcb926e8de7f07d14205b7b5beb4204a3f299b474c6f9f589ef459
+SHA512 (Imager-1.032.tar.gz) = cd622a680f620617402a162151617916a0bbf037082a3cc285c351dc1a36ada1d979bc421e3eee34813271863cad830b94b6fcd3a8d5c52f923b07dad74d9997
+Size (Imager-1.032.tar.gz) = 1346266 bytes


Home | Main Index | Thread Index | Old Index