Changelog for
perl-Net-DNS-0.83-33.1.i586.rpm :
Tue Apr 14 14:00:00 2015 cooloAATTsuse.com
- updated to 0.83
see /usr/share/doc/packages/perl-Net-DNS/Changes
Thu Dec 4 13:00:00 2014 vcizekAATTsuse.com
- update to 0.81
* new features:
Feature rt.cpan.org #98149
Add support for Android platform.
Feature rt.cpan.org #79568
Implement prefer_v6 resolver configuration attribute.
Feature
Implement TSIG verified zone transfer.
* and numerous bugfixes
Sun Feb 9 13:00:00 2014 cooloAATTsuse.com
- updated to 0.74
Fix rt.cpan.org #91306
Nameserver crashes on malformed UDP query.
Fix rt.cpan.org #91241
TSIG: Fix incorrectly generated %algbyval table.
Feature
Add CAA, EUI48 and EUI64 RR implementation.
Mon Dec 9 13:00:00 2013 cooloAATTsuse.com
- license fixed to \"as perl itself\"
- updated to 0.73
Fix rt.cpan.org #88778
$update->unique_push() does not work as advertised.
Fix rt.cpan.org #88744
Nameserver crashes on malformed TCP query.
Fix rt.cpan.org #84601/#81942
Fix memory leak on packet cleanup. Indirect self-reference via
header prevented garbage collector from deallocating packet.
Feature rt.cpan.org #84468
TSIG: add support for HMAC-SHA1 .. HMAC-SHA512
Fix rt.cpan.org #84110
Incorrect parsing of PTR records in zonefile.
Fix rt.cpan.org #83755
Erroneous attempt to invoke Net::LibIDN package in Domain.pm.
Fix rt.cpan.org #83078
Can\'t locate Net/DNS/Resolver/linux.pm in AATTINC
Conjecture: eval{ ... }; if ($AATT) { ... }; broken by threads.
Fix rt.cpan.org #83075
ZoneFile.pm wrongly rejects $TTL 0 directive.
Fix rt.cpan.org #82621
Error string empty after failed TCP query.
Fix rt.cpan.org #82296
IPv6 with embedded IPv4 address not mapped to ip6.arpa.
Fix rt.cpan.org #82294
Perl taint inadvertently removed in Domain and Text objects.
Feature rt.cpan.org #53610
add TSIG validation support
Wed Jun 5 14:00:00 2013 cooloAATTsuse.com
- updated to 0.72
Fix rt.cpan.org #82148
nxrrset fails to ignore RDATA.
Fix rt.cpan.org #82134
TSIG key and algorithm names not downcased in digest.
Class not forced to ANY.
Fix rt.cpan.org #82063
yxrrset, nxrrset and rr_del functions should force zero TTL.
Fix rt.cpan.org #82047
Clarify documentation to indicate that header counts may
differ from the number of RRs present if a packet is corrupt.
Fix rt.cpan.org #81941
Clarify documentation to make clear that bgread will not switch to
TCP when a truncated packet is received.
Temporary workaround rt.cpan.org #81760
The rdatastr method for TXT RRs will return unconditionally
quoted rdata fields to work around an issue with updating
SpamAssassin rules. This workaround will be reverted after
release of a version of SpamAssassin which resolves the issue.
Fix rt.cpan.org #81942
Fix memory leak on packet cleanup. The back-reference via the
header attribute (with xbody) caused the garbage collector not
to clean a packet. Header is now explicitly cleaned via
Net::DNS::Packet::DESTROY.
Thu Sep 20 14:00:00 2012 sweet_f_aAATTgmx.de
- installing perl(IO::Socket::INET6) is recommended
Wed Feb 1 13:00:00 2012 vcizekAATTsuse.com
- update to 0.68
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.
Wed Nov 16 13:00:00 2011 vcizekAATTsuse.com
- update to 0.67
* dropped fix-tests.diff patch (not needed anymore)
* huge number of bugfixes, see CHANGES
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Fri Jan 15 13:00:00 2010 anickaAATTsuse.cz
- update to 0.66
* Feature Truncation for Nameserver
fixes rt.cpan.org #33547 and #42744
TAKE CARE:
this feature may cause unexpected behavior for your nameservers
and can be turned off by setting Truncate to 0 during the creation
of the nameserver.
* Feature: Added Net::DNS::Domain
Net::DNS::Domain is an attemt to consistently approach the various
ways we interface with what RFC 1035 calls
.
* bugfixes
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Tue Jun 16 14:00:00 2009 cooloAATTnovell.com
- disable online tests to fix build
Mon Feb 23 13:00:00 2009 anickaAATTsuse.cz
- update to 0.65
* When the AAAA object was constructed with new_from_hash with an
address containing the \"::\" shorthand notation normalization was
not done properly.
* Typo in Win32.pm Registry root.
Tue Jan 20 13:00:00 2009 anickaAATTsuse.cz
- update to 0.64
* Added support for the APL record (RFC 3123)
* Fix IPv6 modules
* Added CD and AD bit control to the resolver.
* Improved error reporting during client disconnect
from the nameserver
* more bugfixes
Thu Jan 15 13:00:00 2009 anickaAATTsuse.cz
- do not ignore test results (bnc#466030)
Fri Nov 28 13:00:00 2008 roAATTsuse.de
- ignore test suite results for the moment
(will not work without networking support in build environment)
Thu Feb 21 13:00:00 2008 anickaAATTsuse.cz
- update to 0.63
* Feature NotifyHandler in Nameserver
* bugfixes
Mon Jan 7 13:00:00 2008 anickaAATTsuse.cz
- fix possible DoS in Net/DNS/RR/A.pm [#350245]
Fri Jan 4 13:00:00 2008 anickaAATTsuse.cz
- update to 0.62
* Move of some functionality out of the Packet to the Question
and RR classes; parsing of elements in the packet is now
performed by calling the appropriate subclasses.
* the Net::DNS::Packet\'s answersize() method will from now on
ignore its arguments and just return the size of the packet.
* The Net::DNS::RR->new() method used to call
Net::DNS::RR->new_from_data() whenever called with the appropriate
combination of arguments. That (undocumented) behavior has been
deprecated. Use Net::DNS::RR->new_from_data() directly if you
depended on that.
* Net::DNS::Packets unique_push now ignores the TTL in
comparison of uniqueness, this is closer to the intend of
RFC2181, but not yet fully compliant.
* bugfixes, test fixes
Mon Oct 8 14:00:00 2007 anickaAATTsuse.cz
- update to 0.61
* Modification of $_ in various places.
* t/11-inet6 assumed lowercase domain names.
Tue Jul 3 14:00:00 2007 anickaAATTsuse.cz
- update to 0.60
* Fix spelling mistakes in change log using interactive
spell checker (aspell).
* bugfixes
Tue Sep 19 14:00:00 2006 anickaAATTsuse.cz
- update to 0.59
* proper reverse mapping of IPv6 addresses
* bugfixes
Thu Jul 13 14:00:00 2006 anickaAATTsuse.cz
- update to 0.58
* added hooks for DLV support in Net::DNS::SEC
* many bugfixes