pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-CBC p5-Crypt-CBC: Update to 3.04.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/024cf30f972d
branches:  trunk
changeset: 455291:024cf30f972d
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jul 02 11:27:21 2021 +0000

description:
p5-Crypt-CBC: Update to 3.04.

Fix packaging on 32-bit platforms by disabling int128 dependency.

3.04     Mon 17 May 2021 10:58:37 AM EDT
        - Fixed bug involving manually-specified IV not being used in some circumstances.

diffstat:

 security/p5-Crypt-CBC/Makefile |  10 +++++++---
 security/p5-Crypt-CBC/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 835bad19592a -r 024cf30f972d security/p5-Crypt-CBC/Makefile
--- a/security/p5-Crypt-CBC/Makefile    Fri Jul 02 10:51:16 2021 +0000
+++ b/security/p5-Crypt-CBC/Makefile    Fri Jul 02 11:27:21 2021 +0000
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.48 2021/05/24 19:53:57 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2021/07/02 11:27:21 nia Exp $
 
-DISTNAME=              Crypt-CBC-3.03
+DISTNAME=              Crypt-CBC-3.04
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/release/Crypt-CBC
 COMMENT=               Perl5 cipher block chaining mode for various crypto algorithms
+LICENSE=               artistic-2.0
 
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(LP64PLATFORMS:@.PLAT.@${MACHINE_PLATFORM:M${.PLAT.}}@)
 DEPENDS+=              p5-Math-Int128-[0-9]*:../../math/p5-Math-Int128
+.endif
 DEPENDS+=              p5-Crypt-PBKDF2-[0-9]*:../../security/p5-Crypt-PBKDF2
 DEPENDS+=              p5-CryptX-[0-9]*:../../security/p5-CryptX
 
diff -r 835bad19592a -r 024cf30f972d security/p5-Crypt-CBC/distinfo
--- a/security/p5-Crypt-CBC/distinfo    Fri Jul 02 10:51:16 2021 +0000
+++ b/security/p5-Crypt-CBC/distinfo    Fri Jul 02 11:27:21 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2021/04/27 10:51:00 wiz Exp $
+$NetBSD: distinfo,v 1.19 2021/07/02 11:27:21 nia Exp $
 
-SHA1 (Crypt-CBC-3.03.tar.gz) = 08f15a7d0a8e78078cbd7e932be3cafb6ed83ded
-RMD160 (Crypt-CBC-3.03.tar.gz) = b9c477ef9d0ce2a43c18d93caf341472e4557c68
-SHA512 (Crypt-CBC-3.03.tar.gz) = c1c55dd5fae83d45893f47319323f6d0ad8295ec480b8ab034beeb33bb7d16f26bbedaeef6613a3495849f5034e7502b01c88ab75dd4d69234151d3b674929e6
-Size (Crypt-CBC-3.03.tar.gz) = 40174 bytes
+SHA1 (Crypt-CBC-3.04.tar.gz) = fcc0b2a836f1148b91fd17e6e2f36509978f6877
+RMD160 (Crypt-CBC-3.04.tar.gz) = 79a7ada687c38b38a93bddb1e80a920bdad1f8e6
+SHA512 (Crypt-CBC-3.04.tar.gz) = e1d972d2e7865b9799b289d3633342dae6b942295e3a63ad9edaf6c25c30d6691366a6a27896b39a1ef1a25ad83ebb25545c71e31b04a978377da4db5edf2f25
+Size (Crypt-CBC-3.04.tar.gz) = 40237 bytes



Home | Main Index | Thread Index | Old Index