Bug 254865 - dns/powerdns-recursor: update to 4.4.3
Summary: dns/powerdns-recursor: update to 4.4.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://doc.powerdns.com/recursor/cha...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-07 21:41 UTC by Ralf van der Enden
Modified: 2021-04-08 03:24 UTC (History)
1 user (show)

See Also:


Attachments
Update to PowerDNS Recursor 4.4.3 (1.90 KB, patch)
2021-04-07 21:41 UTC, Ralf van der Enden
tremere: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!