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.46



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d013d2f85bd0
branches:  trunk
changeset: 470153:d013d2f85bd0
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Mar 07 01:42:09 2004 +0000

description:
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:

 net/p5-Net-DNS/Makefile |  4 ++--
 net/p5-Net-DNS/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 989dcc55b75d -r d013d2f85bd0 net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Sun Mar 07 01:41:57 2004 +0000
+++ b/net/p5-Net-DNS/Makefile   Sun Mar 07 01:42:09 2004 +0000
@@ -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 -r 989dcc55b75d -r d013d2f85bd0 net/p5-Net-DNS/distinfo
--- a/net/p5-Net-DNS/distinfo   Sun Mar 07 01:41:57 2004 +0000
+++ b/net/p5-Net-DNS/distinfo   Sun Mar 07 01:42:09 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index