View | Details | Raw Unified | Return to bug 232687
Collapse All | Expand All

(-)www/apache24/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	apache24
3
PORTNAME=	apache24
4
PORTVERSION=	2.4.35
4
PORTVERSION=	2.4.37
5
CATEGORIES=	www ipv6
5
CATEGORIES=	www ipv6
6
MASTER_SITES=	APACHE_HTTPD
6
MASTER_SITES=	APACHE_HTTPD
7
DISTNAME=	httpd-${PORTVERSION}
7
DISTNAME=	httpd-${PORTVERSION}
(-)www/apache24/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1537900540
1
TIMESTAMP = 1540539209
2
SHA256 (apache24/httpd-2.4.35.tar.bz2) = 2607c6fdd4d12ac3f583127629291e9432b247b782396a563bec5678aae69b56
2
SHA256 (apache24/httpd-2.4.37.tar.bz2) = 3498dc5c6772fac2eb7307dc7963122ffe243b5e806e0be4fb51974ff759d726
3
SIZE (apache24/httpd-2.4.35.tar.bz2) = 7044336
3
SIZE (apache24/httpd-2.4.37.tar.bz2) = 7031632
(-)www/apache24/files/patch-modules_ssl_mod__ssl.c (-11 lines)
Removed Link Here
1
--- modules/ssl/mod_ssl.c.orig	2018-02-13 23:43:36 UTC
2
+++ modules/ssl/mod_ssl.c
3
@@ -398,7 +398,7 @@ static int ssl_hook_pre_config(apr_pool_
4
     /* We must register the library in full, to ensure our configuration
5
      * code can successfully test the SSL environment.
6
      */
7
-#if MODSSL_USE_OPENSSL_PRE_1_1_API
8
+#if MODSSL_USE_OPENSSL_PRE_1_1_API || defined(LIBRESSL_VERSION_NUMBER)
9
     (void)CRYPTO_malloc_init();
10
 #else
11
     OPENSSL_malloc_init();

Return to bug 232687