Bug 272231 - dns/powerdns: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)
Summary: dns/powerdns: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-26 20:06 UTC by Ralf van der Enden
Modified: 2023-06-29 11:42 UTC (History)
1 user (show)

See Also:


Attachments
Fix build on 14.0-CURRENT (+ OpenSSL 3.0.9) (1.75 KB, patch)
2023-06-26 20:06 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-06-26 20:06:45 UTC
Created attachment 243017 [details]
Fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)

This fixes the way OpenSSL is detected (it now uses a non-deprecated function), which is not available anymore on 14.0-CURRENT. Doesn't change anything for previous versions of FreeBSD.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-29 11:42:41 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-06-29 11:42:47 UTC
A commit in branch main references this bug:

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

commit f8b64e6dbb7b56c298a9e38ecc84aa7b1761fe1b
Author:     Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2023-06-28 10:06:14 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-06-29 11:42:24 +0000

    dns/powerdns: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)

    This fixes the way OpenSSL is detected (it now uses a non-deprecated function),
    which is not available anymore on 14.0-CURRENT. Doesn't change anything for
    previous versions of FreeBSD.

    PR:             272231
    Reported by:    tremere@cainites.net (maintainer)

 dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 | 11 ++++++++++-
 dns/powerdns/files/patch-pdns_auth-main.cc            |  4 ++--
 2 files changed, 12 insertions(+), 3 deletions(-)