Created attachment 164193 [details] Patch to update This version fixes TCP on Linux when reuseport is in use. The reuseport option is off by default now (gave too many issues), but on Linux if you enable it, UDP performance should increase a lot. Furthermore, bugfixes for OpenSSL library compatibility and error responses fixed for future compatibility. 4.1.7 ================ FEATURES: - support configure --with-dbfile="" for nodb mode by default, where there is no binary database, but nsd reads and writes zonefiles. - reuseport: no is the default, because the feature is not troublefree. - configure --enable-ratelimit-default-is-off with --enable-ratelimit to set the default ratelimit to disabled but available in nsd.conf. - version: "string" option to set chaos version query reply string. BUG FIXES: - Fix zones updates from nsd parent event loop when there are a lot of interfaces. - portability fixes. - patch from Doug Hogan for SSL_OP_NO_SSLvx options, for the new defaults in the ssl libraries. - - updated contrib/nsd.spec, from Bálint Szigeti, with new configure options. - Allocate less memory for TSIG digest. - Fix #721: Fix wrong error code (FORMERR) returned for unknown opcode. NOTIMP expected. - Fix zonec ttl mismatch printout to include more information. - Fix TCP responses when REUSEPORT is in use by turning it off. - Document default in manpage for rrl-slip, ip4 and 6 prefixlength. - Explain rrl-slip better in documentation. - Document that ratelimit qps and slip are updated in reconfig. - Fix up defaults in manpage.
Hi, While we are updating the port can you please convert it fully to the new options, also it should get post-install-DOCS-on etc. Thanks in advance.
(In reply to Martin Wilke from comment #1) I don;t get it, what is wrong with the options etc? It was fine a month ago. Can you give a hint?
Hi Jaap, I've updated both ports please have a look at: https://reviews.freebsd.org/D4578 and https://reviews.freebsd.org/D4579 Thanks Martin
(In reply to Martin Wilke from comment #3) Great. I looked in the handbook about post-instal-DOC etc and couldn't find it. Thanks for showing the way.
Hi, Yes I figured that also today. I will try to talk to the right peoples to get it documented soon as possible. I consider your feedback as maintainer approval and will commit it right away. - Martin
A commit references this bug: Author: miwi Date: Wed Dec 16 05:09:16 UTC 2015 New revision: 403836 URL: https://svnweb.freebsd.org/changeset/ports/403836 Log: - Update to 4.1.7 - Switch to options helper PR: 205292 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4579 Changes: head/dns/nsd/Makefile head/dns/nsd/distinfo