summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-13 11:57:07 +0000
committerjlam <jlam>2003-09-13 11:57:07 +0000
commit1c886c6bc77c60083fc2059da16b75489138ab3a (patch)
tree5aac1d84e2b4aa163940cb4e3f9a9b162d3aabb5 /doc
parentfefdd8a8dfc25c330d1fb829b0d90bab1b13f186 (diff)
downloadpkgsrc-1c886c6bc77c60083fc2059da16b75489138ab3a.tar.gz
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) allowing multiple questions to be part of a DNS packet.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index e9e222f7136..581e59be87c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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 @@ Changes to the packages collection and infrastructure in 2003:
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]