diff options
author | sno <sno@pkgsrc.org> | 2010-03-16 10:32:38 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-16 10:32:38 +0000 |
commit | c4496833a5cd2f514b2773f7b34520fd854501e9 (patch) | |
tree | 8e60d5bd85b8a402db285f5caaa25d407586548c /security | |
parent | 431bbd707207cb1b5931efc5a78263deb3388cc9 (diff) | |
download | pkgsrc-c4496833a5cd2f514b2773f7b34520fd854501e9.tar.gz |
Updating security/p5-Net-DNS-SEC from 0.15 to 0.16
pkgsrc changes:
- Adjust dependencies
- Add license definition
Upstream changes:
***0.16 March 12, 2010
Feature: KEY inherits DNSKEY
This helps maintenance in one part of the code.
Feature: keylength methode rt.cpan.org #53468
Added keylength method for RSA and DSA
Acknowledgements Hugo Salgado
Fix: rt.cpan.org #51778
Empty bitmap would cause error about undefined ARRAY in NSEC/NSEC3.
Now the code will allow empty bitmaps gracefully
Feature: New Algorithm Support (rt.cpan.org #51092)
SHA2 algorithm support, including NSEC3 algorithm parameters updated
Acknowledgement Jakob Shlyter
Fix: rt.cpan.org #42089
NSEC3 Algorithm support in NSEC3 broken
patch by Wes Hardaker
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-DNS-SEC/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Net-DNS-SEC/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile index 97ae6e537af..daf37eb08d5 100644 --- a/security/p5-Net-DNS-SEC/Makefile +++ b/security/p5-Net-DNS-SEC/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2009/07/08 14:10:18 sno Exp $ +# $NetBSD: Makefile,v 1.18 2010/03/16 10:32:38 sno Exp $ # -DISTNAME= Net-DNS-SEC-0.15 +DISTNAME= Net-DNS-SEC-0.16 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nds CATEGORIES= security net perl5 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://www.net-dns.org/ COMMENT= DNSSEC extension to Net::DNS Perl DNS Resolver Module +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir @@ -17,10 +18,10 @@ DEPENDS+= p5-Crypt-OpenSSL-Bignum>=0.03:../../security/p5-Crypt-OpenSSL-Bignum DEPENDS+= p5-Crypt-OpenSSL-DSA>=0.10:../../security/p5-Crypt-OpenSSL-DSA DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.19:../../security/p5-Crypt-OpenSSL-RSA DEPENDS+= p5-Digest-BubbleBabble>=0.01:../../security/p5-Digest-BubbleBabble -DEPENDS+= p5-Digest-SHA>=5.23:../../security/p5-Digest-SHA +DEPENDS+= {perl>=5.10.0,p5-Digest-SHA>=5.23}:../../security/p5-Digest-SHA DEPENDS+= p5-Digest-SHA1>=2.04:../../security/p5-Digest-SHA1 DEPENDS+= p5-MIME-Base32-[0-9]*:../../converters/p5-MIME-Base32 -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Net-DNS>=0.64:../../net/p5-Net-DNS BUILDLINK_API_DEPENDS.perl+= perl>=5.6.1 diff --git a/security/p5-Net-DNS-SEC/distinfo b/security/p5-Net-DNS-SEC/distinfo index e5aab0bef9f..b3e242c43bc 100644 --- a/security/p5-Net-DNS-SEC/distinfo +++ b/security/p5-Net-DNS-SEC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/07/08 14:10:18 sno Exp $ +$NetBSD: distinfo,v 1.6 2010/03/16 10:32:38 sno Exp $ -SHA1 (Net-DNS-SEC-0.15.tar.gz) = fe3e6998e5c4f1fa8858db84d8c1e4d09a2e8256 -RMD160 (Net-DNS-SEC-0.15.tar.gz) = c9b173cb858499a0ae2efd290f56f32ad038a226 -Size (Net-DNS-SEC-0.15.tar.gz) = 85725 bytes +SHA1 (Net-DNS-SEC-0.16.tar.gz) = 565075ebeb82956143606692d7614bf80292cf24 +RMD160 (Net-DNS-SEC-0.16.tar.gz) = c65d105e8a508407f5f665c0addd57fe7680ece6 +Size (Net-DNS-SEC-0.16.tar.gz) = 87284 bytes |