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).
This commit is contained in:
heinz 2007-03-24 18:43:40 +00:00
parent d269e513c4
commit 3b9fd51eef
3 changed files with 6 additions and 20 deletions

View file

@ -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

View file

@ -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

View file

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