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.31 Date: Fri, 18 Oct 2019 22:08:16 +0200 Message-ID: <20191018200816.3177-2-matthias.fischer@ipfire.org> In-Reply-To: <20191018200816.3177-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0327326572575579659==" List-Id: --===============0327326572575579659== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://github.com/OISF/libhtp/releases Bundled with 'suricata 5.0.0' Signed-off-by: Matthias Fischer --- config/rootfiles/common/libhtp | 3 +++ lfs/libhtp | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libhtp b/config/rootfiles/common/libhtp index 9211ea713..a99aa940e 100644 --- a/config/rootfiles/common/libhtp +++ b/config/rootfiles/common/libhtp @@ -15,6 +15,9 @@ #usr/include/htp/htp_urlencoded.h #usr/include/htp/htp_utf8_decoder.h #usr/include/htp/htp_version.h +#usr/include/htp/lzma +#usr/include/htp/lzma/7zTypes.h +#usr/include/htp/lzma/LzmaDec.h #usr/lib/libhtp.la #usr/lib/libhtp.so usr/lib/libhtp.so.2 diff --git a/lfs/libhtp b/lfs/libhtp index bec93a935..3f65fc43d 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2015 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2019 Michael Tremer & Christian Schmidt = # # = # # 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.30 +VER =3D 0.5.31 =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)_MD5 =3D ec0d8c57f9c611719e07668bbad7e685 +$(DL_FILE)_MD5 =3D 5edc4d1eb387b091446ec9e01e987ee8 =20 install : $(TARGET) =20 --=20 2.18.0 --===============0327326572575579659==--