From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH v2] Update to Apache 2.4.29 Date: Sat, 28 Oct 2017 12:52:03 +0200 Message-ID: <20171028105203.21950-1-wolfgang.apolinarski@ipfire.org> In-Reply-To: <20171026182144.24085-1-wolfgang.apolinarski@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8360329812138233864==" List-Id: --===============8360329812138233864== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: Wolfgang Apolinarski --- config/rootfiles/common/apache2 | 2 ++ lfs/apache2 | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2 index 040b48214..64faa7926 100644 --- a/config/rootfiles/common/apache2 +++ b/config/rootfiles/common/apache2 @@ -1115,6 +1115,8 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/mpmt_os2.html #srv/web/ipfire/manual/mod/mpmt_os2.html.en #srv/web/ipfire/manual/mod/mpmt_os2.html.fr +#srv/web/ipfire/manual/mod/overrides.html +#srv/web/ipfire/manual/mod/overrides.html.en #srv/web/ipfire/manual/mod/prefork.html #srv/web/ipfire/manual/mod/prefork.html.de #srv/web/ipfire/manual/mod/prefork.html.en diff --git a/lfs/apache2 b/lfs/apache2 index 4276a8880..28855fdc5 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -25,7 +25,7 @@ include Config -VER = 2.4.28 +VER = 2.4.29 THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 49007ffe8e37a0834255b279810edf24 +$(DL_FILE)_MD5 = 0c599404ef6b69eee95bcd9fcd094407 install : $(TARGET) -- 2.13.0 --===============8360329812138233864==--