From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] apache: Update to 2.4.49 Date: Sat, 18 Sep 2021 15:47:43 +0200 Message-ID: <20210918134743.8100-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7301751302101434324==" List-Id: --===============7301751302101434324== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: https://dlcdn.apache.org//httpd/CHANGES_2.4.49 Signed-off-by: Matthias Fischer --- lfs/apache2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/apache2 b/lfs/apache2 index ff9de7eb7..e63489e8f 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -25,7 +25,7 @@ include Config -VER = 2.4.48 +VER = 2.4.49 THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a7088cec171b0d00bf43394ce64d3909 +$(DL_FILE)_MD5 = f294efbeabcf6027fccc7983a6daa55f install : $(TARGET) -- 2.18.0 --===============7301751302101434324==--