From patchwork Thu Aug 15 19:03:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2366 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 5421B81902 for ; Thu, 15 Aug 2019 20:03:13 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 468bSc4bWPz5DXK5; Thu, 15 Aug 2019 20:03:12 +0100 (BST) Received: from Devel.localdomain (p4FF56DD1.dip0.t-ipconnect.de [79.245.109.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 468bSY5nHgz5DXK0 for ; Thu, 15 Aug 2019 20:03:09 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] apache: Update to 2.4.41 Date: Thu, 15 Aug 2019 21:03:05 +0200 Message-Id: <20190815190305.2177-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" For details see: http://mirror.dkd.de/apache//httpd/CHANGES_2.4.41 Signed-off-by: Matthias Fischer --- 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 4866fb6bd..7a37e7e74 100644 --- a/config/rootfiles/common/apache2 +++ b/config/rootfiles/common/apache2 @@ -1044,6 +1044,8 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/mod_socache_memcache.html #srv/web/ipfire/manual/mod/mod_socache_memcache.html.en #srv/web/ipfire/manual/mod/mod_socache_memcache.html.fr.utf8 +#srv/web/ipfire/manual/mod/mod_socache_redis.html +#srv/web/ipfire/manual/mod/mod_socache_redis.html.en #srv/web/ipfire/manual/mod/mod_socache_shmcb.html #srv/web/ipfire/manual/mod/mod_socache_shmcb.html.en #srv/web/ipfire/manual/mod/mod_socache_shmcb.html.fr.utf8 @@ -1128,6 +1130,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/mpmt_os2.html.fr.utf8 #srv/web/ipfire/manual/mod/overrides.html #srv/web/ipfire/manual/mod/overrides.html.en +#srv/web/ipfire/manual/mod/overrides.html.fr.utf8 #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 87f639efe..b00ac9e64 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -25,7 +25,7 @@ include Config -VER = 2.4.39 +VER = 2.4.41 THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 930e217ba2d71e708a3f1521ecae7ec0 +$(DL_FILE)_MD5 = dfc674f8f454e3bc2d4ccd73ad3b5f1e install : $(TARGET)