SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Net-DNS-debuginfo-0.73-5.3.x86_64.rpm :

* Thu Dec 04 2014 vcizekAATTsuse.com- Fix incorrectly generated %algbyval table (bnc#904041)
* added fix_incorrectly_generated_algbyval_table.patch
* Mon Dec 09 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 05 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 2012 sweet_f_aAATTgmx.de- installing perl(IO::Socket::INET6) is recommended
* Wed Feb 01 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 2011 vcizekAATTsuse.com- update to 0.67
* dropped fix-tests.diff patch (not needed anymore)
* huge number of bugfixes, see CHANGES
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Fri Jan 15 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 2010 jengelhAATTmedozas.de- enable parallel build
* Tue Jun 16 2009 cooloAATTnovell.com- disable online tests to fix build
* Mon Feb 23 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 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 2009 anickaAATTsuse.cz- do not ignore test results (bnc#466030)
* Fri Nov 28 2008 roAATTsuse.de- ignore test suite results for the moment (will not work without networking support in build environment)
* Thu Feb 21 2008 anickaAATTsuse.cz- update to 0.63
* Feature NotifyHandler in Nameserver
* bugfixes
* Mon Jan 07 2008 anickaAATTsuse.cz- fix possible DoS in Net/DNS/RR/A.pm [#350245]
* Fri Jan 04 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 08 2007 anickaAATTsuse.cz- update to 0.61
* Modification of $_ in various places.
* t/11-inet6 assumed lowercase domain names.
* Tue Jul 03 2007 anickaAATTsuse.cz- update to 0.60
* Fix spelling mistakes in change log using interactive spell checker (aspell).
* bugfixes
* Tue Sep 19 2006 anickaAATTsuse.cz- update to 0.59
* proper reverse mapping of IPv6 addresses
* bugfixes
* Thu Jul 13 2006 anickaAATTsuse.cz- update to 0.58
* added hooks for DLV support in Net::DNS::SEC
* many bugfixes
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Wed Jan 04 2006 anickaAATTsuse.cz- update to 0.55
* Mon Aug 01 2005 mjancarAATTsuse.cz- update tp 0.53- add perl-Net-IP to Requires
* Thu Aug 19 2004 mjancarAATTsuse.cz- update to 0.48
* Sun Jun 20 2004 roAATTsuse.de- fix find command in specfile
* Sat Feb 28 2004 roAATTsuse.de- fix requirement for /usr/local
* Thu Feb 26 2004 mjancarAATTsuse.cz- update to 0.46
* Sun Jan 11 2004 adrianAATTsuse.de- build as user
* Fri Aug 22 2003 mjancarAATTsuse.cz- require the perl version we build with
* Fri Jul 18 2003 mjancarAATTsuse.cz- adapt to perl-5.8.1- use %perl_process_packlist
* Tue Jun 17 2003 mjancarAATTsuse.cz- update to 0.38- use $RPM_OPT_FLAGS- fix filelist
* Tue May 20 2003 mjancarAATTsuse.cz- remove unpackaged files
* Mon Apr 28 2003 mjancarAATTsuse.cz- update to version 0.34
* Fri Dec 20 2002 prehakAATTsuse.cz- updated to version 0.31
* Mon Jul 29 2002 mlsAATTsuse.de- Fixed neededforbuild for perl-5.8.0
* Fri Jul 12 2002 prehakAATTsuse.cz- update to version 0.24- added demo and contrib to documentation- added perl-Test-Simple to neededforbuild
* Tue Jul 02 2002 mlsAATTsuse.de- remove race in .packlist generation
* Fri May 24 2002 prehakAATTsuse.cz- added missing required modul perl-Digest-HMAC [#16224]
* Mon Dec 17 2001 rvasiceAATTsuse.cz- update to version 0.19
* Mon Mar 26 2001 cihlarAATTsuse.cz- added make test
* Tue Nov 14 2000 cihlarAATTsuse.cz- renamed perl_dns -> perl-Net-DNS
* Tue Aug 22 2000 cihlarAATTsuse.cz- added BuildRoot- bzipped sources
* Fri Jan 21 2000 roAATTsuse.de- fixed filelist
* Tue Nov 09 1999 choegerAATTsuse.de- bugfix for spec-file
* Mon Nov 08 1999 choegerAATTsuse.de- first version
 
ICM