From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] suricata: Update to 4.1.4 Date: Mon, 02 Sep 2019 14:44:31 +0200 Message-ID: <20190902124431.8237-2-stefan.schantl@ipfire.org> In-Reply-To: <20190902124431.8237-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7861082287956385201==" List-Id: --===============7861082287956385201== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable * Enable JSON support. * Enable rust support. Signed-off-by: Stefan Schantl --- suricata/suricata.nm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/suricata/suricata.nm b/suricata/suricata.nm index 4825612e2..c17f75d7d 100644 --- a/suricata/suricata.nm +++ b/suricata/suricata.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D suricata -version =3D 4.0.6 -release =3D 3 +version =3D 4.1.4 +release =3D 1 =20 groups =3D Networking/IDS url =3D http://www.openinfosecfoundation.org/ @@ -24,6 +24,7 @@ build requires file-devel libcap-ng-devel + libjansson-devel libnfnetlink-devel libnetfilter_queue-devel libnet-devel @@ -32,12 +33,14 @@ build libhtp-devel >=3D 0.5.20 pcre-devel pkg-config + rust zlib-devel >=3D 1.2.5-2 end =20 configure_options +=3D \ --enable-gccprotect \ --enable-nfqueue \ + --enable-rust \ --disable-gccmarch-native \ --disable-static \ --enable-non-bundled-htp \ --=20 2.20.1 --===============7861082287956385201==--