mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
security/suricata: Restore GEOIP option
GeoIP option works with libmaxminddb since 4.1.5. Add GEOIP option back. PR: 240835 Approved by: Franco Fichtner <franco@opnsense.org> (maintainer) Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
d47bf66460
commit
e7f57a44b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513025
@ -33,7 +33,7 @@ CPE_VENDOR= openinfosecfoundation
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
OPTIONS_DEFINE= IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE \
|
||||
OPTIONS_DEFINE= GEOIP IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE \
|
||||
PYTHON REDIS RUST TESTS
|
||||
OPTIONS_DEFINE_amd64= HYPERSCAN
|
||||
OPTIONS_DEFAULT= IPFW JSON NETMAP PYTHON RUST
|
||||
@ -44,6 +44,7 @@ OPTIONS_RADIO_SCRIPTS= LUA LUAJIT
|
||||
|
||||
SCRIPTS_DESC= Scripting
|
||||
|
||||
GEOIP_DESC= GeoIP support
|
||||
HYPERSCAN_DESC= Hyperscan support
|
||||
IPFW_DESC= IPFW and IP Divert support for inline IDP
|
||||
JSON_DESC= JSON output support
|
||||
@ -58,6 +59,9 @@ REDIS_DESC= Redis output support
|
||||
RUST_DESC= Rust parser support
|
||||
TESTS_DESC= Unit tests in suricata binary
|
||||
|
||||
GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
|
||||
GEOIP_CONFIGURE_ON= --enable-geoip
|
||||
|
||||
HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan
|
||||
HYPERSCAN_CONFIGURE_ON= --with-libhs-includes=${LOCALBASE}/include \
|
||||
--with-libhs-libraries=${LOCALBASE}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user