From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/7] libhtp: Update to version 0.5.45 Date: Tue, 06 Feb 2024 22:27:34 +0100 Message-ID: <20240206212739.3270712-2-adolf.belka@ipfire.org> In-Reply-To: <20240206212739.3270712-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0707806823806042803==" List-Id: --===============0707806823806042803== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.5.44 to 0.5.45 - Update of rootfile not required - suricata-7.0.2 requires libhtp >=3D 0.5.45 - Changelog 0.5.45 - log: resist allocation failure - support HTTP Bearer authentication Fixes: Bug#13516 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- lfs/libhtp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index 987c159e5..f9fce0b0c 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.5.44 +VER =3D 0.5.45 =20 THISAPP =3D libhtp-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 6b4c8d617e6a649997e9375677baed99315be83e598317ce495188= 3482e6099cb5fd28e27ae25ab68ecc765931b0955289d144a710ce2e1b11edf92848b1b613 +$(DL_FILE)_BLAKE2 =3D faa5a05844a959b00b1f53c26d8c9167d91998c2b4d71b9ce85f18= 22f431d40d46513a596d804dee3290bdfad5a27d93755bb6e39fb5c36fc90472637cc3caad =20 install : $(TARGET) =20 --=20 2.43.0 --===============0707806823806042803==--