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.55 Date: Fri, 20 Jan 2023 21:46:38 +0100 Message-ID: <20230120204638.3968732-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5007448156896974606==" List-Id: --===============5007448156896974606== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Again: huge changelog, for details see: https://dlcdn.apache.org/httpd/CHANGES_2.4.55 Signed-off-by: Matthias Fischer --- config/rootfiles/common/apache2 | 1 + lfs/apache2 | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2 index b6e83ab9d..7f02347a2 100644 --- a/config/rootfiles/common/apache2 +++ b/config/rootfiles/common/apache2 @@ -1527,6 +1527,7 @@ usr/bin/htpasswd #usr/include/apache/mod_core.h #usr/include/apache/mod_dav.h #usr/include/apache/mod_dbd.h +#usr/include/apache/mod_http2.h #usr/include/apache/mod_include.h #usr/include/apache/mod_log_config.h #usr/include/apache/mod_proxy.h diff --git a/lfs/apache2 b/lfs/apache2 index 336151686..7e1ef7911 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2023 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -25,7 +25,7 @@ =20 include Config =20 -VER =3D 2.4.54 +VER =3D 2.4.55 =20 THISAPP =3D httpd-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D be2ba2d33368f9dd619e36e63dd3635fbcf55773a539ac2840251b= da04311f3eb535c08a37ab58d8b184c71e75b90b92e2bdc4e59c722cfb146de516f6e1ed04 +$(DL_FILE)_BLAKE2 =3D 98e9ec41aa3ccbbe533672ba6de8421e1f0cb5a4b4a06d0cf26c67= 6945bcd5ebe66a1fd21d941ad8ff2c9183565ce542a5643730bbee5972934008652924945b =20 install : $(TARGET) =20 --=20 2.34.1 --===============5007448156896974606==--