Subject: CVS commit: pkgsrc/net/p5-Net-DNS
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 12/10/2003 22:38:41
Module Name:	pkgsrc
Committed By:	heinz
Date:		Wed Dec 10 22:38:41 UTC 2003

Modified Files:
	pkgsrc/net/p5-Net-DNS: Makefile distinfo
	pkgsrc/net/p5-Net-DNS/patches: patch-aa

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/net/p5-Net-DNS/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/net/p5-Net-DNS/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/net/p5-Net-DNS/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.