summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/ossec-hids-local-config/files/template-syscheck-pgsql.xml.in4
-rw-r--r--security/ossec-hids-local/Makefile1
-rw-r--r--security/ossec-hids-local/distinfo6
-rw-r--r--security/ossec-hids-local/files/ossec-hids.in4
-rw-r--r--security/ossec-hids/version.mk2
5 files changed, 8 insertions, 9 deletions
diff --git a/security/ossec-hids-local-config/files/template-syscheck-pgsql.xml.in b/security/ossec-hids-local-config/files/template-syscheck-pgsql.xml.in
index f8f8ad8..f0b845a 100644
--- a/security/ossec-hids-local-config/files/template-syscheck-pgsql.xml.in
+++ b/security/ossec-hids-local-config/files/template-syscheck-pgsql.xml.in
@@ -2,7 +2,7 @@
<template_config os="FreeBSD" profile="%%SYSCHECK_PGSQL_PROFILE%%">
<syscheck>
- <directories realtime="yes" check_all="yes" restrict=".conf">/var/db/postgres</directories>
+ <directories realtime="yes" check_all="yes" no_recurse="yes" restrict=".conf">/var/db/postgres</directories>
</syscheck>
</template_config>
@@ -10,7 +10,7 @@
<template_config os="Linux" profile="%%SYSCHECK_PGSQL_PROFILE%%">
<syscheck>
- <directories realtime="yes" check_all="yes" restrict=".conf">/var/lib/postgresql</directories>
+ <directories realtime="yes" check_all="yes" no_recurse="yes" restrict=".conf">/var/lib/postgresql</directories>
</syscheck>
</template_config>
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile
index de07d87..2550813 100644
--- a/security/ossec-hids-local/Makefile
+++ b/security/ossec-hids-local/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION?= 1
PKGNAMESUFFIX?= -${OSSEC_TYPE}
COMMENT?= Security tool to monitor and check logs and intrusions - local (standalone) installation
WWW= https://ossec.github.io
diff --git a/security/ossec-hids-local/distinfo b/security/ossec-hids-local/distinfo
index 279c79e..acad9d5 100644
--- a/security/ossec-hids-local/distinfo
+++ b/security/ossec-hids-local/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656551293
-SHA256 (ossec-ossec-hids-3.7.0_GH0.tar.gz) = 23f5ede50f5de449db0a571fc453977f7079b4b47ce90b0ef31feed20df100e9
-SIZE (ossec-ossec-hids-3.7.0_GH0.tar.gz) = 2518737
+TIMESTAMP = 1740298126
+SHA256 (ossec-ossec-hids-3.8.0_GH0.tar.gz) = bd857a2dd7d0559ef59b4a9ec276f3a8ade6830f8aed257e8f4a62106cfe5f38
+SIZE (ossec-ossec-hids-3.8.0_GH0.tar.gz) = 2524057
diff --git a/security/ossec-hids-local/files/ossec-hids.in b/security/ossec-hids-local/files/ossec-hids.in
index 8778376..f7b1739 100644
--- a/security/ossec-hids-local/files/ossec-hids.in
+++ b/security/ossec-hids-local/files/ossec-hids.in
@@ -13,7 +13,7 @@
# Default: NO
# ossec_hids_fetch_connect_time (int): Time in seconds to wait for the download of the shared configuration to start.
# Used only by agent installation.
-# Default: 40
+# Default: 60
# ossec_hids_fetch_read_time (int): Time in seconds to wait for subsequent download chunks of the shared configuration.
# Used only by agent installation.
# Default: 10
@@ -28,7 +28,7 @@ load_rc_config $name
: ${ossec_hids_enable="NO"}
: ${ossec_hids_clear_log="NO"}
: ${ossec_hids_clear_ar_log="NO"}
-: ${ossec_hids_fetch_connect_time=40}
+: ${ossec_hids_fetch_connect_time=60}
: ${ossec_hids_fetch_read_time=10}
ossec_type="%%OSSEC_TYPE%%"
diff --git a/security/ossec-hids/version.mk b/security/ossec-hids/version.mk
index 305273a..47e2183 100644
--- a/security/ossec-hids/version.mk
+++ b/security/ossec-hids/version.mk
@@ -1,5 +1,5 @@
PORTNAME= ossec-hids
-PORTVERSION= 3.7.0
+PORTVERSION= 3.8.0
CATEGORIES= security
MAINTAINER= dominik.lisiak@bemsoft.pl