View | Details | Raw Unified | Return to bug 210490 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/security/suricata/Makefile 412349 2016-04-01 14:25:16Z mat $
2
# $FreeBSD: head/security/suricata/Makefile 412349 2016-04-01 14:25:16Z mat $
3
3
4
PORTNAME=	suricata
4
PORTNAME=	suricata
5
PORTVERSION=	3.0
5
PORTVERSION=	3.1
6
PORTREVISION=	2
7
CATEGORIES=	security
6
CATEGORIES=	security
8
MASTER_SITES=	http://www.openinfosecfoundation.org/download/
7
MASTER_SITES=	http://www.openinfosecfoundation.org/download/
9
8
Lines 28-33 Link Here
28
PATHFIX_MAKEFILEIN=	Makefile.am
27
PATHFIX_MAKEFILEIN=	Makefile.am
29
28
30
OPTIONS_DEFINE=		GEOIP HTP_PORT IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE SC TESTS
29
OPTIONS_DEFINE=		GEOIP HTP_PORT IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE SC TESTS
30
OPTIONS_DEFINE_i386=	HYPERSCAN
31
OPTIONS_DEFINE_am64=	HYPERSCAN
31
OPTIONS_DEFAULT=	HTP_PORT IPFW JSON NETMAP PRELUDE
32
OPTIONS_DEFAULT=	HTP_PORT IPFW JSON NETMAP PRELUDE
32
33
33
OPTIONS_RADIO=		SCRIPTS
34
OPTIONS_RADIO=		SCRIPTS
Lines 39-44 Link Here
39
40
40
GEOIP_DESC=		GeoIP support
41
GEOIP_DESC=		GeoIP support
41
HTP_PORT_DESC=		Use libhtp from ports
42
HTP_PORT_DESC=		Use libhtp from ports
43
HYPERSCAN_DESC=		Hyperscan support (i386 / amd64 only)
42
IPFW_DESC=		IPFW and IP Divert support for inline IDP
44
IPFW_DESC=		IPFW and IP Divert support for inline IDP
43
JSON_DESC=		JSON output support
45
JSON_DESC=		JSON output support
44
LUA_DESC=		LUA scripting support
46
LUA_DESC=		LUA scripting support
Lines 59-64 Link Here
59
HTP_PORT_CONFLICTS_INSTALL_OFF=	libhtp-[0-9]* libhtp-suricata
61
HTP_PORT_CONFLICTS_INSTALL_OFF=	libhtp-[0-9]* libhtp-suricata
60
HTP_PORT_USES_OFF=		iconv:translit
62
HTP_PORT_USES_OFF=		iconv:translit
61
63
64
HYPERSCAN_LIB_DEPENDS=		libhs.so:devel/hyperscan
65
HYPERSCAN_CONFIGURE_ON=		--with-libhs-includes=${LOCALBASE}/include \
66
				--with-libhs-libraries=${LOCALBASE}/lib
67
62
IPFW_CONFIGURE_ON=		--enable-ipfw
68
IPFW_CONFIGURE_ON=		--enable-ipfw
63
69
64
JSON_LIB_DEPENDS=		libjansson.so:devel/jansson
70
JSON_LIB_DEPENDS=		libjansson.so:devel/jansson
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (suricata-3.0.tar.gz) = 4b8feb398a0800c955fe24aa31ca446c539e79492155717e826473f902c8e65a
1
SHA256 (suricata-3.1.tar.gz) = a05aa534166495a4d9ea6104a936bc8edb49376aeb3ba0b1b2a4d9687d016669
2
SIZE (suricata-3.0.tar.gz) = 3293102
2
SIZE (suricata-3.1.tar.gz) = 3327181

Return to bug 210490