pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-DNS-SEC



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Aug 22 07:27:18 UTC 2024

Modified Files:
        pkgsrc/security/p5-Net-DNS-SEC: Makefile distinfo

Log Message:
Update to 1.26

Upstream changes:
**** 1.26 Jul 29, 2024

        Avoid test failure on RedHat by requiring DSA-SHA1 opt-in.

Fix: rt.cpan.org #154560
        Rocky linux 9: libcrypto error

**** 1.25 Jul 24, 2024

        Suppress AUTOLOAD for Net::DNS::SEC::Private::_index.
        Abandon support for OpenSSL pre-1.1.1 API.

Fix: rt.cpan.org #154526
        Tests exhibiting signatures with SHA-1 fail since Fedora 41

Fix: rt.cpan.org #153606
        Net::DNS minimum version dependency

**** 1.24 Apr 25, 2024

        Eliminate deprecated RSA CRT parameter names.
        Add support for SM3 digest.

**** 1.23 Nov 8, 2023

        Code refactoring of XS component.

**** 1.22 Sep 12, 2023

        Enable Ed25519 sign/verify for BoringSSL & LibreSSL.
        Use EC curve names instead of literal NIDs.
        Circumvent sign/verify test failures on EBCDIC platforms.

Fix: rt.cpan.org #149643
        openssl-SNAP-20230831 breaks RSA sign/verify

**** 1.21 Jun 1, 2023

        Add new t/TestToolkit.pm
        Rework pre-installation test scripts.

Fix: rt.cpan.org #148367
        libressl-3.7.1 breaks DSA verify

**** 1.20 Oct 4, 2022

        Improve Net::DNS::SEC::Keyset tests and error reporting.
        Avoid test failures if/when DSA|MD5|SHA1 become unsupported.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/security/p5-Net-DNS-SEC/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/p5-Net-DNS-SEC/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-Net-DNS-SEC/Makefile
diff -u pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.57 pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.58
--- pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.57        Tue Oct 24 22:10:54 2023
+++ pkgsrc/security/p5-Net-DNS-SEC/Makefile     Thu Aug 22 07:27:18 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2023/10/24 22:10:54 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2024/08/22 07:27:18 wen Exp $
 
-DISTNAME=              Net-DNS-SEC-1.19
+DISTNAME=              Net-DNS-SEC-1.26
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           3
 CATEGORIES=            security net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
 
@@ -14,7 +13,7 @@ LICENSE=              modified-bsd
 DEPENDS+=              p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble
 DEPENDS+=              p5-Digest-SHA1>=2.04:../../security/p5-Digest-SHA1
 DEPENDS+=              p5-MIME-Base32-[0-9]*:../../converters/p5-MIME-Base32
-DEPENDS+=              p5-Net-DNS>=0.64:../../net/p5-Net-DNS
+DEPENDS+=              p5-Net-DNS>=1.08:../../net/p5-Net-DNS
 
 #BUILDLINK_API_DEPENDS.perl+=  perl>=5.6.1
 

Index: pkgsrc/security/p5-Net-DNS-SEC/distinfo
diff -u pkgsrc/security/p5-Net-DNS-SEC/distinfo:1.24 pkgsrc/security/p5-Net-DNS-SEC/distinfo:1.25
--- pkgsrc/security/p5-Net-DNS-SEC/distinfo:1.24        Sun Apr  3 07:40:44 2022
+++ pkgsrc/security/p5-Net-DNS-SEC/distinfo     Thu Aug 22 07:27:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/04/03 07:40:44 ast Exp $
+$NetBSD: distinfo,v 1.25 2024/08/22 07:27:18 wen Exp $
 
-BLAKE2s (Net-DNS-SEC-1.19.tar.gz) = 11a21ddbfcff029d9c8dfb1d9f5555342c4dc608e90e4bcc2e188a726d32101b
-SHA512 (Net-DNS-SEC-1.19.tar.gz) = ec97f2055615f201dd09034d2ddf5e4aeb938809e2f8d10f7f0a70faa1ca1e891f0595766850209c3f2ba05e0831e6019d4594e2209ff531f1708b10ec060642
-Size (Net-DNS-SEC-1.19.tar.gz) = 46818 bytes
+BLAKE2s (Net-DNS-SEC-1.26.tar.gz) = 37385d75ccb42347ff5c4c8721857ef3ce9b91398194f4f86bcf6824dc951b1c
+SHA512 (Net-DNS-SEC-1.26.tar.gz) = f53416c28488edfff248c79570d87599e3785d8ae0cd30746dfbc6468bce68421bf95be405685d8d9dd8e3a69a6634da17617fb48d8c3bd755944dd2e038aaf9
+Size (Net-DNS-SEC-1.26.tar.gz) = 42367 bytes



Home | Main Index | Thread Index | Old Index