Bug 254865

Summary: dns/powerdns-recursor: update to 4.4.3
Product: Ports & Packages Reporter: Ralf van der Enden <tremere>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: kbowling
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://doc.powerdns.com/recursor/changelog/4.4.html#change-4.4.3
Attachments:
Description Flags
Update to PowerDNS Recursor 4.4.3 tremere: maintainer-approval+

Description Ralf van der Enden 2021-04-07 21:41:20 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-08 03:22:06 UTC
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(-)
Comment 2 Kevin Bowling freebsd_committer freebsd_triage 2021-04-08 03:24:05 UTC
Closing after commit, thanks!