aboutsummaryrefslogtreecommitdiff
path: root/security/ossec-hids-local
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-01-13 20:58:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-01-13 20:58:36 +0000
commit2eb84a7a059fb89765e1d2e0676b6649fe4d384c (patch)
tree0ab3646146acd5dfea61c57f28f979f6613d0336 /security/ossec-hids-local
parent8634eafdb93075a48cc744574b5ea40bec528073 (diff)
downloadports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.tar.gz
ports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.zip
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this.
Notes
Notes: svn path=/head/; revision=490211
Diffstat (limited to 'security/ossec-hids-local')
-rw-r--r--security/ossec-hids-local/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile
index bd67ed2c114a..3ebac9a06c4b 100644
--- a/security/ossec-hids-local/Makefile
+++ b/security/ossec-hids-local/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ossec-hids
PORTVERSION= 3.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
PKGNAMESUFFIX= -${OSSEC_TYPE}
@@ -34,7 +34,6 @@ CONFLICTS_INSTALL= ossec-hids-client-* \
RUN_DEPENDS= expect:lang/expect
.endif
-GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude
ZEROMQ_LIB_DEPENDS= libczmq.so:net/czmq
@@ -68,7 +67,7 @@ OPTIONS_SUB= yes
OPTIONS_DEFINE= DOCS INOTIFY
.if ${OSSEC_TYPE} != agent
-OPTIONS_DEFINE+= GEOIP PRELUDE ZEROMQ
+OPTIONS_DEFINE+= PRELUDE ZEROMQ
OPTIONS_RADIO= DATABASE
OPTIONS_RADIO_DATABASE= MYSQL PGSQL
@@ -81,7 +80,6 @@ PRELUDE_DESC= Sensor support from Prelude SIEM
ZEROMQ_DESC= ZeroMQ support (experimental)
DATABASE_DESC= Database output
-GEOIP_VARS= OSSEC_ARGS+=USE_GEOIP=yes
INOTIFY_VARS= OSSEC_ARGS+=USE_INOTIFY=yes
PRELUDE_VARS= OSSEC_ARGS+=USE_PRELUDE=yes
ZEROMQ_VARS= OSSEC_ARGS+=USE_ZEROMQ=yes