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.47.
details: https://anonhg.NetBSD.org/pkgsrc/rev/476b973107dd
branches: trunk
changeset: 475923:476b973107dd
user: heinz <heinz%pkgsrc.org@localhost>
date: Sat May 29 16:50:49 2004 +0000
description:
Update to version 0.47.
Revision history for Net::DNS
=============================
*** 0.47 April 1, 2004
safe_push() is back in Net::DNS::Packet, due to the excellent debate
skills of Luis E Monoz. However, the name safe_push() is deprecated,
use the new name unique_push() instead.
Fixed a bug in Net::DNS::Nameserver which caused the class to build
packets incorrectly in some cases. [Ask Bjorn Hansen]
Error message cleanups in Net::DNS::typesbyname()
and Net::DNS::typesbyval() [Ask Bjorn Hansen]
Net::DNS::RR::new_from_hash() now works with unknown RR types [Olaf].
diffstat:
net/p5-Net-DNS/Makefile | 6 +++---
net/p5-Net-DNS/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 680779836eff -r 476b973107dd net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile Sat May 29 16:35:15 2004 +0000
+++ b/net/p5-Net-DNS/Makefile Sat May 29 16:50:49 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2004/03/07 01:42:09 heinz Exp $
+# $NetBSD: Makefile,v 1.21 2004/05/29 16:50:49 heinz Exp $
#
-DISTNAME= Net-DNS-0.46
+DISTNAME= Net-DNS-0.47
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ndn
CATEGORIES= net perl5
@@ -12,7 +12,7 @@
HOMEPAGE= http://www.net-dns.org/
COMMENT= Perl5 module for DNS resolution
-BUILD_DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl{,-thread}>=5.8.0}:../../devel/p5-Test-Simple
DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
diff -r 680779836eff -r 476b973107dd net/p5-Net-DNS/distinfo
--- a/net/p5-Net-DNS/distinfo Sat May 29 16:35:15 2004 +0000
+++ b/net/p5-Net-DNS/distinfo Sat May 29 16:50:49 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/03/07 01:42:09 heinz Exp $
+$NetBSD: distinfo,v 1.10 2004/05/29 16:50:49 heinz Exp $
-SHA1 (Net-DNS-0.46.tar.gz) = 00bb981ffa0b6e49390af228ebe4060a961ce28a
-Size (Net-DNS-0.46.tar.gz) = 94634 bytes
+SHA1 (Net-DNS-0.47.tar.gz) = 2f2151a955a91e6bc57570829b0e553fedb91388
+Size (Net-DNS-0.47.tar.gz) = 94231 bytes
Home |
Main Index |
Thread Index |
Old Index