Bug 275895 - dns/powerdns: update to 4.8.4
Summary: dns/powerdns: update to 4.8.4
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: Muhammad Moinur Rahman
URL: https://blog.powerdns.com/2023/12/21/...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-22 22:26 UTC by Ralf van der Enden
Modified: 2023-12-23 19:06 UTC (History)
1 user (show)

See Also:


Attachments
Update PowerDNS Authoritative Nameserver to 4.8.4 (1.12 KB, patch)
2023-12-22 22:26 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 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