git: af77559ff302 - 2026Q3 - security/wazuh-manager: Fix build/install
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Jul 2026 01:04:35 UTC
The branch 2026Q3 has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=af77559ff30276a523c2d2ec34e2ee15f8f325d3
commit af77559ff30276a523c2d2ec34e2ee15f8f325d3
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2026-07-18 00:55:58 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2026-07-18 01:04:25 +0000
security/wazuh-manager: Fix build/install
- Remove sqlite3 from USES. Now it consumes sqlite3 inside of wazuh
libraries
- Other minor modifications
Reported by: pkg-fallout
(cherry picked from commit 324fe51ac4e07189e75aa25435cce269425ee2ad)
---
security/wazuh-manager/Makefile | 11 +++++------
security/wazuh-manager/distinfo | 6 +++---
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/security/wazuh-manager/Makefile b/security/wazuh-manager/Makefile
index 79acfebe0f1e..526ed0ccd928 100644
--- a/security/wazuh-manager/Makefile
+++ b/security/wazuh-manager/Makefile
@@ -32,12 +32,12 @@ LIB_DEPENDS+= libarrow.so:databases/arrow \
libopenblas.so:math/openblas
RUN_DEPENDS= bash>0:shells/bash
-USES= cpe dos2unix gmake perl5 python:3.11 readline shebangfix sqlite:3 uidfix
+USES= cpe dos2unix gmake perl5 python:3.11 readline shebangfix uidfix
USE_GITHUB= yes
GH_ACCOUNT= alonsobsd
GH_PROJECT= wazuh-freebsd
-GH_TAGNAME= 62e1b663bbec762efd9d71bf5bdd33134e028d0a
+GH_TAGNAME= b8c8db1e97f8a64a3904007640caae33a7a42085
USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX}
@@ -114,11 +114,11 @@ WZARBIN_FILES= default-firewall-drop pf npf ipfw firewalld-drop disable-account
host-deny ip-customblock restart-wazuh route-null kaspersky wazuh-slack
WZSHEBANG_FILES=chardetect connexion cygdb cython cythonize f2py fixup_pubsub_v1_keywords.py \
- httpx jp.py jsonschema normalizer openapi-spec-validator \
+ httpx jp.py jsonschema normalizer openapi-spec-validator pip pip3 pip3.11\
pyrsa-decrypt pyrsa-encrypt pyrsa-keygen pyrsa-priv2pub pyrsa-sign \
pyrsa-verify rstpep2html.py rst2s5.py rst2xetex.py rst2man.py rst2odt.py \
rst2latex.py rst2pseudoxml.py rst2odt_prepstyles.py rst2html.py rst2html5.py \
- rst2html4.py rst2xml.py tabulate uvicorn wsdump.py
+ rst2html4.py rst2xml.py tabulate uvicorn wheel wsdump.py
WAZUHMOD660= /queue/indexer /queue/vd
WAZUHMOD750= / /logs/wazuh /logs/archives /logs/alerts /logs/firewall \
@@ -213,8 +213,7 @@ post-extract:
post-patch:
${REINPLACE_CMD} -e 's|CC=|CC?=|g' -e 's|AR=|AR?=|g' ${WRKSRC}/src/external/bzip2/Makefile
${REINPLACE_CMD} -e 's|^\( *MULTIARCH=\).*--print-multiarch.*|\1|' ${WRKSRC}/src/external/cpython/configure
- ${REINPLACE_CMD} -e 's|coroutine|coroutines|g' ${WRKSRC}/framework/wazuh/core/cluster/client.py \
- ${WRKSRC}/framework/wazuh/rbac/decorators.py
+ ${REINPLACE_CMD} -e 's|coroutine|coroutines|g' ${WRKSRC}/framework/wazuh/core/cluster/client.py
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o check_pid ${WRKSRC}/libexec/check_pid.c
diff --git a/security/wazuh-manager/distinfo b/security/wazuh-manager/distinfo
index 129982978862..3373ad585ac6 100644
--- a/security/wazuh-manager/distinfo
+++ b/security/wazuh-manager/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1783794783
+TIMESTAMP = 1784325281
SHA256 (wazuh-4.14.6/audit-userspace.tar.gz) = e82a32e5edf93b055160e14bc97f41dead39287925851dc80a7638e2d4d30434
SIZE (wazuh-4.14.6/audit-userspace.tar.gz) = 1682820
SHA256 (wazuh-4.14.6/benchmark.tar.gz) = 94c57aa0cb2bd78dbe9e77d332cbc644daf0fecdc9a09632048be6e09f9ced6b
@@ -71,5 +71,5 @@ SHA256 (wazuh-4.14.6/wazuh-cache-fbsd16-aarch64-4.14.6.tar.gz) = 8c2e7a8eb86fcd1
SIZE (wazuh-4.14.6/wazuh-cache-fbsd16-aarch64-4.14.6.tar.gz) = 25051564
SHA256 (wazuh-4.14.6/wazuh-cache-fbsd16-amd64-4.14.6.tar.gz) = 44c626c6de043c25980a27a49ee781fd234cb781ab282615deecbbc5b96647bf
SIZE (wazuh-4.14.6/wazuh-cache-fbsd16-amd64-4.14.6.tar.gz) = 27032454
-SHA256 (wazuh-4.14.6/alonsobsd-wazuh-freebsd-v4.14.6-62e1b663bbec762efd9d71bf5bdd33134e028d0a_GH0.tar.gz) = 58750d11a8c84388d3332671a503d4580198b086d189f681f990f4f320fc9ee4
-SIZE (wazuh-4.14.6/alonsobsd-wazuh-freebsd-v4.14.6-62e1b663bbec762efd9d71bf5bdd33134e028d0a_GH0.tar.gz) = 20445256
+SHA256 (wazuh-4.14.6/alonsobsd-wazuh-freebsd-v4.14.6-b8c8db1e97f8a64a3904007640caae33a7a42085_GH0.tar.gz) = f4a4107167638a88ff7ae18dd0cf0da8bdea39e5a6a3ac04ce75e2fd6f3d833d
+SIZE (wazuh-4.14.6/alonsobsd-wazuh-freebsd-v4.14.6-b8c8db1e97f8a64a3904007640caae33a7a42085_GH0.tar.gz) = 20445906