From patchwork Fri Oct 27 05:21:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 1486 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 2FB1E60D6C for ; Thu, 26 Oct 2017 20:21:59 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 560774D48; Thu, 26 Oct 2017 20:21:57 +0200 (CEST) Received: from gentoo-modula.duisburg.apolinarski.de (x4db67e2c.dyn.telefonica.de [77.182.126.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id F083C11BB; Thu, 26 Oct 2017 20:21:55 +0200 (CEST) From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH] Update to Apache 2.4.29 Date: Thu, 26 Oct 2017 20:21:44 +0200 Message-Id: <20171026182144.24085-1-wolfgang.apolinarski@ipfire.org> X-Mailer: git-send-email 2.13.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" --- config/rootfiles/common/apache2 | 3 +++ lfs/apache2 | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2 index 040b48214..fe116a320 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 @@ -1595,6 +1597,7 @@ usr/lib/apache/mod_log_config.so usr/lib/apache/mod_log_debug.so usr/lib/apache/mod_log_forensic.so usr/lib/apache/mod_logio.so +usr/lib/apache/mod_lua.so usr/lib/apache/mod_macro.so usr/lib/apache/mod_mime.so usr/lib/apache/mod_mime_magic.so 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)