git: 822ec4a43560 - main - security/ossec-hids-local: Remove non-default option PRELUDE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jul 2026 21:59:46 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=822ec4a43560dbd29e5d3791b376506e62dd9d44
commit 822ec4a43560dbd29e5d3791b376506e62dd9d44
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-07-15 19:09:40 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-07-15 21:59:00 +0000
security/ossec-hids-local: Remove non-default option PRELUDE
prelude has been defunct for some times and has been marked deprecated.
This removes the non-default OPTION PRELUDE.
PR: 296318
Approved by: dominik.lisiak@bemsoft.pl (maintainer-timeout)
---
security/ossec-hids-local/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile
index 68f9212657ab..aba049d94045 100644
--- a/security/ossec-hids-local/Makefile
+++ b/security/ossec-hids-local/Makefile
@@ -32,7 +32,6 @@ RUN_DEPENDS= expect:lang/expect
.endif
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
-PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude
ZEROMQ_LIB_DEPENDS= libczmq.so:net/czmq
INOTIFY_USES= pkgconfig
@@ -69,7 +68,7 @@ OPTIONS_SUB= yes
OPTIONS_DEFINE= DOCS INOTIFY LUA
.if ${OSSEC_TYPE} != agent
-OPTIONS_DEFINE+= PRELUDE ZEROMQ
+OPTIONS_DEFINE+= ZEROMQ
OPTIONS_RADIO= DATABASE
OPTIONS_RADIO_DATABASE= MYSQL PGSQL
@@ -78,13 +77,11 @@ OPTIONS_RADIO_DATABASE= MYSQL PGSQL
OPTIONS_DEFAULT= INOTIFY
INOTIFY_DESC= Kevent based real time monitoring
-PRELUDE_DESC= Sensor support from Prelude SIEM
ZEROMQ_DESC= ZeroMQ support (experimental)
DATABASE_DESC= Database output
INOTIFY_VARS= OSSEC_ARGS+=USE_INOTIFY=yes
LUA_VARS= OSSEC_ARGS+=LUA_ENABLE=yes STRIP_FILES+=ossec-lua STRIP_FILES+=ossec-luac
-PRELUDE_VARS= OSSEC_ARGS+=USE_PRELUDE=yes
ZEROMQ_VARS= OSSEC_ARGS+=USE_ZEROMQ=yes
MYSQL_VARS= OSSEC_ARGS+=DATABASE=mysql PKGMSG_FILES+=message-database DB_TYPE=mysql DB_SCHEMA=mysql.schema
PGSQL_VARS= OSSEC_ARGS+=DATABASE=pgsql PKGMSG_FILES+=message-database DB_TYPE=postgresql DB_SCHEMA=postgresql.schema