Created attachment 183811 [details] Update powerdns to v4.0.4 dns/powerdns: update 4.0.3 -> 4.0.4 - Switch to USES=mysql while here Changes: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-404 Successfully built and tested on FBSD10.3 with and without MySQL-backend.
Created attachment 183825 [details] Update to 4.0.4 Add an OPTIONS knob to add support for optional algorithms 12 (ECC-GOST) and 15 (ED25519). Not enabled by default. Borrowed the MYSQL_USES from the submitted patch by dani (thanks).
Ah true, i oversaw the new OPTIONS, thanks for catching them! Else looks fine to me. Thanks Ralf.
Poudriere buildlogs: https://pkg.cainites.net/data/latest-per-pkg/powerdns/4.0.4/freebsd_10-3x64-system.log https://pkg.cainites.net/data/latest-per-pkg/powerdns/4.0.4/freebsd_11-0x64-system.log
A commit references this bug: Author: ultima Date: Sun Jul 2 17:31:58 UTC 2017 New revision: 444895 URL: https://svnweb.freebsd.org/changeset/ports/444895 Log: * Updated to 4.0.4 * New option OPTALGO: Enable optional algorithms (12 & 15), not enabled by default Changelog: https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-404 PR: 220288 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Reported by: Dani <i.dani@outlook.com> Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11431 Changes: head/dns/powerdns/Makefile head/dns/powerdns/distinfo
Committed, thanks