* Enable JSON support. * Enable rust support.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- 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 @@ ###############################################################################
name = suricata -version = 4.0.6 -release = 3 +version = 4.1.4 +release = 1
groups = Networking/IDS url = 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 >= 0.5.20 pcre-devel pkg-config + rust zlib-devel >= 1.2.5-2 end
configure_options += \ --enable-gccprotect \ --enable-nfqueue \ + --enable-rust \ --disable-gccmarch-native \ --disable-static \ --enable-non-bundled-htp \