diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-03-24 18:26:34 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-03-24 18:26:34 +0000 |
commit | e8b46fe4f1c4e37f573cdcf55d760b6a381bcd63 (patch) | |
tree | 44a00f205a43253f2f59e8b9dafa2dabab0b7016 /www/apache24/files/patch-modules_ssl_ssl__private.h | |
parent | audio/yoshimi: Update to 1.5.7 (diff) |
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
Diffstat (limited to 'www/apache24/files/patch-modules_ssl_ssl__private.h')
-rw-r--r-- | www/apache24/files/patch-modules_ssl_ssl__private.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |