Bug 272232 - dns/powerdns-recursor: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9)
Summary: dns/powerdns-recursor: 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:07 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.18 KB, patch)
2023-06-26 20:07 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: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(-)