From 1c886c6bc77c60083fc2059da16b75489138ab3a Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 13 Sep 2003 11:57:07 +0000 Subject: Updated net/p5-Net-DNS to 0.40. Changes from version 0.33 include: Net-DNS-SEC updates, seems that IETF has been busy redefining DNSSEC. When parsing resolver configuration files, IPv6 addresses are now skipped, as Net::DNS does not yet have IPv6 support. Broke Net::DNS::Resolver into seperate classes. Many of the globals in Net::DNS::Resolver no longer exist. They were never documented so you never used them.... right? Options to Net::DNS::Resolver->new() are now supported, including using your own configuration file. Moved next_id() from Resolver.pm to Header.pm (which is where it is used). Tie::DNSHash removed from the package, see Tie::DNS from CPAN for a more complete implementation of a DNS hash. Applied David Carmean's patch for handling more than one string in a TXT RR's RDATA section. Applied patch from Dan Sully (daniel@electricrain.com) allowing multiple questions to be part of a DNS packet. --- net/p5-Net-DNS/Makefile | 8 +++++--- net/p5-Net-DNS/distinfo | 8 ++++---- net/p5-Net-DNS/patches/patch-aa | 25 ++++++++++--------------- 3 files changed, 19 insertions(+), 22 deletions(-) (limited to 'net/p5-Net-DNS') diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 061758b3261..fc8d73d3dcd 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 22:51:33 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/13 11:57:08 jlam Exp $ # -DISTNAME= Net-DNS-0.33 +DISTNAME= Net-DNS-0.40 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 @@ -17,8 +17,10 @@ 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 +PKG_INSTALLATION_TYPES= overwrite pkgviews + BUILDLINK_DEPENDS.perl= perl>=5.6.0 -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo index d695af09a06..a702515089f 100644 --- a/net/p5-Net-DNS/distinfo +++ b/net/p5-Net-DNS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/03/03 10:56:57 mjl Exp $ +$NetBSD: distinfo,v 1.6 2003/09/13 11:57:08 jlam Exp $ -SHA1 (Net-DNS-0.33.tar.gz) = a4bb8e6aabfe78198ae98e73cf2b607225eccebb -Size (Net-DNS-0.33.tar.gz) = 91890 bytes -SHA1 (patch-aa) = fb4bed3ed4c1c0353716529d27929444f15f6e31 +SHA1 (Net-DNS-0.40.tar.gz) = 544930307b8a559bc1f5c01ccc1f3bc27c975dfb +Size (Net-DNS-0.40.tar.gz) = 95777 bytes +SHA1 (patch-aa) = e20ebcb448e83e72c51c5c0843a972e900e06138 diff --git a/net/p5-Net-DNS/patches/patch-aa b/net/p5-Net-DNS/patches/patch-aa index 63dd78819c7..2e54adc6c69 100644 --- a/net/p5-Net-DNS/patches/patch-aa +++ b/net/p5-Net-DNS/patches/patch-aa @@ -1,24 +1,19 @@ -$NetBSD: patch-aa,v 1.1 2002/09/09 00:24:12 heinz Exp $ +$NetBSD: patch-aa,v 1.2 2003/09/13 11:57:10 jlam Exp $ ---- Makefile.PL.orig Sat Aug 10 06:06:27 2002 -+++ Makefile.PL -@@ -24,17 +24,13 @@ - - print <t/online.enabled") || die "Can't touch ./t/online.enabled $!"; - close(ENABLED); +- open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!"; +- close(ENABLED); - } else { - unlink("t/online.enabled"); # just to be shure... - } ++ open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!"; ++ close(ENABLED); + } else { + unlink("t/online.enabled"); # just to be shure... } - - -- cgit v1.2.3