pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/p5-GD-SecurityImage



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 17 15:48:44 UTC 2026

Modified Files:
        pkgsrc/graphics/p5-GD-SecurityImage: Makefile distinfo

Log Message:
p5-GD-SecurityImage: fix CVE-2026-13082

using upstream patch

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/p5-GD-SecurityImage/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/p5-GD-SecurityImage/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/p5-GD-SecurityImage/Makefile
diff -u pkgsrc/graphics/p5-GD-SecurityImage/Makefile:1.26 pkgsrc/graphics/p5-GD-SecurityImage/Makefile:1.27
--- pkgsrc/graphics/p5-GD-SecurityImage/Makefile:1.26   Thu Jul 16 19:03:56 2026
+++ pkgsrc/graphics/p5-GD-SecurityImage/Makefile        Fri Jul 17 15:48:44 2026
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile,v 1.26 2026/07/16 19:03:56 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2026/07/17 15:48:44 wiz Exp $
 
 DISTNAME=      GD-SecurityImage-1.75
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   8
-CATEGORIES=    security perl5
+PKGREVISION=   9
+CATEGORIES=    graphics security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GD/}
 
+PATCHFILES+=           CVE-2026-13082-r1.patch
+PATCH_SITES+=          https://security.metacpan.org/patches/G/GD-SecurityImage/1.75/
+PATCH_DIST_STRIP=      -p1
+
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Perl5 security image (CAPTCHA) generator
 HOMEPAGE=      https://metacpan.org/release/GD-SecurityImage

Index: pkgsrc/graphics/p5-GD-SecurityImage/distinfo
diff -u pkgsrc/graphics/p5-GD-SecurityImage/distinfo:1.10 pkgsrc/graphics/p5-GD-SecurityImage/distinfo:1.11
--- pkgsrc/graphics/p5-GD-SecurityImage/distinfo:1.10   Tue Oct 26 10:46:36 2021
+++ pkgsrc/graphics/p5-GD-SecurityImage/distinfo        Fri Jul 17 15:48:44 2026
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:46:36 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/07/17 15:48:44 wiz Exp $
 
+BLAKE2s (CVE-2026-13082-r1.patch) = a9b32a953417cba05f3ec99cde30a7025abab5530af3a24b9c68675c6ef996f0
+SHA512 (CVE-2026-13082-r1.patch) = 7bce97cd1fbcf3f486e36af7fdd26ad0096807776d5640813a0ef686f3af135257b34606bec76c9fc8474898ec2cf3811d842e48f922184df4bd0e23d92b5516
+Size (CVE-2026-13082-r1.patch) = 846 bytes
 BLAKE2s (GD-SecurityImage-1.75.tar.gz) = ae88385117182e7fbce4c75cbbc2e622675bdf263c7a56eee8e8f75c44502711
 SHA512 (GD-SecurityImage-1.75.tar.gz) = 841e89a1696108b7733c3273d005c989dc73d7c24e481a060f62b0dcbc53ba79826653b760358027ccc6e266dc1733a64e313740371e2e3bcab32ac92c5fcecb
 Size (GD-SecurityImage-1.75.tar.gz) = 66589 bytes



Home | Main Index | Thread Index | Old Index