summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-RSA/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-10-02 12:26:12 +0000
committerwen <wen@pkgsrc.org>2018-10-02 12:26:12 +0000
commitbc985a65f254cf35378742d25db80503c6601617 (patch)
treedcf4645985924c67c89c77940dc2c262a0a4aff7 /security/p5-Crypt-OpenSSL-RSA/Makefile
parentf5caa2e9b4d639ff68d343af85a69a9d6d2e753a (diff)
downloadpkgsrc-bc985a65f254cf35378742d25db80503c6601617.tar.gz
Update to 0.31
Upstream changes: 0.31 Mon Sep 24 2018 - Remove default of SHA256 for RSA keys. This has caused significant problems with downstream modules and it has always been possible to do $key->use_sha256_hash()
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA/Makefile')
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index 5487dc26918..d82a54448c9 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2018/08/22 09:46:22 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2018/10/02 12:26:12 wen Exp $
-DISTNAME= Crypt-OpenSSL-RSA-0.30
+DISTNAME= Crypt-OpenSSL-RSA-0.31
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}