aboutsummaryrefslogtreecommitdiff
path: root/security/ossec-hids
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-11-09 18:52:21 +0000
committerSteve Wills <swills@FreeBSD.org>2018-11-09 18:52:21 +0000
commit868061ef79b485d9611bf715a8098850b9c6f444 (patch)
treea49a1a8d03497eaf9d4cd12cddb05d8809e51520 /security/ossec-hids
parent33c5a7f300ee182830bfea83359db7eac7e72b72 (diff)
downloadports-868061ef79b485d9611bf715a8098850b9c6f444.tar.gz
ports-868061ef79b485d9611bf715a8098850b9c6f444.zip
security/ossec-hids-server: update from 2.8.3 to 3.1.0
PR: 232794 Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
Notes
Notes: svn path=/head/; revision=484537
Diffstat (limited to 'security/ossec-hids')
-rw-r--r--security/ossec-hids/Makefile35
-rw-r--r--security/ossec-hids/pkg-descr6
2 files changed, 41 insertions, 0 deletions
diff --git a/security/ossec-hids/Makefile b/security/ossec-hids/Makefile
new file mode 100644
index 000000000000..5d992012c18b
--- /dev/null
+++ b/security/ossec-hids/Makefile
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME= ossec-hids
+PORTVERSION= 3.1.0
+PORTREVISION=
+CATEGORIES= security
+
+MAINTAINER= dominik.lisiak@bemsoft.pl
+COMMENT= Security tool to monitor and check logs and intrusions
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= ossec-hids-${OSSEC_TYPE}>=${PORTVERSION}:security/ossec-hids-${OSSEC_TYPE}
+
+USES= metaport
+
+OPTIONS_DEFINE= CONFIG
+
+OPTIONS_SINGLE= G_TYPE
+OPTIONS_SINGLE_G_TYPE= LOCAL AGENT SERVER
+
+OPTIONS_DEFAULT= CONFIG LOCAL
+
+CONFIG_DESC= Install configuration manager and samples
+G_TYPE_DESC= Installation type
+LOCAL_DESC= Analizes local data only (standalone)
+AGENT_DESC= Sends local data to the server for analysis
+SERVER_DESC= Analizes local data and data received from multiple agents
+
+CONFIG_VARS= RUN_DEPENDS+=ossec-hids-${OSSEC_TYPE}-config>=${PORTVERSION}:security/ossec-hids-${OSSEC_TYPE}-config
+LOCAL_VARS= OSSEC_TYPE=local
+AGENT_VARS= OSSEC_TYPE=agent
+SERVER_VARS= OSSEC_TYPE=server
+
+.include <bsd.port.mk>
diff --git a/security/ossec-hids/pkg-descr b/security/ossec-hids/pkg-descr
new file mode 100644
index 000000000000..3156a70e2734
--- /dev/null
+++ b/security/ossec-hids/pkg-descr
@@ -0,0 +1,6 @@
+OSSEC is a scalable, multi-platform, open source Host-based Intrusion Detection
+System (HIDS). It has a powerful correlation and analysis engine, integrating
+log analysis, file integrity checking, Windows registry monitoring, centralized
+policy enforcement, rootkit detection, real-time alerting and active response.
+
+WWW: https://ossec.github.io