diff options
author | heinz <heinz> | 2006-03-12 00:10:16 +0000 |
---|---|---|
committer | heinz <heinz> | 2006-03-12 00:10:16 +0000 |
commit | 898ac9077f625b4191972d6d7ad39d1df35cbae1 (patch) | |
tree | f830c6bbe8b8170ad19f5f188af45466d6d0feda | |
parent | ac4c808d35a17cbb3313621a7ce7018c6158db67 (diff) | |
download | pkgsrc-898ac9077f625b4191972d6d7ad39d1df35cbae1.tar.gz |
Updated to version 0.57.
Pkgsrc changes:
none
Relevant changes since version 0.55:
=====================================
Fix rt.cpan.org 17783
The inet6 tests do not skip enough tests when ipv6 is not available.
I did not catch this in my setup since IPv6 is available on all my
machines.
Feature Implemented SPF (typecode 99).
Feature added rrsort() function.
See Net::DNS and Net::DNS::RR documentation for details.
Fix rt.cpan.org 14653 and 14049
TCP fallback after V6 socket failure
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-DNS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index dec09578ffe..e4add9787ba 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2006/02/09 21:35:46 heinz Exp $ +# $NetBSD: Makefile,v 1.31 2006/03/12 00:10:16 heinz Exp $ -DISTNAME= Net-DNS-0.55 +DISTNAME= Net-DNS-0.57 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo index 02af300cc8c..952ac93fee4 100644 --- a/net/p5-Net-DNS/distinfo +++ b/net/p5-Net-DNS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2006/02/09 21:35:46 heinz Exp $ +$NetBSD: distinfo,v 1.15 2006/03/12 00:10:16 heinz Exp $ -SHA1 (Net-DNS-0.55.tar.gz) = 79873865a8e5a4307e7b1718ba1a668d2299e52e -RMD160 (Net-DNS-0.55.tar.gz) = 70d31b1f8a1cf7e343ba3d35df1f77dc12d87d86 -Size (Net-DNS-0.55.tar.gz) = 126737 bytes +SHA1 (Net-DNS-0.57.tar.gz) = 12623cf8c6b72850db06aee8fc0ce4e148b8d0dd +RMD160 (Net-DNS-0.57.tar.gz) = 04be1c23446b4fe70370ea215c6abe3c80fcf94d +Size (Net-DNS-0.57.tar.gz) = 131596 bytes |