pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-DNS
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 21 22:12:09 UTC 2012
Modified Files:
pkgsrc/net/p5-Net-DNS: Makefile distinfo
Log Message:
Update to 0.68:
**** 0.68 Jan 30, 2012
Fix rt.cpan.org #72314
Let a Net::DNS::Nameserver bind on Net::DNS::Nameserver::DEFAULT_ADDR
as a last resort.
Fix to suppress false warnings about subroutine profiles on ancient
versions of perl.
Fix to avoid constants with value undef which prevents unwanted code from being
optimized away on ancient versions of perl.
Fix code error in PTR.pm, canonical RDATA not downcased.
Enhancement to clarify the function of parse and data methods, by renaming them
to decode and encode respectively.
Feature IDN query support.
Question.pm modified to use the recently introduced DomainName.pm
module to represent DNS names. Queries for domain names containing
non-ASCII characters are now possible on Unicode platforms with CPAN
Net::LibIDN installed.
Introduction of Mailbox.pm module that will be used in the future to represent
RDATA components containing DNS coded RFC822 mailbox addresses.
Introduction of Text.pm module that will be used in the future to represent
RDATA components containing text.
**** 0.67 Nov 4, 2011
Enhancement rt.cpan.org #60726
On Cygwin Net::DNS now builds without Win32::IPHelper, unless a
previous version is updated that did use it.
The choice may also be set by the --iphelper or --noiphelper option
to Makefile.PL.
Fix to suppress IO::Socket::INET(6)::peerhost usage with TCP. On some systems
it doesn't work after receiving data.
Enhancement rt.cpan.org #43142
Allow ReplyHandlers to indicate that no answer should be returned
by the Net::DNS::Nameserver.
Fix rt.cpan.org #71796
Prevent TCP accepts from blocking on unfinished 3-way handshakes.
Fix rt.cpan.org #65607
Make 64bits windows work by depending on Win32::IPHelper version 0.07
Thanks to Lian Wan Situ.
Fix rt.cpan.org #66470
Named nameserver should be reachable by IPv6 too.
Fix to make tests work in jailed environments where a reply might come
from a different address than that of the loopback interface.
Feature to use a class method ReplyHandler for classes inheriting from
Net::DNS::Nameserver.
A contribution from Rob Brown.
Fix rt.cpan.org #71062
Replace the usage of the obsolete Win32::Registry module by
Win32::TieRegistry module.
Fix rt.cpan.org #68731
Fix linking of the C compiled parts of the library on Mac OS X
New improved version of the check_soa script in the contrib section.
A contribution from Dick Franks.
Fix rt.cpan.org #70830
Make t/08-online.t handle NXDOMAIN hijacking that return more then one
answer.
Fix rt.cpan.org #24525
Removed dependency on Net::IP
Fix online tests to use the library as documented and not use knowledge of the
internal workings of the classes that should be hidden.
A contribution from Dick Franks
Fix rt.cpan.org #55682
Make online tests non-fatal by default.
All interactive prompts are removed from Makefile.PL.
Online tests may still be made a requisite by using the --online-tests
option.
Major rework of Net::DNS::Domain.pm and the addition of Net::DNS::DomainName.pm
Which paves the way towards handling of character encodings and IDN.
A contribution from Dick Franks.
Fix rt.cpan.org #69174
Typo that prevented TCP traffic from being replied from the same
socket as it was received on.
Fix rt.cpan.org #68338
Suppress warnings of the deprecated use of qw as parentheses in
perl 5.14.
Enhancement rt.cpan.org #67418
A contribution from Wolfsage to perform presentation to wire format
conversion more efficiently.
Fix rt.cpan.org #67133
Gracefully handle corrupted incoming packets in Net::DNS::Nameserver.
Feature to manage serial numbers in SOA records in a modular and extensible way.
Three modules are provided. Strictly sequential, Date Encoded and
Time Encoded. A contribution from Dick Franks.
Fix rt.cpan.org #53325
Make Net::DNS::Resolver load even if /etc/resolv.conf is unreadable.
Fix rt.cpan.org #63486
Make t/08-online.t fail gracefully in stead of crash on failures.
Fix rt.cpan.org #55586
Various typo fixes.
Fix rt.cpan.org #55682
Really do not use networking functions when online tests are disabled.
Fix rt.cpan.org #64562
Replace TSIG key with the signature of the whole packet when signing
a packet, even when the TSIG key is not the first in the additional
section.
Fix rt.cpan.org #56181 and #47265
Assembly of segmented TCP traffic.
Feature rt.cpan.org #57289
Provide a configurable IdleTimeout for Net::DNS::Namserver.
Fix rt.cpan.org #53595
Fix documentation to reflect code behaviour where on successful packet
creation, the error should be ignored.
Fix rt.cpan.org #58914
Fix spelling of "algorithm"
Fix rt.cpan.org #61725
Include default domain in the search list on Win32.
Thanks Mark Rallen.
Fix rt.cpan.org #63321
A Net::DNS::Nameserver without a NotifyHandler now responds NOTIMP
to NOTIFY requests.
Fix rt.cpan.org #53595
Documentation now reflects Net::DNS::Packet construction behaviour.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/p5-Net-DNS/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/p5-Net-DNS/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index