diff options
| author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2023-08-24 16:22:06 +0200 | 
|---|---|---|
| committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2023-08-24 16:22:06 +0200 | 
| commit | 14794e82f39cadc4542f37e2bdf693593a64b4b5 (patch) | |
| tree | a79b11d5037e5a846d61e89d6a1497889c8f79b5 /security/ossec-hids | |
| parent | Made ossec-aws-waf.sh a sample. (diff) | |
| download | ossec-master.tar.xz | |
Diffstat (limited to 'security/ossec-hids')
| -rw-r--r-- | security/ossec-hids/Makefile | 2 | ||||
| -rw-r--r-- | security/ossec-hids/pkg-descr | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/security/ossec-hids/Makefile b/security/ossec-hids/Makefile index e93e065..ef60efd 100644 --- a/security/ossec-hids/Makefile +++ b/security/ossec-hids/Makefile @@ -1,3 +1,5 @@ +WWW=		https://ossec.github.io +  .include "${.CURDIR}/version.mk"  RUN_DEPENDS=	ossec-hids-${OSSEC_TYPE}>=${PORTVERSION}:security/ossec-hids-${OSSEC_TYPE} diff --git a/security/ossec-hids/pkg-descr b/security/ossec-hids/pkg-descr index 3156a70..31935c9 100644 --- a/security/ossec-hids/pkg-descr +++ b/security/ossec-hids/pkg-descr @@ -2,5 +2,3 @@ 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 | 
