From e7cb1ef04d403c78fe8470bb87aaa04ba4cdb191 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 12 Sep 2017 17:52:16 +0200 Subject: [PATCH] security/clamav|www/c-icap: release these two plugins Approved by: @mimugmail (cherry picked from commit 0d92fdec8aa907c705dca5326f06c551c964a63d) --- security/clamav/Makefile | 3 +-- www/c-icap/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 16e48923d..acebf07b1 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= clamav -PLUGIN_VERSION= 0.2 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Antivirus engine for detecting malicious threats PLUGIN_DEPENDS= clamav PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk" diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 659e597c5..a982bea50 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= c-icap -PLUGIN_VERSION= 0.1 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= c-icap connects your Proxy with a virus scanner PLUGIN_DEPENDS= c-icap c-icap-modules PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"