Dear all,
We have a candidate for the upcoming 1.55 release of Net::DNS.
This candidate has two bugfixes
-
A fix for 1 byte TCP packets containing “0” being interpreted as EOF, corrupting AXFRs (See RT#176900)
-
Removing usage of backticks in UNIX.pm which depend on shell (See RT#177003)
Please review the candidate carefully. If no issues arise, the actual releases will follow Thursday the 11th of June 2026.
See also the Changes below
link: https://www.net-dns.org/download/Net-DNS-1.54_01.tar.gz
sha256: eca7ef258d654446d6fb0aa848a409e33de9595a3b94a88f0a0c066b6390c855
asc: https://www.net-dns.org/download/Net-DNS-1.54_01.tar.gz.asc
Regression test results will follow coming Monday the 8th of June
Changes
**** 1.55 [unreleased]
Fix UDP truncation tests which relied on large RSA RRSIGs.
Fix rt.cpan.org #177003
TCP read loop treats 1-byte recv() of "0" (0x30) as EOF, corrupting AXFRs
Fix rt.cpan.org #176900
UNIX.pm: avoid `backticks` which depends on shell