diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 17:33:41 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 17:34:49 +0200 |
commit | ca15850a2b13f4fede0294d724e1d4a8edec8407 (patch) | |
tree | 9a8f4e945d66f7d11cdeb15349aded371e612770 /lang/python38/files/patch-libressl | |
parent | MOVED: x11/terminator is still active (diff) |
lang/python38: remove and unregister, it reached end-of-life in October 2024
This has to be done in one commit to avoid breaking INDEX
Diffstat (limited to 'lang/python38/files/patch-libressl')
-rw-r--r-- | lang/python38/files/patch-libressl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python38/files/patch-libressl b/lang/python38/files/patch-libressl deleted file mode 100644 index 40e6af2427a8..000000000000 --- a/lang/python38/files/patch-libressl +++ /dev/null @@ -1,13 +0,0 @@ -Fix build with LibreSSL 3.5.* - ---- Modules/_hashopenssl.c.orig 2022-03-16 12:22:54 UTC -+++ Modules/_hashopenssl.c -@@ -37,7 +37,7 @@ - # error "OPENSSL_THREADS is not defined, Python requires thread-safe OpenSSL" - #endif - --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL) - /* OpenSSL < 1.1.0 */ - #define EVP_MD_CTX_new EVP_MD_CTX_create - #define EVP_MD_CTX_free EVP_MD_CTX_destroy |