Release candidate for Net::DNS::SEC 1.05

Dear all,

We have a candidate for the 1.05 release of Net::DNS::SEC.

This release contains an interim Net::DNS::SEC implementation of the Ed25519 and Ed488 curves (algorithm 15 and 16). However, it is provided as a building-kit from which some pieces have to come from a pre-build openssl-1.1.1* source tree.

Build instructions can be found in the include/Ed25519.h and include/Ed448.h files from the source tarball.

The current state of the Crypt::OpenSSL::RSA module (with respect to newer versions of OpenSSL), has made the private RSA key generation function of Net::DNS::SEC challenging (to say the least). Key generation with Net::DNS::SEC was already limited and restricted to RSA. This and readily available better private key generation tools, such as the BIND dnssec-keygen tool (which we already recommended), made us decide to drop this function.

This release has also a single bugfix, resolving an issue with missing attributes in private key files.

For a complete list of changes and bugfixes see the CHANGES file.

Please review this candidate carefully. If no issues arise, the actual release will follow Tuesday the 20th of March 2018.

link http://www.net-dns.org/download/Net-DNS-SEC-1.04_04.tar.gz
sha256 68398915227a93e891e3eb7979dad82457dd454c6a25299d8c2813915f98b31d
asc http://www.net-dns.org/download/Net-DNS-SEC-1.04_04.tar.gz.asc

Net::DNS::SEC 1.04 Released

Dear all,

We have a new release version 1.04 of Net::DNS::SEC.

Net::DNS::SEC is dependent on the Crypt::OpenSSL::(DSA|EDSA|RSA) modules for the cryptographic operations. Unfortunately these modules have not remained up-to-date with the underlying OpenSSL C library and are now non functional with OpenSSL releases from version 1.1.0 and higher.

This release contains a Perl foreign function interface on the OpenSSL libcrypto library directly and is no longer dependent on the Crypt::OpenSSL::(DSA|EDSA|RSA) modules, providing more flexibility in OpenSSL upgrade strategies.

link https://www.net-dns.org/download/Net-DNS-SEC-1.04.tar.gz
sha256 5b8a6559c9e07abdb9e9a829351afd465478a63c6a7f57c57f54bbd1d1ccf8d2
asc https://www.net-dns.org/download/Net-DNS-SEC-1.04.tar.gz.asc

Net::DNS 1.15 Released

Dear all,

We have a new release version 1.15 of Net::DNS.

This release has no bugs resolved nor any new features. Besides some minor code maintenance, this release only adds a Change notice to formalize the retirement of the GOST R 34.11-94 hash algorithm. However, the GOST algorithm will still work when a functional Digest::GOST module is present.

See also the Changes file.

link https://www.net-dns.org/download/Net-DNS-1.15.tar.gz
sha256 1ad46ba6438b846a94b4f50d53ecfda55f504a17e11b94effb087ff9329e61d0
asc https://www.net-dns.org/download/Net-DNS-1.15.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Release candidate for Net::DNS::SEC 1.04

Dear all,

We have a candidate for the 1.04 release of Net::DNS::SEC.

Net::DNS::SEC is dependent on the Crypt::OpenSSL::(DSA|ECDSA|RSA) modules for the cryptographic operations. Unfortunately these modules have not remained up-to-date with the underlying OpenSSL C library and are now non functional with OpenSSL releases from version 1.1.0 and higher.

This release contains a Perl foreign function interface on the OpenSSL libcrypto library directly and is no longer dependent on the Crypt::OpenSSL::(DSA|ECDSA|RSA) modules, providing more flexibility in OpenSSL upgrade strategies.

This is a non trivial architectural change. Therefore we ask you to review this candidate extra thoroughly. If no issues arise, the actual release will follow Wednesday the 14 February 2018.

For a complete list of changes and bugfixes see the CHANGES file.

link http://www.net-dns.org/download/Net-DNS-SEC-1.03_08.tar.gz
sha256 13e95d088786f58a17deaae0bb10e7e11c8aed2c8d63c71bd3d463ea5ae350c3
asc http://www.net-dns.org/download/Net-DNS-SEC-1.03_08.tar.gz.asc

Fast track release candidate for Net::DNS 1.15

Dear all,

We have a candidate for the fast track release of Net::DNS 1.15.

This release has no bugs resolved nor any new features. Besides some minor code maintenance, this release only adds a Change notice to formalize the retirement of the GOST R 34.11-94 hash algorithm. However, the GOST algorithm will still work when a functional Digest::GOST module is present.

See also the Changes file.

Actual release will follow Friday 9 February 2018.

link https://www.net-dns.org/download/Net-DNS-1.14_02.tar.gz
sha256 ba1cf328c165a9164e9d9587085882d38e717eb64c79ad72422da895481bd654
asc https://www.net-dns.org/download/Net-DNS-1.14_02.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Release candidate for Net::DNS 1.14

Dear all,

We have a candidate for the upcoming 1.14 release of Net::DNS.

This release resolves an issue with inaccessibility of (sub)packages from .pm files containing more than one packages, due to changed file permissions caused by dropped or changed user permissions by a program.

Besides this issue, this release also expresses more clearly that the Net::DNS::Nameserver module is not, nor will ever be, a general-purpose DNS nameserver implementation.

Functionality of Net::DNS::Nameserver has been extended to have a default ReplyHandler that will serve a zone given with a ZoneFile optional argument to the constructor.

See also the Changes file.

Please review this candidate carefully. If no issues arise, the actual release will follow Thursday the 14th of December 2017.

link https://www.net-dns.org/download/Net-DNS-1.13_02.tar.gz
sha256 4460b2973d6110c743418b87398327d32999da1d3cec92228326ac935a02cbbf
asc https://www.net-dns.org/download/Net-DNS-1.13_02.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Net::DNS 1.13 Released

Dear all,

We have a new release version 1.13 of Net::DNS.

This release allows queries for internationalized domains now also on platforms with Net::LibIDN2 (besides the already existing support with Net::LibIDN).

See also the Changes file.

link https://www.net-dns.org/download/Net-DNS-1.13.tar.gz
sha256 7ec76663365f2f96de46fe07bd6c9d45ab21171ae83954e8d1b816428b518c36
asc https://www.net-dns.org/download/Net-DNS-1.13.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Release candidate for Net::DNS 1.13

Dear all,

We have a candidate for the upcoming 1.13 release of Net::DNS.

This release allows queries for internationalized domains (with non-ASCII characters) now also on platforms using CPAN Net::LibIDN2 (besides the already existing support with Net::LibIDN).

See also the Changes file.

Please review this candidate carefully. If no issues arise, the actual release will follow Wednesday the 18th of October 2017.

link https://www.net-dns.org/download/Net-DNS-1.12_03.tar.gz
sha256 87068f2467bfd20dcd5d1bce2869a2f5431b6f90e897d7555cb422578e1efb1d
asc https://www.net-dns.org/download/Net-DNS-1.12_03.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Net::DNS 1.12 Released

Dear all,

We have a new bugfix release version 1.12 of Net::DNS.

This release contains bugfixes for:

  • An issue with false timeouts reported with persistent UDP, and
  • an issue with stalling TCP retries with IO::Socket::IP versions before. 0.38

This release also incorporates the printing and parsing of CDS and CDNSKEY as specified by erratum 5049 for RFC8078.

This release will emit a preliminary warning at build time about our intention to drop support for IO::Socket::INET6 in favour of the IO::Socket::IP module. When or how or even whether this will happen is still to be determined. Feedback and suggestions on this are welcomed.

See also the Changes file.

link https://www.net-dns.org/download/Net-DNS-1.12.tar.gz
sha256 25ff01fe79de3fb759d190fadb0971c326f4afc2e6a4541d10d624f65b34c1ff
asc https://www.net-dns.org/download/Net-DNS-1.12.tar.gz.asc

Regression test results: https://www.net-dns.org/regression

Release candidate for Net::DNS 1.12

Dear all,

We have a candidate for the upcoming 1.12 fast-track bugfix release of Net::DNS.

This release contains bugfixes for:

  • An issue with false timeouts reported with persistent UDP, and
  • an issue with stalling TCP retries with IO::Socket::IP versions before. 0.38

This release also incorporates the printing and parsing of CDS and CDNSKEY as specified by erratum 5049 for RFC8078.

See also the Changes file.

Please review this candidate carefully. We would like to do a fast-track release this time to make it for the Fedora 27 beta release. Therefore, if no issues arise, the actual release will follow Friday the 18th of August 2017.

link https://www.net-dns.org/download/Net-DNS-1.11_03.tar.gz
sha256 2b6510214d1c9f7cd8b1c4c49432748f2b08736042c84aa00ee1eadb43598223
asc https://www.net-dns.org/download/Net-DNS-1.11_03.tar.gz.asc

Regression test results: https://www.net-dns.org/regression