Created attachment 218449 [details] dns/dnsdist: Update to 1.5.1 Hi, please find the patch attached. Changelog: * Released: 1st of October 2020 * Improvements: - Add the "clearConsoleHistory" command * Bug Fixes: - Stop the related responder thread when a backend is removed - Fix getEDNSOptions() for {AN,NS}COUNT != 0 and ARCOUNT = 0 - Fix building with LLVM11 (@RvdE) - Only add EDNS on negative answers if the query had EDNS
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/196946138
Created attachment 218462 [details] Update to dnsdist 1.5.1 and make rc.d script start earlier (replaces other patch) @Juraj: thanks for the patch, but I wanted to add a change to the rc.d script as well. See below. This is basically the same patch as OP added, but with one addition. I noticed after a reboot of my box nginx would hang itself up (and with it the rest of the startup procedure). Moving dnsdist to (approx.) the same place as unbound_local fixed that for me.
A commit references this bug: Author: mikael Date: Sat Oct 3 08:36:04 UTC 2020 New revision: 551267 URL: https://svnweb.freebsd.org/changeset/ports/551267 Log: dns/dnsdist: Update to 1.5.1 Update to dnsdist 1.5.1 and make rc.d script start earlier PR: 250026 Submitted by: Juraj Lutter, Ralf van der Enden (maintainer) Changes: head/dns/dnsdist/Makefile head/dns/dnsdist/distinfo head/dns/dnsdist/files/dnsdist.in head/dns/dnsdist/files/patch-dnsdist-console.cc
Thanks!