diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2018-10-13 20:51:51 +0200 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2018-10-13 20:51:51 +0200 |
commit | 495280d9dc4ff5efd555f50e65a120df1b780003 (patch) | |
tree | 803a4c755cb0664126be9ef065d4e8c923365b7e /security/ossec-hids | |
download | ossec-495280d9dc4ff5efd555f50e65a120df1b780003.tar.xz |
Initial commit for version 3.0.03.0.0
Diffstat (limited to 'security/ossec-hids')
-rw-r--r-- | security/ossec-hids/Makefile | 35 | ||||
-rw-r--r-- | security/ossec-hids/pkg-descr | 6 |
2 files changed, 41 insertions, 0 deletions
diff --git a/security/ossec-hids/Makefile b/security/ossec-hids/Makefile new file mode 100644 index 0000000..b797b75 --- /dev/null +++ b/security/ossec-hids/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= ossec-hids +PORTVERSION= 3.0.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 0000000..3156a70 --- /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 |