Created attachment 184623 [details] patch to upgrade This release has a fix that likely stops zone transfer failures and this release can parse the pre-errata and fixed errata format for deletes in CDS and CDNSKEY records. 4.1.17 ================ FEATURES: - zone parser parses type AVC (it has TXT format). - Fix #1272: use writev to put tcp length field with data for outgoing zone transfer requests. BUG FIXES: - Fix potential null pointer in nsec3 adjustment tree. - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent empty base64 or hex string.
A commit references this bug: Author: dbaio Date: Fri Jul 28 00:27:55 UTC 2017 New revision: 446785 URL: https://svnweb.freebsd.org/changeset/ports/446785 Log: dns/nsd: Update to 4.1.17 Features: - zone parser parses type AVC (it has TXT format). - Fix #1272: use writev to put tcp length field with data for outgoing zone transfer requests. Bugfixes: - Fix potential null pointer in nsec3 adjustment tree. - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent empty base64 or hex string. PR: 220939 Submitted by: jaap@NLnetLabs.nl (maintainer) Changes: head/dns/nsd/Makefile head/dns/nsd/distinfo
Committed, thanks.