Created attachment 182080 [details] Patch to upgrade For Committer: This removes file/patchfile/patch Minimal response nsd.conf option and bug fixes. 4.1.16 ================ FEATURES: - - zone parser can parse acronyms for algorithms ED25519 and ED448. - - Fix 1243: Option to make NSD emit really minimal responses, minimal-responses: yes in nsd.conf. BUG FIXES: - - Calculate new udb index after growing the array, fix from Chaofeng Liu. - - Fix missing _t to _type conversion for disable-radix-tree option. - - Printout serial error with hint it may be too big. - - Fix 1228: OpenSSL include is not guarded with HAVE_SSL - - Patch for expire state in multi-master when masters includes broken master, from Manabu Sonoda. - - minor manpage fix.
Testbuilds are fine, committed, thanks!
A commit references this bug: Author: pi Date: Sat Apr 29 20:39:24 UTC 2017 New revision: 439774 URL: https://svnweb.freebsd.org/changeset/ports/439774 Log: dns/nsd: update 4.1.15 -> 4.1.16 features: - zone parser can parse acronyms for algorithms ED25519 and ED448. - Fix 1243: Option to make NSD emit really minimal responses, minimal-responses: yes in nsd.conf. bug fixes: - Calculate new udb index after growing the array, fix from Chaofeng Liu. - Fix missing _t to _type conversion for disable-radix-tree option. - Printout serial error with hint it may be too big. - Fix 1228: OpenSSL include is not guarded with HAVE_SSL - Patch for expire state in multi-master when masters includes broken master, from Manabu Sonoda. - minor manpage fix. PR: 218873 Submitted by: jaap@NLnetLabs.nl (maintainer) Changes: head/dns/nsd/Makefile head/dns/nsd/distinfo head/dns/nsd/files/patch-query.c