View | Details | Raw Unified | Return to bug 197937
Collapse All | Expand All

(-)security/suricata/Makefile (-2 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	suricata
4
PORTNAME=	suricata
5
PORTVERSION=	2.0.6
5
PORTVERSION=	2.0.6
6
PORTREVISION=	1
6
CATEGORIES=	security
7
CATEGORIES=	security
7
MASTER_SITES=	http://www.openinfosecfoundation.org/download/ \
8
MASTER_SITES=	http://www.openinfosecfoundation.org/download/ \
8
		http://mirrors.rit.edu/zi/
9
		http://mirrors.rit.edu/zi/
Lines 26-32 Link Here
26
PATHFIX_MAKEFILEIN=	Makefile.am
27
PATHFIX_MAKEFILEIN=	Makefile.am
27
28
28
OPTIONS_DEFINE=		GEOIP HTP_PORT IPFW JSON NSS PORTS_PCAP PRELUDE SC TESTS
29
OPTIONS_DEFINE=		GEOIP HTP_PORT IPFW JSON NSS PORTS_PCAP PRELUDE SC TESTS
29
OPTIONS_DEFAULT=	HTP_PORT IPFW PRELUDE
30
OPTIONS_DEFAULT=	HTP_PORT IPFW JSON PRELUDE
30
OPTIONS_RADIO=		SCRIPTS
31
OPTIONS_RADIO=		SCRIPTS
31
OPTIONS_RADIO_SCRIPTS=	LUA LUAJIT
32
OPTIONS_RADIO_SCRIPTS=	LUA LUAJIT
32
OPTIONS_SUB=		yes
33
OPTIONS_SUB=		yes
Lines 106-112 Link Here
106
107
107
LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config
108
LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config
108
CONFIG_DIR?=	${ETCDIR}
109
CONFIG_DIR?=	${ETCDIR}
109
CONFIG_FILES=	suricata.yaml classification.config reference.config
110
CONFIG_FILES=	suricata.yaml classification.config reference.config threshold.config
110
RULES_DIR=	${CONFIG_DIR}/rules
111
RULES_DIR=	${CONFIG_DIR}/rules
111
RULES_FILES=	decoder-events.rules dns-events.rules files.rules http-events.rules smtp-events.rules stream-events.rules tls-events.rules
112
RULES_FILES=	decoder-events.rules dns-events.rules files.rules http-events.rules smtp-events.rules stream-events.rules tls-events.rules
112
LOGS_DIR?=	/var/log/${PORTNAME}
113
LOGS_DIR?=	/var/log/${PORTNAME}
(-)security/suricata/pkg-plist (+1 lines)
Lines 59-64 Link Here
59
@sample %%ETCDIR%%/suricata.yaml.sample
59
@sample %%ETCDIR%%/suricata.yaml.sample
60
@sample %%ETCDIR%%/classification.config.sample
60
@sample %%ETCDIR%%/classification.config.sample
61
@sample %%ETCDIR%%/reference.config.sample
61
@sample %%ETCDIR%%/reference.config.sample
62
@sample %%ETCDIR%%/threshold.config.sample
62
%%ETCDIR%%/rules/decoder-events.rules
63
%%ETCDIR%%/rules/decoder-events.rules
63
%%ETCDIR%%/rules/dns-events.rules
64
%%ETCDIR%%/rules/dns-events.rules
64
%%ETCDIR%%/rules/files.rules
65
%%ETCDIR%%/rules/files.rules

Return to bug 197937