Fast-track release candidates for Net::DNS 1.25 and Net::DNS::SEC 1.17

Dear all,

We have candidates for the upcoming fast-track 1.25 and 1.17 releases of Net::DNS and Net::DNS::SEC.

The recommended method of generating TSIG keys changed between 1.23 and 1.24 in favour of using tsig-keygen (for named algorithms). Unfortunately this led to a backwards incompatibility issue. This release introduces more robust TSIG key parsing to deal with this.

TSIG keys generated with dnssec-keygen are still accepted for backwards compatibility, but are expected to have the ISC BIND’s keyfile naming convention, or be a symbolic link to a key using this naming convention. A warning will be generated for keys without the naming convention.

Because of the minimal changes and the resolution of a backwards compatibility issue, these release candidates will be released more quickly than usual.

Please review these candidates carefully, if no issues arise actual release will follow Friday 26th of June 2020.

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

link https://www.net-dns.org/download/Net-DNS-SEC-1.16_01.tar.gz
sha256 6106565460358095ec76163aa0354f7d1f4e498aae3b831590f949369170514f
asc https://www.net-dns.org/download/Net-DNS-SEC-1.16_01.tar.gz.asc

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

Net::DNS 1.24 Released

Dear all,

We are pleased to announce Net::DNS 1.24.

This release has:

  • Support for TSIG key files generated by the BIND tsig-keygen program
  • A module for the new AMTRELAY resource record
  • DNS Cookies à la draft-ietf-dnsop-server-cookies

See also the Changes.

link https://www.net-dns.org/download/Net-DNS-1.24.tar.gz
sha256 11a6c2ba6cb1c6640f01c9bbf2036bcbe3974232e9b939ab94985230c92cde63
asc https://www.net-dns.org/download/Net-DNS-1.24.tar.gz.asc

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

Release candidate for Net::DNS 1.24

Dear all,

We have a candidate for the upcoming 1.24 release of Net::DNS, with:

  • Support for TSIG key files generated by the BIND tsig-keygen program
  • A module for the new AMTRELAY resource record

Please review the candidate carefully. If no issues arise, the actual releases will follow Wednesday the 27th of May 2020.

See also the Changes.

link https://www.net-dns.org/download/Net-DNS-1.23_01.tar.gz
sha256 b9bf90a1d9b79870835ee637335213a2808fc116071bd4f064331cc59bb6ded6
asc https://www.net-dns.org/download/Net-DNS-1.23_01.tar.gz.asc

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

Net::DNS 1.23 Released

Dear all,

We are pleased to announce Net::DNS version 1.23.
This release has:

  • Modified TSIG creation
  • Bugfix with correct reporting  of the error when AXFR failed

See also the Changes.

link https://www.net-dns.org/download/Net-DNS-1.23.tar.gz
sha256 cf327f31063b96cd3421be43a1d6cb41eaa61d0595450032e57905b1bd6b2c3e
asc https://www.net-dns.org/download/Net-DNS-1.23.tar.gz.asc

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

Net::DNS 1.22 Released

Dear all,

We are pleased to announce Net::DNS version 1.22.
This release has:

  • Rudimentary decode and print for DSO packet
  • Bugfix in parsing semicolons

See also the Changes.

link https://www.net-dns.org/download/Net-DNS-1.22.tar.gz
sha256 03cd6a733e1cab6f817b4c4dcb7b29575002f8c543fb85e94c6290bc224d4c12
asc https://www.net-dns.org/download/Net-DNS-1.22.tar.gz.asc

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

Release candidate for Net::DNS 1.22

Dear all,

We have a candidate for the upcoming 1.22 release of Net::DNS, with:

  • Rudimentary decode and print for DSO packet
  • Bugfix in parsing semicolons

Please review the candidate carefully. If no issues arise, the actual releases will follow Thursday the 13th of February 2020.

link https://www.net-dns.org/download/Net-DNS-1.21_01.tar.gz
sha256 eed945f2cd6ff4e537aa2aaa56dab0c7e4bd24db298d04a51a8181f1bbf62baf
asc https://www.net-dns.org/download/Net-DNS-1.21_01.tar.gz.asc

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

Net::DNS 1.21 released

Dear all,

We are pleased to announce Net::DNS version 1.21.

This release has:

  • NSEC’s API updated to resemble NSEC3’s (i.e. the match(), encloser(), nextcloser() and 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 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

Release candidate for Net::DNS 1.21

Dear all,

We have a candidate for the upcoming 1.21 release of Net::DNS, with:

  • NSEC now has the same API as NSEC3 (i.e. the match, encloser, nextcloser and wildcard methods)
  • Added ZONEMD package
  • Removed deprecated DLV package
  • Bugfix in recursion and background TCP query logic
  • Few more warnings for deprecated functions (emitted only once)
  • Updated Parameters.pm
  • Various 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

Net::DNS 1.20 released

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

Net::DNS::SEC 1.12 released

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 file.

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