diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-07 01:42:09 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-07 01:42:09 +0000 |
commit | 83afebe96deee5c9316933c257c22a5446807443 (patch) | |
tree | c0a39d7b4fe6dda4ac008e53baa5253aa1324a7e /net/p5-Net-DNS | |
parent | f06403f99e9ec75c36876d940a3a4ecc763b3935 (diff) | |
download | pkgsrc-83afebe96deee5c9316933c257c22a5446807443.tar.gz |
Update to version 0.46
Changes since 0.45
==================
*** 0.46 February 21, 2004
IPv6 reverse lookups can now be done with Net::DNS::Resolver::search(),
as well as with query().
Hostnames can now be used in the 'nameservers' arguement to
Net::DNS::Resolver->new()
Removed Net::DNS::Select from the package. IO::Select appears to work
on windows just fine.
Fixed a bug that caused MXes with a preference of 0 to function
incorrectly, reported by Dick Franks.
Net::DNS had a few problems running under taint mode, especially under
cygwin. These issues have been fixed. More issues with taint mode may
lay undiscovered.
Applied Matthew Darwin's patch added support for IPv6 reverse lookups to
Net::DNS::Resolver::query.
Diffstat (limited to 'net/p5-Net-DNS')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index bd81dfc5514..4d608e0400d 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/02/10 02:22:50 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2004/03/07 01:42:09 heinz Exp $ # -DISTNAME= Net-DNS-0.45 +DISTNAME= Net-DNS-0.46 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo index e34c83252df..702d689716f 100644 --- a/net/p5-Net-DNS/distinfo +++ b/net/p5-Net-DNS/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/01/18 22:36:52 heinz Exp $ +$NetBSD: distinfo,v 1.9 2004/03/07 01:42:09 heinz Exp $ -SHA1 (Net-DNS-0.45.tar.gz) = f23d8fb8e555c8055bd2a55927b65a68a21d6045 -Size (Net-DNS-0.45.tar.gz) = 94503 bytes +SHA1 (Net-DNS-0.46.tar.gz) = 00bb981ffa0b6e49390af228ebe4060a961ce28a +Size (Net-DNS-0.46.tar.gz) = 94634 bytes |