diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 14:14:20 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 14:14:20 +0000 |
commit | 7d3a0aca0b563b9ab421df28c35aba2f3bf44cd1 (patch) | |
tree | 03b14dcd892dfbd7cffe1818aef1bc37ed6aa813 /security | |
parent | f00f5db396ccdcd6d7fd0f0735f1aeab02a80954 (diff) | |
download | pkgsrc-7d3a0aca0b563b9ab421df28c35aba2f3bf44cd1.tar.gz |
Update p5-Crypt-OpenPGP to 1.06.
Changes from previous:
1.06 2010.12.07
- Fixed an issue introduced in 1.05 on 32-bit systems in
Crypt::OpenPGP::Util::bigint2bin, where $base needed to be a
bigint. Thanks to Sam Crawley for the fix.
1.05 2010.12.06
- Removed Math::Pari as a dependency of Crypt::OpenPGP itself (it's
still a dependency of some of the backends, including Crypt::RSA).
Thanks to Sam Crawley for the patch.
- Skipped RIPEMD160 test on amd64 due to known bug in Crypt::RIPEMD160
(see rt19138 & rt53323). Thanks to Sam Crawley for the patch.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-OpenPGP/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 9f5353b81ab..76cbb762c7d 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2011/08/14 14:42:48 obache Exp $ +# $NetBSD: Makefile,v 1.23 2011/11/17 14:14:20 hiramatsu Exp $ # -DISTNAME= Crypt-OpenPGP-1.04 +DISTNAME= Crypt-OpenPGP-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5pgp CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -28,7 +27,6 @@ DEPENDS+= p5-Data-Buffer>=0.04:../../devel/p5-Data-Buffer DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir -DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # contains LWP::UserAgent diff --git a/security/p5-Crypt-OpenPGP/distinfo b/security/p5-Crypt-OpenPGP/distinfo index 54c60ecfd51..db0abd42837 100644 --- a/security/p5-Crypt-OpenPGP/distinfo +++ b/security/p5-Crypt-OpenPGP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/02/12 18:26:36 sno Exp $ +$NetBSD: distinfo,v 1.6 2011/11/17 14:14:21 hiramatsu Exp $ -SHA1 (Crypt-OpenPGP-1.04.tar.gz) = 492a0b357086ef266721f984903c6fb81605ed8d -RMD160 (Crypt-OpenPGP-1.04.tar.gz) = 784e915b5a9925fdea6c7ff0fae491cdbf2fe392 -Size (Crypt-OpenPGP-1.04.tar.gz) = 108477 bytes +SHA1 (Crypt-OpenPGP-1.06.tar.gz) = 7ee499841f1184823566d2ff50b2670f4ec0c802 +RMD160 (Crypt-OpenPGP-1.06.tar.gz) = 2b0a3115acfe64428333659bbc99fe9d69b1a986 +Size (Crypt-OpenPGP-1.06.tar.gz) = 136473 bytes |