Subject: CVS commit: pkgsrc/net/p5-Net-DNS
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/13/2003 11:57:11
Module Name: pkgsrc
Committed By: jlam
Date: Sat Sep 13 11:57:10 UTC 2003
Modified Files:
pkgsrc/net/p5-Net-DNS: Makefile distinfo
pkgsrc/net/p5-Net-DNS/patches: patch-aa
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/net/p5-Net-DNS/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/p5-Net-DNS/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/net/p5-Net-DNS/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.