From willem at nlnetlabs.nl Tue Mar 12 14:32:42 2019 From: willem at nlnetlabs.nl (Willem Toorop) Date: Tue, 12 Mar 2019 15:32:42 +0100 Subject: [net-dns-users] Release candidate for Net::DNS 1.20 and Net::DNS::SEC 1.12 Message-ID: Dear all, We have a candidate for the upcoming 1.20 release of Net::DNS and the upcoming 1.12 release of Net::DNS::SEC. The Net::DNS candidate has a single bugfix that addresses correctly caching IP?s for delegations in the Recurse.pm module. Besides this bugfix, this release has * TSIG MAC representation changed to Base64 (like with dig) * Updated IANA parameters * updated examples that use AAAA instead of A records. * Overall improvements in code and test scripts The Net::DNS::SEC candidate contains simplified (more robust) support for the different versions of Open & LibreSSL, including a fix for the future OpenSSL 3.0.0. Current thought is to support latest two LibreSSL releases. Please review these candidates carefully. If no issues arise, the actual releases will follow Tuesday the 19th of March 2019. link : https://www.net-dns.org/download/Net-DNS-1.19_02.tar.gz sha256: 20605a05d1ec20705d5658966faa5a4cf4b3b4e626d7403b2ec2335ef05ab6c7 asc : https://www.net-dns.org/download/Net-DNS-1.19_02.tar.gz.asc Regression test results: https://www.net-dns.org/regression link : https://www.net-dns.org/download/Net-DNS-SEC-1.11_01.tar.gz sha256: e443e07d5852dfa683dce35c1391b2f13326220b1c480ff037cadea9b5723775 asc : https://www.net-dns.org/download/Net-DNS-SEC-1.11_01.tar.gz.asc Net::DNS Changes ================ **** 1.20 [unreleased] Revise documentation examples to use AAAA instead of A records. TSIG MAC representation changed to Base64 (align with BIND). Update Parameters.pm to resync with IANA registry. Refactor resolver test scripts. Fix rt.cpan.org #128081 Recurse.pm fails to resolve domain ?kickboxingireland.ie? Fix rt.cpan.org #127307 Provide a more informative exception report if application code has no "use Net::DNS::SEC" declaration but nevertheless attempts to invoke the DNSSEC sign or verify features. Net::DNS::SEC Changes ===================== **** 1.12 [unreleased] Avoid use of EC_POINT_set_affine_coordinates_GFp which is deprecated in OpenSSL 3.0.0 Reduce level of support for OpenSSL non-LTS releases. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From willem at nlnetlabs.nl Tue Mar 19 11:26:24 2019 From: willem at nlnetlabs.nl (Willem Toorop) Date: Tue, 19 Mar 2019 12:26:24 +0100 Subject: [net-dns-users] Net::DNS::SEC 1.12 released Message-ID: <53a3e59b-542d-3d3b-6797-a7a2bbbadd92@nlnetlabs.nl> Dear all, We are pleased to announce the 1.12 release of Net::DNS::SEC. This release has simplified (and thus more robust) support for the different version of Open & LibreSSL, including a fix for the future OpenSSL 3.0.0. See also the Changes section below. link : https://www.net-dns.org/download/Net-DNS-SEC-1.12.tar.gz sha256: fd2f224169d54e5ed25462721ee0bb7298295fc2e0762e2c5c86dd5853d41d0c asc : https://www.net-dns.org/download/Net-DNS-SEC-1.12.tar.gz.asc Changes ======= **** 1.12 Mar 19, 2019 Avoid use of EC_POINT_set_affine_coordinates_GFp which is deprecated in OpenSSL 3.0.0 Reduce level of support for OpenSSL non-LTS releases. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From willem at nlnetlabs.nl Fri Mar 22 14:19:38 2019 From: willem at nlnetlabs.nl (Willem Toorop) Date: Fri, 22 Mar 2019 15:19:38 +0100 Subject: [net-dns-users] Net::DNS 1.20 released Message-ID: Dear all, We are pleased to announce Net::DNS version 1.20 This release has: * Reworked recursive resolving (initially to deal with a bugfix) and is now easier to understand (and maintain) * Updated examples that use AAAA instead of A records. * TSIG MAC representation changed to Base64 (like with dig) * Updated IANA parameters * Overall improvements in codebase and test scripts link : https://www.net-dns.org/download/Net-DNS-1.20.tar.gz sha256: 7fd9692b687253baa8f2eb639f1dd7ff9c77fddd67167dc59b400bd25e4ce01b asc : https://www.net-dns.org/download/Net-DNS-1.20.tar.gz.asc Regression test results: https://www.net-dns.org/regression Changes ======= **** 1.20 Mar 22, 2019 Revise documentation examples to use AAAA instead of A records. TSIG MAC representation changed to Base64 (align with BIND). Update Parameters.pm to resync with IANA registry. Refactor resolver test scripts. Fix rt.cpan.org #128081 Recurse.pm fails to resolve domain ?kickboxingireland.ie? Fix rt.cpan.org #127307 Provide a more informative exception report if application code has no "use Net::DNS::SEC" declaration but nevertheless attempts to invoke the DNSSEC sign or verify features. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From willem at nlnetlabs.nl Thu Aug 22 10:24:37 2019 From: willem at nlnetlabs.nl (Willem Toorop) Date: Thu, 22 Aug 2019 12:24:37 +0200 Subject: [net-dns-users] Release candidate for Net::DNS 1.21 Message-ID: <592ffbd2-14d9-e469-1939-eadb4a27fe4c@nlnetlabs.nl> Dear all, We have a candidate for the upcoming 1.21 release of Net::DNS, with: * NSEC having the same API as NSEC3 (i.e. the match, encloser, nextcloserand wildcard methods) * Added ZONEMD package * Removed deprecated DLV package * Bugfix in recursion and background TCP query logic * A few more warnings for deprecated functions (emitted only once) * Updated Parameters.pm * Various more improvements Please review these candidates carefully. If no issues arise, the actual releases will follow Thursday the 29th of August 2019. link : https://www.net-dns.org/download/Net-DNS-1.20_03.tar.gz sha256: 58dc398124ed19358f33f7792e08c4b56a12012c6408c2319a77ec0192484c3c asc : https://www.net-dns.org/download/Net-DNS-1.20_03.tar.gz.asc Regression test results: https://www.net-dns.org/regression -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From willem at nlnetlabs.nl Mon Sep 2 12:54:17 2019 From: willem at nlnetlabs.nl (Willem Toorop) Date: Mon, 2 Sep 2019 14:54:17 +0200 Subject: [net-dns-users] Net::DNS 1.21 released Message-ID: <2b35e5e2-0327-1ff8-5163-7ba4e426e1b8@nlnetlabs.nl> Dear all, We are pleased to announce Net::DNS version 1.21. This release has: * NSEC?s API updated with match(), encloser(), nextcloser() and wildcard() analogous to those methods in the NSEC3 package * Added ZONEMD package * Removed deprecated DLV package * Bugfix in recursion and background TCP query logic * A few more warnings for deprecated functions (emitted only once) * Updated IANA Parameters * Overall improvements in codebase and test scripts link : https://www.net-dns.org/download/Net-DNS-1.21.tar.gz sha256: ddefe13b28084ffcc8f10a96b3c13c59449dbf6fc371c006d129630ea0ce767a asc : https://www.net-dns.org/download/Net-DNS-1.21.tar.gz.asc Regression test results: https://www.net-dns.org/regression Changes ======= **** 1.21 Aug 30, 2019 Fix error report for non-existent or recursive zone file $INCLUDE. Emit one deprecation warning on invocation of obsolete method. Rework OPT.pm EDNS0 option construction. Remove obsolete Net::DNS::RR::DLV package. Add Net::DNS::RR::ZONEMD package. Fix rt.cpan.org #128901 background TCP query logic expects to read entire response at once -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From jeroen at nlnetlabs.nl Tue Dec 10 14:00:16 2019 From: jeroen at nlnetlabs.nl (Jeroen Koekkoek) Date: Tue, 10 Dec 2019 15:00:16 +0100 Subject: [net-dns-users] Mailing list migration Message-ID: Hi all, On December 16th 2019 the net-dns-users mailing list will be migrated to a different provider. The oppertunity will also be used to move the mailing list to the dedicated lists.nlnetlabs.nl subdomain. You will automatically be subscribed to the new list and care is taken to make the transition as smooth as possible. During the migration though, the mailing list may be unreachable. From December 16th 2019 please direct questions to net-dns-users at lists.nlnetlabs.nl and ensure any filters you may have configured are updated to recognize the address. Best regards, Jeroen Koekkoek, NLnet Labs -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part URL: