diff options
author | heinz <heinz@pkgsrc.org> | 2003-12-10 22:38:41 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-12-10 22:38:41 +0000 |
commit | f240b1e325e5e65f3bbc0d2046be8daffa14251b (patch) | |
tree | bc362c5ab329fe34f8688ad20894d8338b76d5bc /net/p5-Net-DNS/Makefile | |
parent | 27c23d9807d00c0463c9497e4e1f564a7d7f58c5 (diff) | |
download | pkgsrc-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/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |