Bug 272232

Summary: dns/powerdns-recursor: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)
Product: Ports & Packages Reporter: Ralf van der Enden <tremere>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix build on 14.0-CURRENT (+ OpenSSL 3.0.9) tremere: maintainer-approval+

Description Ralf van der Enden 2023-06-26 20:07:41 UTC
Created attachment 243018 [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:01 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=6b6f60bbc3b9870016650d3feab9a39e8c02d1c0

commit 6b6f60bbc3b9870016650d3feab9a39e8c02d1c0
Author:     Ralf van der Enden <tremere@cainites.net>
AuthorDate: 2023-06-28 10:04:57 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-06-29 11:41:44 +0000

    dns/powerdns-recursor: 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:             272232
    Reported by:    tremere@cainites.net (maintainer)

 .../files/patch-m4_pdns__check__libcrypto.m4                  | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)