[Midnightbsd-cvs] mports [20937] trunk/www/apache24: Apache 2.4.18
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Feb 1 19:12:37 EST 2016
Revision: 20937
http://svnweb.midnightbsd.org/mports/?rev=20937
Author: laffer1
Date: 2016-02-01 19:12:36 -0500 (Mon, 01 Feb 2016)
Log Message:
-----------
Apache 2.4.18
Modified Paths:
--------------
trunk/www/apache24/Makefile
trunk/www/apache24/distinfo
trunk/www/apache24/files/patch-configure.in
trunk/www/apache24/files/patch-docs__conf__extra__httpd-ssl.conf.in
trunk/www/apache24/files/patch-docs__conf__httpd.conf.in
Modified: trunk/www/apache24/Makefile
===================================================================
--- trunk/www/apache24/Makefile 2016-02-01 22:51:03 UTC (rev 20936)
+++ trunk/www/apache24/Makefile 2016-02-02 00:12:36 UTC (rev 20937)
@@ -1,8 +1,8 @@
# $MidnightBSD$
PORTNAME= apache24
-PORTVERSION= 2.4.17
-PORTREVISION= 2
+PORTVERSION= 2.4.18
+PORTREVISION= 0
CATEGORIES= www ipv6
MASTER_SITES= APACHE_HTTPD
DISTNAME= httpd-${PORTVERSION}
Modified: trunk/www/apache24/distinfo
===================================================================
--- trunk/www/apache24/distinfo 2016-02-01 22:51:03 UTC (rev 20936)
+++ trunk/www/apache24/distinfo 2016-02-02 00:12:36 UTC (rev 20937)
@@ -1,2 +1,2 @@
-SHA256 (apache24/httpd-2.4.17.tar.bz2) = 331e035dec81d3db95b048f036f4d7b1a97ec8daa5b377bde42d4ccf1f2eb798
-SIZE (apache24/httpd-2.4.17.tar.bz2) = 5157721
+SHA256 (apache24/httpd-2.4.18.tar.bz2) = 0644b050de41f5c9f67c825285049b144690421acb709b06fe53eddfa8a9fd4c
+SIZE (apache24/httpd-2.4.18.tar.bz2) = 5181291
Modified: trunk/www/apache24/files/patch-configure.in
===================================================================
--- trunk/www/apache24/files/patch-configure.in 2016-02-01 22:51:03 UTC (rev 20936)
+++ trunk/www/apache24/files/patch-configure.in 2016-02-02 00:12:36 UTC (rev 20937)
@@ -1,4 +1,4 @@
---- configure.in.orig 2015-01-22 17:33:07 UTC
+--- configure.in.orig 2015-09-05 17:02:03 UTC
+++ configure.in
@@ -111,7 +111,7 @@ fi
Modified: trunk/www/apache24/files/patch-docs__conf__extra__httpd-ssl.conf.in
===================================================================
--- trunk/www/apache24/files/patch-docs__conf__extra__httpd-ssl.conf.in 2016-02-01 22:51:03 UTC (rev 20936)
+++ trunk/www/apache24/files/patch-docs__conf__extra__httpd-ssl.conf.in 2016-02-02 00:12:36 UTC (rev 20937)
@@ -1,6 +1,6 @@
---- docs/conf/extra/httpd-ssl.conf.in.orig 2015-05-27 13:59:59.000000000 -0500
-+++ docs/conf/extra/httpd-ssl.conf.in 2015-07-15 09:50:31.369623000 -0500
-@@ -124,8 +124,8 @@
+--- docs/conf/extra/httpd-ssl.conf.in.orig 2015-05-27 18:59:59 UTC
++++ docs/conf/extra/httpd-ssl.conf.in
+@@ -124,8 +124,8 @@ SSLSessionCacheTimeout 300
DocumentRoot "@exp_htdocsdir@"
ServerName www.example.com:@@SSLPort@@
ServerAdmin you at example.com
@@ -11,7 +11,7 @@
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
-@@ -284,7 +284,7 @@
+@@ -284,7 +284,7 @@ BrowserMatch "MSIE [2-5]" \
# Per-Server Logging:
# The home of a custom SSL log file. Use this when you want a
# compact non-error SSL logfile on a virtual host basis.
Modified: trunk/www/apache24/files/patch-docs__conf__httpd.conf.in
===================================================================
--- trunk/www/apache24/files/patch-docs__conf__httpd.conf.in 2016-02-01 22:51:03 UTC (rev 20936)
+++ trunk/www/apache24/files/patch-docs__conf__httpd.conf.in 2016-02-02 00:12:36 UTC (rev 20937)
@@ -1,4 +1,4 @@
---- docs/conf/httpd.conf.in.orig 2012-11-08 03:05:38 UTC
+--- docs/conf/httpd.conf.in.orig 2015-11-03 11:58:58 UTC
+++ docs/conf/httpd.conf.in
@@ -65,6 +65,9 @@ Listen @@Port@@
#
@@ -46,9 +46,9 @@
</IfModule>
<IfModule alias_module>
-@@ -418,3 +421,5 @@ SSLRandomSeed connect builtin
- #RequestHeader unset DNT env=bad_DNT
- #</IfModule>
+@@ -407,3 +410,5 @@ SSLRandomSeed startup builtin
+ SSLRandomSeed connect builtin
+ </IfModule>
+Include @rel_sysconfdir@/Includes/*.conf
+
More information about the Midnightbsd-cvs
mailing list