From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] suricata: Update to 5.0.6 Date: Wed, 03 Mar 2021 13:56:56 +0100 Message-ID: <20210303125656.2290-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5778168579406716241==" List-Id: --===============5778168579406716241== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://forum.suricata.io/t/suricata-6-0-2-and-5-0-6-released/1170 and https://redmine.openinfosecfoundation.org/versions/164 Signed-off-by: Matthias Fischer --- config/rootfiles/common/suricata | 8 +++++--- lfs/suricata | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/suricata b/config/rootfiles/common/suric= ata index f891fa449..5a1b22204 100644 --- a/config/rootfiles/common/suricata +++ b/config/rootfiles/common/suricata @@ -1,9 +1,8 @@ -etc/suricata +#etc/suricata etc/suricata/suricata.yaml #root/.cargo #root/.cargo/.package-cache usr/bin/suricata -#usr/include/suricata-plugin.h #usr/share/doc/suricata #usr/share/doc/suricata/AUTHORS #usr/share/doc/suricata/Basic_Setup.txt @@ -17,7 +16,10 @@ usr/bin/suricata #usr/share/doc/suricata/TODO #usr/share/doc/suricata/Third_Party_Installation_Guides.txt #usr/share/man/man1/suricata.1 -var/lib/suricata +#usr/share/man/man1/suricatactl-filestore.1 +#usr/share/man/man1/suricatactl.1 +#usr/share/man/man1/suricatasc.1 +#var/lib/suricata var/lib/suricata/classification.config var/lib/suricata/reference.config var/lib/suricata/threshold.config diff --git a/lfs/suricata b/lfs/suricata index c5dc46af4..522cdc440 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2021 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 5.0.5 +VER =3D 5.0.6 =20 THISAPP =3D suricata-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D fe039cc4571eb56828874ddc0b71dc51 +$(DL_FILE)_MD5 =3D 82d80b4b3179315bf6f5695c6437ee1f =20 install : $(TARGET) =20 --=20 2.18.0 --===============5778168579406716241==--