diff options
author | heinz <heinz> | 2007-03-24 18:43:40 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-03-24 18:43:40 +0000 |
commit | 414809a8f7f012120cefebf3fe4b5dd36bbad1d0 (patch) | |
tree | ef4e7ccdb3e9d9ac9beda3babf01185e6d91f836 /net/p5-Net-DNS | |
parent | 7c75f0cc1f91b7c322edab52d8fd103a80597104 (diff) | |
download | pkgsrc-414809a8f7f012120cefebf3fe4b5dd36bbad1d0.tar.gz |
Updated to version 0.59.
Pkgsrc changes:
- Removed patch-ac for t/11-inet6.t, this got integrated by the software
maintainer.
Changes since version 0.58:
===========================
*** 0.59 September 18, 2006
Fix rt.cpan.org 20836, 20857, 20994, and 21402
These tickets all revolved around proper reverse mapping of IPv6
addresses.
Note that directly calling Question->new() withouth arguments will
cause the qclass,qtype to be IN, A instead of ANY, ANY.
Net::DNS::Resolver's search() method would always gracefully
interpret a qname in the form of an IPv4 address. It would go out
and do a PTR query in the reverse address tree. This behavior has
also been applied to IPv6 addresses in their many shapes and
forms.
This change did two things, 1) root zone not implicitly added to
search list when looking up short name, 2) default domain appended
to short name if DEFNAMES and not DNSRCH.
Fix rt.cpan.org 18113
Minor error due to unapplied part of patch fixed.
Feature: Experimental NSEC3 hooks.
Added hook for future support of (experimental) NSEC3 suppport
(NSEC3 having an experimental type code).
Diffstat (limited to 'net/p5-Net-DNS')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS/distinfo | 9 | ||||
-rw-r--r-- | net/p5-Net-DNS/patches/patch-ac | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 0fa24e3a3e9..12d1711143e 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2006/11/05 17:31:10 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2007/03/24 18:43:40 heinz Exp $ -DISTNAME= Net-DNS-0.58 +DISTNAME= Net-DNS-0.59 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo index f0d107afe28..a78bd1c592a 100644 --- a/net/p5-Net-DNS/distinfo +++ b/net/p5-Net-DNS/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.16 2006/09/03 16:55:15 heinz Exp $ +$NetBSD: distinfo,v 1.17 2007/03/24 18:43:40 heinz Exp $ -SHA1 (Net-DNS-0.58.tar.gz) = 3043df5d183efc58d04124e2a12dae6e6de7a1b3 -RMD160 (Net-DNS-0.58.tar.gz) = 2108deb3f39152a111cab0b38c8918c5a2e5f85e -Size (Net-DNS-0.58.tar.gz) = 136609 bytes -SHA1 (patch-ac) = cf0e64a343bc788b83124c5e762be40fdc9f3907 +SHA1 (Net-DNS-0.59.tar.gz) = 6269e05159494bc4115bf9e6dad003858c2188c3 +RMD160 (Net-DNS-0.59.tar.gz) = fa063a7d2948e46a13287f08cc6dbb10c5eececd +Size (Net-DNS-0.59.tar.gz) = 137998 bytes diff --git a/net/p5-Net-DNS/patches/patch-ac b/net/p5-Net-DNS/patches/patch-ac deleted file mode 100644 index c103a0684bd..00000000000 --- a/net/p5-Net-DNS/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2006/09/03 16:55:15 heinz Exp $ - ---- t/11-inet6.t.orig 2006-07-04 10:06:24.000000000 +0200 -+++ t/11-inet6.t -@@ -60,7 +60,7 @@ my $AAAA_address; - my $A_address; - - --SKIP: { skip "online tests are not enabled", 2 unless -e 't/online.enabled'; -+SKIP: { skip "online tests are not enabled", 3 unless -e 't/online.enabled'; - - # First use the local resolver to query for the AAAA record of a - # well known nameserver, than use v6 transport to get to that record. |