Created attachment 223908 [details] Update to PowerDNS Recursor 4.4.3 Q&A: poudriere: builds ok (12.2-RELEASE; amd64) Makefile portclippy/portmft processed Reworked the rc.d script to make use of /usr/sbin/daemon for two reasons: 1) pdns_recursor will be restarted if it dies, 2) changing socket-dir in the config directly effects where the pidfile is stored (no way to change the location in the config or via cli arguments; it uses the socket-dir setting). So now daemon sets the pidfile.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5f6c6eee3ac2e99ec07cdb060bc6d19ed898bf1 commit e5f6c6eee3ac2e99ec07cdb060bc6d19ed898bf1 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-08 03:17:29 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-08 03:21:10 +0000 dns/powerdns-recursor: update to 4.4.3 Changelog https://doc.powerdns.com/recursor/changelog/4.4.html#change-4.4.3 PR: 254865 Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) dns/powerdns-recursor/Makefile | 6 +++--- dns/powerdns-recursor/distinfo | 6 +++--- dns/powerdns-recursor/files/pdns-recursor.in | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-)
Closing after commit, thanks!