Bug 275895

Summary: dns/powerdns: update to 4.8.4
Product: Ports & Packages Reporter: Ralf van der Enden <tremere>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Only Me CC: bofh
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://blog.powerdns.com/2023/12/21/authoritative-server-4-8-4
Attachments:
Description Flags
Update PowerDNS Authoritative Nameserver to 4.8.4 tremere: maintainer-approval+

Description Ralf van der Enden 2023-12-22 22:26:04 UTC
Created attachment 247208 [details]
Update PowerDNS Authoritative Nameserver to 4.8.4

Full changelog:
https://doc.powerdns.com/authoritative/changelog/4.8.html#change-4.8.4

Upgrade guide:
https://doc.powerdns.com/authoritative/upgrading.html#any-version-to-4-8-x (nothing new going from 4.8.3 to 4.8.4)

Q&A:
poudriere: builds ok (14.0-RELEASE; amd64)
Makefile portfmt/clippy processed
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-12-23 19:04:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e75c9dd1066843fd3b90e64c9eb758e57c0f9ac2

commit e75c9dd1066843fd3b90e64c9eb758e57c0f9ac2
Author:     Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2023-12-21 15:16:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-23 19:03:40 +0000

    dns/powerdns: Update version 4.8.3=>4.8.4

    Changelog: https://blog.powerdns.com/2023/12/21/authoritative-server-4-8-4

    PR:             275895
    Approved by:    submitter is maintainer

 dns/powerdns/Makefile | 2 +-
 dns/powerdns/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-12-23 19:06:12 UTC
Basic Workflow when submitting git-formatted patch from next time which makes our life easier:

1. Use `git config --add core.hooksPath .hooks` to use the pre-formatted git commit message
2. Create the bug with synopsis and description but without the patch
3. Prepare the commit-msg with PR: <BUGZILLA PR> and Approved-by: submitter is maintainer
4. Add Changelog: <URL> if available in the commit message
5. Attach patch later