summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2003-12-10 22:38:41 +0000
committerheinz <heinz@pkgsrc.org>2003-12-10 22:38:41 +0000
commitf240b1e325e5e65f3bbc0d2046be8daffa14251b (patch)
treebc362c5ab329fe34f8688ad20894d8338b76d5bc /net
parent27c23d9807d00c0463c9497e4e1f564a7d7f58c5 (diff)
downloadpkgsrc-f240b1e325e5e65f3bbc0d2046be8daffa14251b.tar.gz
Update to version 0.42.
Changes since 0.40: *** 0.42 October 26, 2003 Fixed compilation problems on panther (Mac OS 10.3). Fixed a bug in Net::DNS::Resolver::Recurse which allowed an endless loop to arise in certain situations. (cpan #3969, patch by Rob Brown) Applied Mike Mitchell's patch implementing a presistant UDP socket. See the Net::DNS::Resolver documentation for details. *** 0.41 October 3, 2003 Added some documentation about modifying the behavior of Net::DNS::Resolver. ** 0.40_01 September 26, 2003 Fixed some uninitialized value warnings when running under windows. Fixed a bug in the test suite that caused 00-version.t to fail with certain versions of ExtUtils::MakeMaker. Thanks to David James, Jos Boumans and others for reporting it. Reply handlers in Net::DNS::Nameserver are now passed the peerhost. (Assen Totin <assen@online.bg>) Reply handlers in Net::DNS::Nameserver can now tweak the header bits that the nameserver returns. [Olaf] The AD header bit is now documented, and twiddleable. [Olaf] The change log has been trimmed, entries for versions older than 0.21 have been removed. ** NOTICE ** Net::DNS::Resolver::axfr_old() has been removed from the package. An exception will be thrown if you attempt to use this method. Use axfr() or axfr_start() instead.
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-DNS/Makefile4
-rw-r--r--net/p5-Net-DNS/distinfo8
-rw-r--r--net/p5-Net-DNS/patches/patch-aa8
3 files changed, 10 insertions, 10 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index f846e31ccbf..7d75fa7d2a0 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2003/11/26 05:59:50 grant Exp $
+# $NetBSD: Makefile,v 1.15 2003/12/10 22:38:41 heinz Exp $
#
-DISTNAME= Net-DNS-0.40
+DISTNAME= Net-DNS-0.42
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ndn
CATEGORIES= net perl5
diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo
index a702515089f..657f0970428 100644
--- a/net/p5-Net-DNS/distinfo
+++ b/net/p5-Net-DNS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2003/09/13 11:57:08 jlam Exp $
+$NetBSD: distinfo,v 1.7 2003/12/10 22:38:41 heinz Exp $
-SHA1 (Net-DNS-0.40.tar.gz) = 544930307b8a559bc1f5c01ccc1f3bc27c975dfb
-Size (Net-DNS-0.40.tar.gz) = 95777 bytes
-SHA1 (patch-aa) = e20ebcb448e83e72c51c5c0843a972e900e06138
+SHA1 (Net-DNS-0.42.tar.gz) = 048d9f969344de14e60e1d1c9f98e1b3e389ddae
+Size (Net-DNS-0.42.tar.gz) = 89794 bytes
+SHA1 (patch-aa) = 5c561f0db944452a6221b9befb1d19097cc6e497
diff --git a/net/p5-Net-DNS/patches/patch-aa b/net/p5-Net-DNS/patches/patch-aa
index 2e54adc6c69..7192cdeb85b 100644
--- a/net/p5-Net-DNS/patches/patch-aa
+++ b/net/p5-Net-DNS/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2003/09/13 11:57:10 jlam Exp $
+$NetBSD: patch-aa,v 1.3 2003/12/10 22:38:41 heinz Exp $
---- Makefile.PL.orig Thu Jun 5 19:42:58 2003
-+++ Makefile.PL Sat Sep 13 07:53:49 2003
-@@ -97,12 +97,8 @@
+--- Makefile.PL.orig Sun Oct 26 06:36:09 2003
++++ Makefile.PL
+@@ -101,12 +101,8 @@ that try to query live nameservers.
EOT