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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23e51d291a27
branches:  trunk
changeset: 491187:23e51d291a27
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 22 14:15:28 2005 +0000

description:
Update to 0.48:
Net::DNS is now stored in a subversion repository, replacing cvs.
As such the submodule version numbers have taken another big jump.
Luckily those numbers don't matter as long as they work.

Fixed a bug with Unknown RR types that broke zone signing [Olaf].

Added callback support to Net::DNS::Resolver::Recuse.  The
demo/trace_dns.pl script demonstrates this.

Added a note regarding answers with an empty answer section to the
Net::DNS::Resolver::search() and Net::DNS::Resolver::query()
documentation.

The copyright notice for Net::DNS::RR::SSHFP was incorrect.  That file
is Copyright (c) 2004 RIPE NCC, Olaf Kolkman.

diffstat:

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

diffs (29 lines):

diff -r b2fc47af4cf5 -r 23e51d291a27 net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Tue Mar 22 14:06:28 2005 +0000
+++ b/net/p5-Net-DNS/Makefile   Tue Mar 22 14:15:28 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2005/02/21 22:26:05 heinz Exp $
+# $NetBSD: Makefile,v 1.25 2005/03/22 14:15:28 wiz Exp $
 #
 
-DISTNAME=              Net-DNS-0.47
+DISTNAME=              Net-DNS-0.48
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5ndn
-PKGREVISION=           1
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}          \
                        http://www.net-dns.org/download/
diff -r b2fc47af4cf5 -r 23e51d291a27 net/p5-Net-DNS/distinfo
--- a/net/p5-Net-DNS/distinfo   Tue Mar 22 14:06:28 2005 +0000
+++ b/net/p5-Net-DNS/distinfo   Tue Mar 22 14:15:28 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/02/24 12:13:58 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/03/22 14:15:28 wiz Exp $
 
-SHA1 (Net-DNS-0.47.tar.gz) = 2f2151a955a91e6bc57570829b0e553fedb91388
-RMD160 (Net-DNS-0.47.tar.gz) = bdcc2a9a1627c557ec6613dfcbd1065d190602c8
-Size (Net-DNS-0.47.tar.gz) = 94231 bytes
+SHA1 (Net-DNS-0.48.tar.gz) = 92a244c902f4fc77487240bca63dbf903f1bbf1d
+RMD160 (Net-DNS-0.48.tar.gz) = 9c1c37f16c445e947a605290b453d91f9217a84b
+Size (Net-DNS-0.48.tar.gz) = 95754 bytes



Home | Main Index | Thread Index | Old Index