From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 1/2] suricata: Update to 5.0.0 Date: Fri, 18 Oct 2019 22:08:15 +0200 Message-ID: <20191018200816.3177-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7490050425816388861==" List-Id: --===============7490050425816388861== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://suricata-ids.org/2019/10/15/release-notes-for-5-0-0/ Bundled with 'libhtp 0.5.31' Signed-off-by: Matthias Fischer --- config/rootfiles/common/suricata | 3 +++ lfs/suricata | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/suricata b/config/rootfiles/common/suric= ata index 41b02525d..290a44164 100644 --- a/config/rootfiles/common/suricata +++ b/config/rootfiles/common/suricata @@ -3,6 +3,9 @@ etc/suricata/suricata.yaml #root/.cargo #root/.cargo/.package-cache usr/bin/suricata +#usr/include/htp/lzma +#usr/include/htp/lzma/7zTypes.h +#usr/include/htp/lzma/LzmaDec.h #usr/share/doc/suricata #usr/share/doc/suricata/AUTHORS #usr/share/doc/suricata/Basic_Setup.txt diff --git a/lfs/suricata b/lfs/suricata index f6e4a593c..c1a393e85 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.1.5 +VER =3D 5.0.0 =20 THISAPP =3D suricata-$(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 0dfd68f6f4314c5c2eed7128112eff3b +$(DL_FILE)_MD5 =3D 5e3ce10e48aabf77855819c490dd84ee =20 install : $(TARGET) =20 --=20 2.18.0 --===============7490050425816388861==--