Lots of fixes, mostly for mod_http2, but a few others.
http://www.apache.org/dist/httpd/CHANGES_2.4.23

Any test reports / OKs?


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/apache-httpd/Makefile,v
retrieving revision 1.79
diff -u -p -r1.79 Makefile
--- Makefile    22 Jun 2016 18:52:16 -0000      1.79
+++ Makefile    5 Jul 2016 13:35:59 -0000
@@ -3,7 +3,7 @@
 COMMENT-main=          apache HTTP server
 COMMENT-common=                /var/www files for Apache HTTPd
 
-V=                     2.4.20
+V=                     2.4.23
 DISTNAME=              httpd-${V}
 PKGNAME=               apache-httpd-${V}
 
@@ -11,9 +11,6 @@ PKGNAME-main=         ${PKGNAME}
 FULLPKGNAME-common=    apache-httpd-common-${V}
 FULLPKGPATH-common=    www/apache-httpd,-common
 
-REVISION-main=         2
-REVISION-common=       1
-
 CATEGORIES=            www net
 
 HOMEPAGE=              http://httpd.apache.org/
@@ -62,6 +59,7 @@ CONFIGURE_ARGS=               --enable-layout=OpenBSD
                        --enable-disk-cache \
                        --enable-http2 \
                        --enable-proxy=shared \
+                       --enable-proxy-fdpass \
                        --enable-mods-shared=all \
                        --enable-cgi \
                        --enable-suexec \
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/apache-httpd/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo    28 Apr 2016 08:40:42 -0000      1.22
+++ distinfo    5 Jul 2016 13:35:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (httpd-2.4.20.tar.gz) = 53SCpG5baXG6YYG3GjwO0dvz+oOBC/dnxjIPDGISYeQ=
-SIZE (httpd-2.4.20.tar.gz) = 8299011
+SHA256 (httpd-2.4.23.tar.gz) = txoT9WuAYca0CG/cyf/d3ZBESXNerewPDilH4z7skdc=
+SIZE (httpd-2.4.23.tar.gz) = 8406575
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/www/apache-httpd/pkg/PLIST-main,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST-main
--- pkg/PLIST-main      28 Apr 2016 18:22:17 -0000      1.14
+++ pkg/PLIST-main      5 Jul 2016 13:35:59 -0000
@@ -147,6 +147,7 @@ lib/apache2/mod_proxy_express.so
 lib/apache2/mod_proxy_fcgi.so
 lib/apache2/mod_proxy_fdpass.so
 lib/apache2/mod_proxy_ftp.so
+lib/apache2/mod_proxy_hcheck.so
 lib/apache2/mod_proxy_html.so
 lib/apache2/mod_proxy_http.so
 lib/apache2/mod_proxy_scgi.so
@@ -304,6 +305,7 @@ share/doc/apache2/expr.html.fr
 share/doc/apache2/faq/
 share/doc/apache2/faq/index.html
 share/doc/apache2/faq/index.html.en
+share/doc/apache2/faq/index.html.es
 share/doc/apache2/faq/index.html.fr
 share/doc/apache2/faq/index.html.tr.utf8
 share/doc/apache2/faq/index.html.zh-cn.utf8
@@ -354,6 +356,8 @@ share/doc/apache2/howto/htaccess.html.fr
 share/doc/apache2/howto/htaccess.html.ja.utf8
 share/doc/apache2/howto/htaccess.html.ko.euc-kr
 share/doc/apache2/howto/htaccess.html.pt-br
+share/doc/apache2/howto/http2.html
+share/doc/apache2/howto/http2.html.en
 share/doc/apache2/howto/index.html
 share/doc/apache2/howto/index.html.en
 share/doc/apache2/howto/index.html.fr
@@ -837,12 +841,16 @@ share/doc/apache2/mod/mod_proxy_fdpass.h
 share/doc/apache2/mod/mod_proxy_ftp.html
 share/doc/apache2/mod/mod_proxy_ftp.html.en
 share/doc/apache2/mod/mod_proxy_ftp.html.fr
+share/doc/apache2/mod/mod_proxy_hcheck.html
+share/doc/apache2/mod/mod_proxy_hcheck.html.en
 share/doc/apache2/mod/mod_proxy_html.html
 share/doc/apache2/mod/mod_proxy_html.html.en
 share/doc/apache2/mod/mod_proxy_html.html.fr
 share/doc/apache2/mod/mod_proxy_http.html
 share/doc/apache2/mod/mod_proxy_http.html.en
 share/doc/apache2/mod/mod_proxy_http.html.fr
+share/doc/apache2/mod/mod_proxy_http2.html
+share/doc/apache2/mod/mod_proxy_http2.html.en
 share/doc/apache2/mod/mod_proxy_scgi.html
 share/doc/apache2/mod/mod_proxy_scgi.html.en
 share/doc/apache2/mod/mod_proxy_scgi.html.fr

Reply via email to