From e8b46fe4f1c4e37f573cdcf55d760b6a381bcd63 Mon Sep 17 00:00:00 2001 From: Jochen Neumeister Date: Sat, 24 Mar 2018 18:26:34 +0000 Subject: www/apache24: Update to 2.4.33 - Add new uwsgi and md modules - Fix LibreSSL 2.7.x builds - Remove conflicts for non-existent ports - There are no slave-ports - Coalesce .if WITH_DEBUG blocks - Use OPTIONS where possible - Remove dead code - Actually enable/disable modules in ALL_MODULES loop - Add suexec warning - Move Makefile.options to Makefile (too small) PR: 226647 With hat: apache Approved by: brnrd (apache) MFH: MFH2018Q1 Security: f38187e7-2f6e-11e8-8f07-b499baebfeaf --- www/apache24/files/patch-modules_ssl_ssl__private.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/apache24/files/patch-modules_ssl_ssl__private.h (limited to 'www/apache24/files/patch-modules_ssl_ssl__private.h') diff --git a/www/apache24/files/patch-modules_ssl_ssl__private.h b/www/apache24/files/patch-modules_ssl_ssl__private.h new file mode 100644 index 000000000000..4b46f8c4fe87 --- /dev/null +++ b/www/apache24/files/patch-modules_ssl_ssl__private.h @@ -0,0 +1,11 @@ +--- modules/ssl/ssl_private.h.orig 2018-03-23 14:22:26 UTC ++++ modules/ssl/ssl_private.h +@@ -123,7 +123,7 @@ + #define MODSSL_SSL_METHOD_CONST + #endif + +-#if defined(LIBRESSL_VERSION_NUMBER) ++#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L + /* Missing from LibreSSL */ + #if LIBRESSL_VERSION_NUMBER < 0x2060000f + #define SSL_CTRL_SET_MIN_PROTO_VERSION 123 -- cgit v1.2.3