Bug 281915 - dns/powerdns: Update 4.9.1 → 4.9.2
Summary: dns/powerdns: Update 4.9.1 → 4.9.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-07 07:28 UTC by Jordan Ostreff
Modified: 2024-10-11 14:13 UTC (History)
2 users (show)

See Also:
tremere: maintainer-feedback+


Attachments
Update PowerDNS Authoritative Server to 4.9.2 (1.37 KB, patch)
2024-10-08 08:38 UTC, Ralf van der Enden
tremere: maintainer-approval+
Details | Diff
Update PowerDNS Authoritative Server to 4.9.2 and fix Makefile as suggested (4.10 KB, patch)
2024-10-11 09:20 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.
Comment 1 Ralf van der Enden 2024-10-08 08:38:23 UTC
Created attachment 254087 [details]
Update PowerDNS Authoritative Server to 4.9.2
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-09 19:23:46 UTC
Remove GNU_CONFIGURE_MANPREFIX.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-09 19:49:52 UTC
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/pdns/libgmysqlbackend.so is linked to /usr/local/lib/libunwind.so.8 from devel/libunwind but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libunwind.so:devel/libunwind
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-09 21:12:32 UTC
Options group GEOIPOPT doesn't exist - remove it.
Group REMOTEOPT have only one option ZEROMQ - can keep group or remove it and move option from group.
Add EXTLUA_DESC.
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-09 21:47:00 UTC
Fixes for *LIB_DEPENDS:
LIB_DEPENDS=    libboost_program_options.so:devel/boost-libs \
                libcurl.so:ftp/curl

LMDB_LIB_DEPENDS=       liblmdb.so:databases/lmdb \
                        libboost_serialization.so:devel/boost-libs

MYSQL_LIB_DEPENDS=      libunwind.so:devel/libunwind
Comment 6 Ralf van der Enden 2024-10-11 09:20:50 UTC
Created attachment 254154 [details]
Update PowerDNS Authoritative Server to 4.9.2 and fix Makefile as suggested
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-10-11 14:06:20 UTC
A commit in branch main references this bug:

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

commit 37c4bbadb45e3f12ab416e8e536bb5d3f13d9128
Author:     Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2024-10-11 14:01:53 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-10-11 14:01:53 +0000

    dns/powerdns: Update 4.9.1 → 4.9.2

    Changelog:
    https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.2

    Fix dependencies, clean/fix options, fix whitespace, remove
    GNU_CONFIGURE_MANPREFIX.

    PR:     281915

 dns/powerdns/Makefile | 39 ++++++++++++++++++---------------------
 dns/powerdns/distinfo |  8 +++-----
 2 files changed, 21 insertions(+), 26 deletions(-)
Comment 8 Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-11 14:13:06 UTC
Thanks.