diff options
author | Sam James <sam@gentoo.org> | 2021-05-01 17:38:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-01 18:06:27 +0000 |
commit | 2cce81cc33feb86c57342c36c94736c0fa5039ff (patch) | |
tree | a4416174c40e6025b4a6e18e23b0cb78bf3839e1 /www-servers/apache/files | |
parent | net-misc/rdesktop: cleanup obsolete LibreSSL patches (diff) | |
download | gentoo-2cce81cc33feb86c57342c36c94736c0fa5039ff.tar.gz gentoo-2cce81cc33feb86c57342c36c94736c0fa5039ff.tar.bz2 gentoo-2cce81cc33feb86c57342c36c94736c0fa5039ff.zip |
www-servers/apache: drop obsolete LibreSSL patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/apache/files')
-rw-r--r-- | www-servers/apache/files/apache-2.4.41-libressl.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www-servers/apache/files/apache-2.4.41-libressl.patch b/www-servers/apache/files/apache-2.4.41-libressl.patch deleted file mode 100644 index 86a1a7d02361..000000000000 --- a/www-servers/apache/files/apache-2.4.41-libressl.patch +++ /dev/null @@ -1,27 +0,0 @@ -From d446b977f28ec79fffc2d2b45c671e037b709f19 Mon Sep 17 00:00:00 2001 -From: Stefan Strogin <steils@gentoo.org> -Date: Wed, 28 Aug 2019 02:15:42 +0300 -Subject: [PATCH] mod_ssl: fix compilation with LibreSSL - -Upstream-Status: Submitted [https://github.com/apache/httpd/pull/64] -Signed-off-by: Stefan Strogin <steils@gentoo.org> ---- - modules/ssl/ssl_engine_init.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c -index f54c922fc7..646c903fea 100644 ---- a/modules/ssl/ssl_engine_init.c -+++ b/modules/ssl/ssl_engine_init.c -@@ -1512,7 +1512,7 @@ static apr_status_t ssl_init_proxy_certs(server_rec *s, - X509_STORE_CTX *sctx; - X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx); - --#if OPENSSL_VERSION_NUMBER >= 0x1010100fL -+#if OPENSSL_VERSION_NUMBER >= 0x1010100fL && !defined(LIBRESSL_VERSION_NUMBER) - /* For OpenSSL >=1.1.1, turn on client cert support which is - * otherwise turned off by default (by design). - * https://github.com/openssl/openssl/issues/6933 */ --- -2.23.0 - |