Date: Mon, 27 Apr 2015 16:05:52 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384861 - head/security/suricata Message-ID: <201504271605.t3RG5q8g041934@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Apr 27 16:05:52 2015 New Revision: 384861 URL: https://svnweb.freebsd.org/changeset/ports/384861 Log: - Add JSON to OPTIONS_DEFAULT to match default configuration where eve-log support is enabled - Package threshold.config configuration file PR: 197937 Approved by: koobs (maintainer) Modified: head/security/suricata/Makefile head/security/suricata/pkg-plist Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Mon Apr 27 15:59:45 2015 (r384860) +++ head/security/suricata/Makefile Mon Apr 27 16:05:52 2015 (r384861) @@ -3,6 +3,7 @@ PORTNAME= suricata PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ \ http://mirrors.rit.edu/zi/ @@ -28,7 +29,7 @@ INSTALL_TARGET= install-strip PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= GEOIP HTP_PORT IPFW JSON NSS PORTS_PCAP PRELUDE SC TESTS -OPTIONS_DEFAULT= HTP_PORT IPFW PRELUDE +OPTIONS_DEFAULT= HTP_PORT IPFW JSON PRELUDE OPTIONS_RADIO= SCRIPTS OPTIONS_RADIO_SCRIPTS= LUA LUAJIT OPTIONS_SUB= yes @@ -108,7 +109,7 @@ CONFIGURE_ARGS+=--enable-gccprotect \ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config CONFIG_DIR?= ${ETCDIR} -CONFIG_FILES= suricata.yaml classification.config reference.config +CONFIG_FILES= suricata.yaml classification.config reference.config threshold.config RULES_DIR= ${CONFIG_DIR}/rules RULES_FILES= decoder-events.rules dns-events.rules files.rules http-events.rules smtp-events.rules stream-events.rules tls-events.rules LOGS_DIR?= /var/log/${PORTNAME} Modified: head/security/suricata/pkg-plist ============================================================================== --- head/security/suricata/pkg-plist Mon Apr 27 15:59:45 2015 (r384860) +++ head/security/suricata/pkg-plist Mon Apr 27 16:05:52 2015 (r384861) @@ -59,6 +59,7 @@ bin/suricata @sample %%ETCDIR%%/suricata.yaml.sample @sample %%ETCDIR%%/classification.config.sample @sample %%ETCDIR%%/reference.config.sample +@sample %%ETCDIR%%/threshold.config.sample %%ETCDIR%%/rules/decoder-events.rules %%ETCDIR%%/rules/dns-events.rules %%ETCDIR%%/rules/files.rules
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504271605.t3RG5q8g041934>