Changelog for
perl-Net-DNS-1.14-60.1.noarch.rpm :
Sat Dec 16 13:00:00 2017 cooloAATTsuse.com
- updated to 1.14
see /usr/share/doc/packages/perl-Net-DNS/Changes
Thu Oct 19 14:00:00 2017 cooloAATTsuse.com
- updated to 1.13
see /usr/share/doc/packages/perl-Net-DNS/Changes
Sat Aug 19 14:00:00 2017 cooloAATTsuse.com
- updated to 1.12
see /usr/share/doc/packages/perl-Net-DNS/Changes
Tue Jun 27 14:00:00 2017 cooloAATTsuse.com
- updated to 1.11
see /usr/share/doc/packages/perl-Net-DNS/Changes
Sat May 6 14:00:00 2017 cooloAATTsuse.com
- updated to 1.10
see /usr/share/doc/packages/perl-Net-DNS/Changes
Sat Mar 25 13:00:00 2017 cooloAATTsuse.com
- updated to 1.09
see /usr/share/doc/packages/perl-Net-DNS/Changes
Tue Feb 21 13:00:00 2017 cooloAATTsuse.com
- updated to 1.08
see /usr/share/doc/packages/perl-Net-DNS/Changes
Fri Dec 30 13:00:00 2016 cooloAATTsuse.com
- updated to 1.07
see /usr/share/doc/packages/perl-Net-DNS/Changes
Thu Sep 1 14:00:00 2016 opensuseAATTdstoecker.de
- update to pre-release 1.06_03 to fix taint check issue with SpamAssassin
Sat May 28 14:00:00 2016 cooloAATTsuse.com
- updated to 1.06
see /usr/share/doc/packages/perl-Net-DNS/Changes
Tue Mar 8 13:00:00 2016 cooloAATTsuse.com
- updated to 1.05
see /usr/share/doc/packages/perl-Net-DNS/Changes
Wed Dec 9 13:00:00 2015 cooloAATTsuse.com
- updated to 1.04
see /usr/share/doc/packages/perl-Net-DNS/Changes
Mon Nov 9 13:00:00 2015 cooloAATTsuse.com
- updated to 1.03
see /usr/share/doc/packages/perl-Net-DNS/Changes
Sun Sep 20 14:00:00 2015 cooloAATTsuse.com
- updated to 1.02
see /usr/share/doc/packages/perl-Net-DNS/Changes
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