From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 2/2] libhtp: Update to 0.5.41 Date: Thu, 29 Sep 2022 22:21:57 +0200 Message-ID: <20220929202157.3683814-2-matthias.fischer@ipfire.org> In-Reply-To: <20220929202157.3683814-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2485591955699995218==" List-Id: --===============2485591955699995218== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Needed for 'suricata 6.0.8' For details see: https://github.com/OISF/libhtp/releases/tag/0.5.41 "trim white space of invalid folding for first header clear buffered data for body data minor optimization for decompression code" Signed-off-by: Matthias Fischer --- lfs/libhtp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index ffc82f8cd..e3be4a73a 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.5.40 +VER =3D 0.5.41 =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 37239d8d0afb6841c54bab1669a17ec7336b10998f8835ef91cf95= 56dd7449991ce6fb04a408d16b431ba6327b32f6f509a79a4c79ffc6e88e555fcf2e9f2cce +$(DL_FILE)_BLAKE2 =3D e6e790f76b8d08b89ffc483a218dd1b3a6f910ff1fe8e44d48bfaa= e2189d9df567c0199e9f20fde05dc4059f75a1e3c34f4f76f2c8818dc7ca4111538095e16d =20 install : $(TARGET) =20 --=20 2.34.1 --===============2485591955699995218==--