From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] apache: Update to 2.4.55 Date: Mon, 23 Jan 2023 15:17:57 +0000 Message-ID: In-Reply-To: <20230120204638.3968732-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3963041376375178961==" List-Id: --===============3963041376375178961== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Matthias, as always, thank you for the patch and taking care of this. Reviewed-by: Peter M=C3=BCller Thanks, and best regards, Peter M=C3=BCller > Again: huge changelog, for details see: > https://dlcdn.apache.org/httpd/CHANGES_2.4.55 >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/apache2 | 1 + > lfs/apache2 | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apac= he2 > 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 be2ba2d33368f9dd619e36e63dd3635fbcf55773a539ac284025= 1bda04311f3eb535c08a37ab58d8b184c71e75b90b92e2bdc4e59c722cfb146de516f6e1ed04 > +$(DL_FILE)_BLAKE2 =3D 98e9ec41aa3ccbbe533672ba6de8421e1f0cb5a4b4a06d0cf26c= 676945bcd5ebe66a1fd21d941ad8ff2c9183565ce542a5643730bbee5972934008652924945b > =20 > install : $(TARGET) > =20 --===============3963041376375178961==--