pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-DSA



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 24 08:27:40 UTC 2026

Modified Files:
        pkgsrc/security/p5-Crypt-DSA: Makefile distinfo

Log Message:
p5-Crypt-DSA: update to 1.20.

1.20 -- Fri May 15 19:00:36 ADT 2026

    - This module is now makred as deprecated.  Crypt-DSA-GMP is a possible replacement.
    - Improve the call to IPC::Open3::open3
    - Security Fix CVE-2026-8704: replace two arg open
    - Security Fix CVE-2026-8700: replace rand()
    - Add a security policy
    - Add use warnings
    - Fixes #86424: typo fix


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/p5-Crypt-DSA/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/p5-Crypt-DSA/distinfo

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

Modified files:

Index: pkgsrc/security/p5-Crypt-DSA/Makefile
diff -u pkgsrc/security/p5-Crypt-DSA/Makefile:1.46 pkgsrc/security/p5-Crypt-DSA/Makefile:1.47
--- pkgsrc/security/p5-Crypt-DSA/Makefile:1.46  Fri Jul  4 08:47:57 2025
+++ pkgsrc/security/p5-Crypt-DSA/Makefile       Sun May 24 08:27:40 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.46 2025/07/04 08:47:57 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/05/24 08:27:40 wiz Exp $
 
-DISTNAME=              Crypt-DSA-1.19
+DISTNAME=              Crypt-DSA-1.20
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            security perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TIMLEGGE/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/release/Crypt-DSA
@@ -15,6 +14,7 @@ DEPENDS+=             p5-Data-Buffer>=0.01:../../de
 DEPENDS+=              p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
 DEPENDS+=              p5-Convert-PEM>=0.13:../../textproc/p5-Convert-PEM
 DEPENDS+=              p5-File-Which>=0.05:../../devel/p5-File-Which
+DEPENDS+=              p5-Crypt-SysRandom>=0:../../security/p5-Crypt-SysRandom
 DEPENDS+=              p5-Crypt-URandom>=0:../../security/p5-Crypt-URandom
 
 USE_LANGUAGES=         # empty

Index: pkgsrc/security/p5-Crypt-DSA/distinfo
diff -u pkgsrc/security/p5-Crypt-DSA/distinfo:1.12 pkgsrc/security/p5-Crypt-DSA/distinfo:1.13
--- pkgsrc/security/p5-Crypt-DSA/distinfo:1.12  Sun Dec  8 07:17:16 2024
+++ pkgsrc/security/p5-Crypt-DSA/distinfo       Sun May 24 08:27:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/12/08 07:17:16 wiz Exp $
+$NetBSD: distinfo,v 1.13 2026/05/24 08:27:40 wiz Exp $
 
-BLAKE2s (Crypt-DSA-1.19.tar.gz) = 4e3852c6dcda9237e8e5878e41858f871150508c30b472663ab2d03e77fceb2f
-SHA512 (Crypt-DSA-1.19.tar.gz) = d0ee386c7084648081fed2b91609e56b515ff07c809cdf135483e83840afe82759df7dca2cf57e9540bff9c613efd9d0d74d40d2bba246d903ab7798a7f3e839
-Size (Crypt-DSA-1.19.tar.gz) = 30475 bytes
+BLAKE2s (Crypt-DSA-1.20.tar.gz) = 6fde6f5799f44010da47db929eebd87539c0d0500f6a376dc9efa9a4cb4bf51e
+SHA512 (Crypt-DSA-1.20.tar.gz) = f181e90a605c5b6c9c02993168015fd26cd8351d0e6eff7044223a55324859bffb497ba53bac77970b613e4b01f93ddc915bff24493c09d215f3eada34324bb9
+Size (Crypt-DSA-1.20.tar.gz) = 29938 bytes



Home | Main Index | Thread Index | Old Index