summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-07-02 11:27:21 +0000
committernia <nia@pkgsrc.org>2021-07-02 11:27:21 +0000
commit905182f3b54b1f642e75b7b982aae4894634c1f4 (patch)
treebc5097b4624f6fbb76f687879a566518c1ece2b1 /security
parent4c941f7ecf0872a445db7e7a2c3eaf6d0f1ced7e (diff)
downloadpkgsrc-905182f3b54b1f642e75b7b982aae4894634c1f4.tar.gz
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 (limited to 'security')
-rw-r--r--security/p5-Crypt-CBC/Makefile10
-rw-r--r--security/p5-Crypt-CBC/distinfo10
2 files changed, 12 insertions, 8 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index c3416ee900a..8d25bdb0aad 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -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
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 --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo
index 75601c10081..5982b8b8dc4 100644
--- a/security/p5-Crypt-CBC/distinfo
+++ b/security/p5-Crypt-CBC/distinfo
@@ -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