Net::DNS 1.57 released

Dear all,

I am pleased to announce the 1.57 release of Net::DNS.

This release has one regular bugfix and one LLM discovered security issues:

  • Fix failing UNIX resolver in taint mode (See RT#180773)
  • Fix for unbounded recursion when re-encoding message with misplaced TSIG (See RT#181125)
link https://www.net-dns.org/download/Net-DNS-1.57.tar.gz
sha256 7c98de329cb5d6a99abbb03aaad2866cb041092ed9936a7246908e170005b058
asc https://www.net-dns.org/download/Net-DNS-1.57.tar.gz.asc

Changes

**** 1.57 Sep 1, 2026

	Resync with IANA DNS parameters registry.
	EDNS: Add support for MQTYPE-QUERY option.

Fix rt.cpan.org #181125
	Unbounded recursion when re-encoding message with misplaced TSIG

Fix rt.cpan.org #180773
	UNIX resolver can fail in taint mode