pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-DNS Update to version 0.42.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed977b35c3d8
branches:  trunk
changeset: 464487:ed977b35c3d8
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Dec 10 22:38:41 2003 +0000

description:
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@localhost>)

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:

 net/p5-Net-DNS/Makefile         |  4 ++--
 net/p5-Net-DNS/distinfo         |  8 ++++----
 net/p5-Net-DNS/patches/patch-aa |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r d51bf965dbbe -r ed977b35c3d8 net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Wed Dec 10 22:16:05 2003 +0000
+++ b/net/p5-Net-DNS/Makefile   Wed Dec 10 22:38:41 2003 +0000
@@ -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 -r d51bf965dbbe -r ed977b35c3d8 net/p5-Net-DNS/distinfo
--- a/net/p5-Net-DNS/distinfo   Wed Dec 10 22:16:05 2003 +0000
+++ b/net/p5-Net-DNS/distinfo   Wed Dec 10 22:38:41 2003 +0000
@@ -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 -r d51bf965dbbe -r ed977b35c3d8 net/p5-Net-DNS/patches/patch-aa
--- a/net/p5-Net-DNS/patches/patch-aa   Wed Dec 10 22:16:05 2003 +0000
+++ b/net/p5-Net-DNS/patches/patch-aa   Wed Dec 10 22:38:41 2003 +0000
@@ -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
  



Home | Main Index | Thread Index | Old Index