diff options
author | heinz <heinz@pkgsrc.org> | 2004-05-29 16:50:49 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-05-29 16:50:49 +0000 |
commit | 9e041465c3e32078e2a4a2352a74bc2a1b2ca2fb (patch) | |
tree | 167dc78c17e975d1d84d12523f7bf0e9cbe9cd5b /net | |
parent | 373d4a9776d93551b965cb5152308ec63534b2d9 (diff) | |
download | pkgsrc-9e041465c3e32078e2a4a2352a74bc2a1b2ca2fb.tar.gz |
Update to version 0.47.
Revision history for Net::DNS
=============================
*** 0.47 April 1, 2004
safe_push() is back in Net::DNS::Packet, due to the excellent debate
skills of Luis E Monoz. However, the name safe_push() is deprecated,
use the new name unique_push() instead.
Fixed a bug in Net::DNS::Nameserver which caused the class to build
packets incorrectly in some cases. [Ask Bjorn Hansen]
Error message cleanups in Net::DNS::typesbyname()
and Net::DNS::typesbyval() [Ask Bjorn Hansen]
Net::DNS::RR::new_from_hash() now works with unknown RR types [Olaf].
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-DNS/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 4d608e0400d..8207da36d83 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/03/07 01:42:09 heinz Exp $ +# $NetBSD: Makefile,v 1.21 2004/05/29 16:50:49 heinz Exp $ # -DISTNAME= Net-DNS-0.46 +DISTNAME= Net-DNS-0.47 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 @@ -12,7 +12,7 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.net-dns.org/ COMMENT= Perl5 module for DNS resolution -BUILD_DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl{,-thread}>=5.8.0}:../../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 diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo index 702d689716f..7c176b14998 100644 --- a/net/p5-Net-DNS/distinfo +++ b/net/p5-Net-DNS/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/03/07 01:42:09 heinz Exp $ +$NetBSD: distinfo,v 1.10 2004/05/29 16:50:49 heinz Exp $ -SHA1 (Net-DNS-0.46.tar.gz) = 00bb981ffa0b6e49390af228ebe4060a961ce28a -Size (Net-DNS-0.46.tar.gz) = 94634 bytes +SHA1 (Net-DNS-0.47.tar.gz) = 2f2151a955a91e6bc57570829b0e553fedb91388 +Size (Net-DNS-0.47.tar.gz) = 94231 bytes |