From f0f80033197d5e82b7e8b9cc23e65d724196009e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 17 Aug 2023 10:47:17 +0200 Subject: [PATCH] security/wazuh: small changes @adschellevis doesn't seem to know about "make revision" ;) --- security/wazuh-agent/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/security/wazuh-agent/Makefile b/security/wazuh-agent/Makefile index b9b8f19ed..d30039151 100644 --- a/security/wazuh-agent/Makefile +++ b/security/wazuh-agent/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= wazuh-agent -PLUGIN_VERSION= 1.0.0 -#PLUGIN_REVISION= 1 -PLUGIN_COMMENT= Agent for the opensource security platform Wazuh +PLUGIN_VERSION= 1.0 +PLUGIN_COMMENT= Agent for the open source security platform Wazuh +PLUGIN_DEPENDS= wazuh-agent PLUGIN_MAINTAINER= ad@opnsense.org -PLUGIN_TIER= 3 .include "../../Mk/plugins.mk"