[Bug 279390] lang/python311 install failure (connected with libressl?)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 24 Jun 2024 17:57:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279390

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit 3f76bb7c6fbff9496a1bfeea991635a6f71ef1ac
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-06-24 17:50:17 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-06-24 17:56:55 +0000

    lang/python311: refresh LibreSSL patches

    LibreSSL 3.9 introduced X509_STORE_get1_objects(3) so modify the
    preprocessor guard to account. Prior to LibreSSL < 3.9 becoming
    EOL, an additional conditional was needed to copy LibreSSL 3.9's
    X509_STORE_get1_objects(3) as the included implementation for
    OpenSSL < 3.3 clashed with LibreSSL.

    Event: ARRL/RAC Field Day 2024
    PR: 279390

 lang/python311/files/libressl/patch-Modules___hashopenssl.c |  4 ++--
 lang/python311/files/libressl/patch-Modules___ssl.c (new)   | 11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.