diff options
author | sno <sno@pkgsrc.org> | 2009-07-08 14:10:18 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-08 14:10:18 +0000 |
commit | 812aa135f7b35dbf343449d745ff35eebbca876d (patch) | |
tree | f779571fb8db215eeaa5ff30607221be071b2468 /security/p5-Net-DNS-SEC | |
parent | 56ce1d5cf75e3889a13fdb427451520d2eb5c0d4 (diff) | |
download | pkgsrc-812aa135f7b35dbf343449d745ff35eebbca876d.tar.gz |
pkgsrc changes:
- Updating package for p5 module Net::DNS::SEC from 0.14nb1 to 0.15
- Adjusting / reordering dependencies according to META.yml
Upstream changes:
***0.15 December 31, 2008
Fix: digestbin not set when an empty value passed to hash.
Feature: Added DLV (rfcc 4431). The RR object is simply a clone of
the DS RR and inherits ... everything
Feature: Added NSEC3 and NSEC3PARAM support (RFC5155).
This adds Mime::Base32 to the module dependency list.
The RR type was still experimental at that time and is maintained
in Net::DNS::RR.
Fix: Test script recognizes change in Time::Local. Note that
Time::Local does not deal with dates beyond 03:14:07 UTC on
Tuesday, 19 January 2038. Therefore this code has a year 2038
problem.
Fix: DS create_from_hash now produces objects that can create
wireformat.
Other: minor changes to the debug statements
added t/05-rr.t (and identified a couple of bugs using it)
Fix: a few inconsistencies with respect to parsing of trailing dots.
During development the test signatures generated with the BIND tools
were re-generated in order to troubleshoot a bug that (most
probably) was caused by a version incompatibility between Net::DNS
and Net::DNS::SEC. Before release the original test from the 0.14
release were ran against this version too.
Diffstat (limited to 'security/p5-Net-DNS-SEC')
-rw-r--r-- | security/p5-Net-DNS-SEC/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Net-DNS-SEC/distinfo | 8 |
2 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Net-DNS-SEC/Makefile b/security/p5-Net-DNS-SEC/Makefile index e425edcf325..97ae6e537af 100644 --- a/security/p5-Net-DNS-SEC/Makefile +++ b/security/p5-Net-DNS-SEC/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2008/10/19 19:18:46 he Exp $ +# $NetBSD: Makefile,v 1.17 2009/07/08 14:10:18 sno Exp $ # -DISTNAME= Net-DNS-SEC-0.14 +DISTNAME= Net-DNS-SEC-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5nds CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -14,14 +13,15 @@ COMMENT= DNSSEC extension to Net::DNS Perl DNS Resolver Module PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Net-DNS>=0.44:../../net/p5-Net-DNS -DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.19:../../security/p5-Crypt-OpenSSL-RSA 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-Digest-SHA>=5.23:../../security/p5-Digest-SHA -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +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+= 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+= 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 f7f6b3f149d..e5aab0bef9f 100644 --- a/security/p5-Net-DNS-SEC/distinfo +++ b/security/p5-Net-DNS-SEC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/05/17 17:30:21 heinz Exp $ +$NetBSD: distinfo,v 1.5 2009/07/08 14:10:18 sno Exp $ -SHA1 (Net-DNS-SEC-0.14.tar.gz) = a42c8f91a7e311f52a72aa81d14faffd14718c9a -RMD160 (Net-DNS-SEC-0.14.tar.gz) = 852240a67436e89bace1fd1d42ea659814ca8f8d -Size (Net-DNS-SEC-0.14.tar.gz) = 75473 bytes +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 |