diff options
author | mjl <mjl@pkgsrc.org> | 2003-03-03 10:56:57 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-03-03 10:56:57 +0000 |
commit | 4e95ba2ace17bcc8bf8c4bc465fe8b7ebe02930c (patch) | |
tree | 228f6f6ba3dd4b842055f78f9cd62b59d8f0c112 /net/p5-Net-DNS | |
parent | 90fb80758bcb1aae5691849c747d170260696785 (diff) | |
download | pkgsrc-4e95ba2ace17bcc8bf8c4bc465fe8b7ebe02930c.tar.gz |
Update p5-Net-DNS to 0.33
Fixed the regular expression in RR.pm to comply with the RFCs,
turns our we were _too_ paranoid.
Various cleanups for perl 5.004.
Applied SIG patch.
Added Net::DNS::Resolver::Recurse module.
Applied initialization bug in OPT.pm patch.
Applied patch for udp timeouts.
Fixed a typo in FAQ.pod that was making aropos and whatis
grumpy.
Applied patch for TKEY support.
Added Net::DNS::Packet->safe_push() to allow for automatically
checking for duplicate RRs being pushed into a packet.
Added more tests.
Diffstat (limited to 'net/p5-Net-DNS')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-DNS/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index aa50e135eff..1037ea247aa 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/02/17 15:28:02 dillo Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/03 10:56:57 mjl Exp $ # -DISTNAME= Net-DNS-0.29 +DISTNAME= Net-DNS-0.33 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 @@ -15,6 +15,7 @@ COMMENT= Net::DNS - Perl DNS Resolver Module BUILD_DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5 BUILDLINK_DEPENDS.perl= perl>=5.6.0 USE_BUILDLINK2= YES diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo index 4e1d9ea2ef2..d695af09a06 100644 --- a/net/p5-Net-DNS/distinfo +++ b/net/p5-Net-DNS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/10/06 02:37:56 heinz Exp $ +$NetBSD: distinfo,v 1.5 2003/03/03 10:56:57 mjl Exp $ -SHA1 (Net-DNS-0.29.tar.gz) = 4189c34c996d502c3aafc95488c0beb7ec8236f5 -Size (Net-DNS-0.29.tar.gz) = 81640 bytes +SHA1 (Net-DNS-0.33.tar.gz) = a4bb8e6aabfe78198ae98e73cf2b607225eccebb +Size (Net-DNS-0.33.tar.gz) = 91890 bytes SHA1 (patch-aa) = fb4bed3ed4c1c0353716529d27929444f15f6e31 |