aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2026-01-11 09:25:28 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2026-01-11 09:27:03 +0000
commit508a8c8d4b9b836cc1effee7b5f462a53c644501 (patch)
tree2531f8d2a0e8c8aba8892303ccfc0ef667be3f29
parent7070441ae37510be2f3489e4406e1935aa3fe4fc (diff)
security/wazuh-agent: Improve port
- Now wazuh-agent use TCP connection by default - FreeBSD sca,decoders and rules files were updated to fix some conflict issues. - Bump PORTREVISION PR: 291040
-rw-r--r--security/wazuh-agent/Makefile4
-rw-r--r--security/wazuh-agent/distinfo6
-rw-r--r--security/wazuh-agent/files/patch-etc_ossec-agent.conf6
3 files changed, 8 insertions, 8 deletions
diff --git a/security/wazuh-agent/Makefile b/security/wazuh-agent/Makefile
index 9a81020fe9a5..7fce39e00bf9 100644
--- a/security/wazuh-agent/Makefile
+++ b/security/wazuh-agent/Makefile
@@ -1,7 +1,7 @@
PORTNAME= wazuh
DISTVERSION= 4.14.1
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= https://packages.wazuh.com/deps/47/libraries/sources/:wazuh_sources
PKGNAMESUFFIX= -agent
@@ -28,7 +28,7 @@ USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX}
MAKE_ARGS+= TARGET=agent
WAZUH_EXTRAFILE= alonsobsd-${PORTNAME}-freebsd-${WAZUH_EXTRAFILE_TAGNAME}_GH0${EXTRACT_SUFX}
-WAZUH_EXTRAFILE_TAGNAME=2f1307c
+WAZUH_EXTRAFILE_TAGNAME=830a911
EXTERNAL_DISTFILES= cJSON.tar.gz:wazuh_sources \
curl.tar.gz:wazuh_sources \
diff --git a/security/wazuh-agent/distinfo b/security/wazuh-agent/distinfo
index d937b05666dc..8033f494b83b 100644
--- a/security/wazuh-agent/distinfo
+++ b/security/wazuh-agent/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1763764526
+TIMESTAMP = 1768122381
SHA256 (wazuh-4.14.1/cJSON.tar.gz) = da809f70b7d03ac529ae6223d4390bfa26cd29f8c32c8e8b3b631efa1667892d
SIZE (wazuh-4.14.1/cJSON.tar.gz) = 27920
SHA256 (wazuh-4.14.1/curl.tar.gz) = 30cf7142e4282718ceb237e17b5cbf75afcd7c9f3880a039c5efea62db094709
@@ -37,5 +37,5 @@ SHA256 (wazuh-4.14.1/popt.tar.gz) = d6880a06622ca32dc4aa39ad5dcf7bef2faa81bd931a
SIZE (wazuh-4.14.1/popt.tar.gz) = 891309
SHA256 (wazuh-4.14.1/wazuh-wazuh-v4.14.1_GH0.tar.gz) = aa59cb2baa7e7d38d8bb4ff6a22afbf2945de4fb555f9b8bb2657b6f89a773ed
SIZE (wazuh-4.14.1/wazuh-wazuh-v4.14.1_GH0.tar.gz) = 19810038
-SHA256 (wazuh-4.14.1/alonsobsd-wazuh-freebsd-2f1307c_GH0.tar.gz) = a955c569217122779ab5b6b58bdfabbfa1cd452b4719cc35c791f7047b1f364f
-SIZE (wazuh-4.14.1/alonsobsd-wazuh-freebsd-2f1307c_GH0.tar.gz) = 221983
+SHA256 (wazuh-4.14.1/alonsobsd-wazuh-freebsd-830a911_GH0.tar.gz) = 4babef38a076f8be886d7190e18f6432f72671753ec96aaedc7e8d25b5c90259
+SIZE (wazuh-4.14.1/alonsobsd-wazuh-freebsd-830a911_GH0.tar.gz) = 221974
diff --git a/security/wazuh-agent/files/patch-etc_ossec-agent.conf b/security/wazuh-agent/files/patch-etc_ossec-agent.conf
index a51c1b8f6039..584f94c64e36 100644
--- a/security/wazuh-agent/files/patch-etc_ossec-agent.conf
+++ b/security/wazuh-agent/files/patch-etc_ossec-agent.conf
@@ -1,11 +1,11 @@
---- etc/ossec-agent.conf 2024-05-10 13:50:56.929321000 -0700
-+++ etc/ossec-agent.conf 2024-05-10 14:08:22.272131000 -0700
+--- etc/ossec-agent.conf 2025-11-07 00:46:03.000000000 -0800
++++ etc/ossec-agent.conf 2026-01-11 01:07:20.394414000 -0800
@@ -8,8 +8,10 @@
<client>
<server>
<address>IP</address>
+ <port>1514</port>
-+ <protocol>udp</protocol>
++ <protocol>tcp</protocol>
</server>
- <config-profile>debian, debian8</config-profile>
+ <config-profile>freebsd, freebsd%%FBSD_MAJOR_VERSION%%</config-profile>