pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Updated net/p5-Net-DNS to 0.40. Changes from version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b724a767c4ec
branches:  trunk
changeset: 461270:b724a767c4ec
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Sep 13 11:57:07 2003 +0000

description:
Updated net/p5-Net-DNS to 0.40.  Changes from version 0.33 include:

Net-DNS-SEC updates, seems that IETF has been busy redefining DNSSEC.

When parsing resolver configuration files, IPv6 addresses are now skipped,
as Net::DNS does not yet have IPv6 support.

Broke Net::DNS::Resolver into seperate classes.  Many of the globals in
Net::DNS::Resolver no longer exist.  They were never documented
so you never used them.... right?

Options to Net::DNS::Resolver->new() are now supported, including
using your own configuration file.

Moved next_id() from Resolver.pm to Header.pm (which is where it is
used).

Tie::DNSHash removed from the package, see Tie::DNS from CPAN for a more
complete implementation of a DNS hash.

Applied David Carmean's patch for handling more than one string in a
TXT RR's RDATA section.

Applied patch from Dan Sully (daniel%electricrain.com@localhost) allowing multiple
questions to be part of a DNS packet.

diffstat:

 doc/CHANGES                     |   3 ++-
 net/p5-Net-DNS/Makefile         |   8 +++++---
 net/p5-Net-DNS/distinfo         |   8 ++++----
 net/p5-Net-DNS/patches/patch-aa |  25 ++++++++++---------------
 4 files changed, 21 insertions(+), 23 deletions(-)

diffs (90 lines):

diff -r d8a8d8bf8af1 -r b724a767c4ec doc/CHANGES
--- a/doc/CHANGES       Sat Sep 13 11:54:23 2003 +0000
+++ b/doc/CHANGES       Sat Sep 13 11:57:07 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3355 2003/09/13 09:24:07 jlam Exp $
+$NetBSD: CHANGES,v 1.3356 2003/09/13 11:57:07 jlam Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -3669,3 +3669,4 @@
        Updated freetype2 to 2.1.5 [adam 2003-09-13]
        Updated p5-Time-HiRes to 1.50 [jlam 2003-09-13]
        Updated pkg_install to 20030913 [jlam 2003-09-13]
+       Updated p5-Net-DNS to 0.40 [jlam 2003-09-13]
diff -r d8a8d8bf8af1 -r b724a767c4ec net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Sat Sep 13 11:54:23 2003 +0000
+++ b/net/p5-Net-DNS/Makefile   Sat Sep 13 11:57:07 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 22:51:33 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/09/13 11:57:08 jlam Exp $
 #
 
-DISTNAME=              Net-DNS-0.33
+DISTNAME=              Net-DNS-0.40
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5ndn
 CATEGORIES=            net perl5
@@ -17,8 +17,10 @@
 DEPENDS+=              p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
 DEPENDS+=              p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 BUILDLINK_DEPENDS.perl=        perl>=5.6.0
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Net/DNS/.packlist
 
diff -r d8a8d8bf8af1 -r b724a767c4ec net/p5-Net-DNS/distinfo
--- a/net/p5-Net-DNS/distinfo   Sat Sep 13 11:54:23 2003 +0000
+++ b/net/p5-Net-DNS/distinfo   Sat Sep 13 11:57:07 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2003/03/03 10:56:57 mjl Exp $
+$NetBSD: distinfo,v 1.6 2003/09/13 11:57:08 jlam Exp $
 
-SHA1 (Net-DNS-0.33.tar.gz) = a4bb8e6aabfe78198ae98e73cf2b607225eccebb
-Size (Net-DNS-0.33.tar.gz) = 91890 bytes
-SHA1 (patch-aa) = fb4bed3ed4c1c0353716529d27929444f15f6e31
+SHA1 (Net-DNS-0.40.tar.gz) = 544930307b8a559bc1f5c01ccc1f3bc27c975dfb
+Size (Net-DNS-0.40.tar.gz) = 95777 bytes
+SHA1 (patch-aa) = e20ebcb448e83e72c51c5c0843a972e900e06138
diff -r d8a8d8bf8af1 -r b724a767c4ec net/p5-Net-DNS/patches/patch-aa
--- a/net/p5-Net-DNS/patches/patch-aa   Sat Sep 13 11:54:23 2003 +0000
+++ b/net/p5-Net-DNS/patches/patch-aa   Sat Sep 13 11:57:07 2003 +0000
@@ -1,24 +1,19 @@
-$NetBSD: patch-aa,v 1.1 2002/09/09 00:24:12 heinz Exp $
+$NetBSD: patch-aa,v 1.2 2003/09/13 11:57:10 jlam Exp $
 
---- Makefile.PL.orig   Sat Aug 10 06:06:27 2002
-+++ Makefile.PL
-@@ -24,17 +24,13 @@
- 
-       print <<EOT;
- 
--You appear to be directly connected to the Internet.  I have some tests
--that try to query live nameservers.
-+You appear to be directly connected to the Internet. 
-+I will enable some tests that try to query live nameservers.
+--- Makefile.PL.orig   Thu Jun  5 19:42:58 2003
++++ Makefile.PL        Sat Sep 13 07:53:49 2003
+@@ -97,12 +97,8 @@
  
  EOT
  
 -      if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
-               open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
-               close(ENABLED);
+-              open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
+-              close(ENABLED);
 -      } else {
 -              unlink("t/online.enabled"); # just to be shure...
 -      }
++      open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
++      close(ENABLED);
+ } else {
+       unlink("t/online.enabled"); # just to be shure...
  }
- 
- 



Home | Main Index | Thread Index | Old Index