diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-17 11:18:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-17 11:18:37 +0000 |
commit | 91b7d9e394c12bcb92f18972d9f6ba4ecc592e12 (patch) | |
tree | 03fd1a2a61693c724a68fdfa1d8a4b0008a72571 /security | |
parent | 90ccb3ff9965c5fc5d13c5a3ff1a1e34cd90a63f (diff) | |
download | pkgsrc-91b7d9e394c12bcb92f18972d9f6ba4ecc592e12.tar.gz |
Update to 0.07 to fix build with perl-5.18.
Changes:
0.07 2012.06.06
- Made Math::BigInt::* dependency dynamic to avoid Math::BigInt falling
back to BigInt backends that are too slow for practical use.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Crypt-DH/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index a136da28659..1f92f4c3c88 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:41:53 wiz Exp $ -# +# $NetBSD: Makefile,v 1.12 2013/06/17 11:18:37 wiz Exp $ -DISTNAME= Crypt-DH-0.06 -PKGNAME= p5-Crypt-DH-0.06 -PKGREVISION= 6 +DISTNAME= Crypt-DH-0.07 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cdh CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-DH/distinfo b/security/p5-Crypt-DH/distinfo index 31fc0b02e96..901f1bf3241 100644 --- a/security/p5-Crypt-DH/distinfo +++ b/security/p5-Crypt-DH/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $ +$NetBSD: distinfo,v 1.2 2013/06/17 11:18:37 wiz Exp $ -SHA1 (Crypt-DH-0.06.tar.gz) = 99bfb2ba25872924f65b2c8c6e97d5e7c85f9b04 -RMD160 (Crypt-DH-0.06.tar.gz) = 777476bd6a20082e44fe3cd4b1b6c81b2b93aa22 -Size (Crypt-DH-0.06.tar.gz) = 18088 bytes +SHA1 (Crypt-DH-0.07.tar.gz) = 148b2aaf111762295667806334d5595eb567310e +RMD160 (Crypt-DH-0.07.tar.gz) = dd86c6afd678847a74420f4f4b4c2de1cf9f71d4 +Size (Crypt-DH-0.07.tar.gz) = 43736 bytes |