From 2782d51eae2cd5829c1cea65c35308e9f070d144 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 15 Feb 2021 10:35:27 +0100 Subject: [PATCH] www: revision bump --- www/c-icap/Makefile | 1 + www/cache/Makefile | 1 + www/nginx/Makefile | 2 +- www/web-proxy-sso/Makefile | 2 +- www/web-proxy-useracl/Makefile | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index ae60824d7..4d7407750 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= c-icap PLUGIN_VERSION= 1.7 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= c-icap connects the web proxy with a virus scanner PLUGIN_DEPENDS= c-icap c-icap-modules PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/www/cache/Makefile b/www/cache/Makefile index 65dbb3d28..4cb74de41 100644 --- a/www/cache/Makefile +++ b/www/cache/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= cache PLUGIN_VERSION= 1.0 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Webserver cache PLUGIN_DEPENDS= php${PLUGIN_PHP}-opcache PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 94215b98e..c9df402b3 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.20 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/www/web-proxy-sso/Makefile b/www/web-proxy-sso/Makefile index dabf63449..7eb73383a 100644 --- a/www/web-proxy-sso/Makefile +++ b/www/web-proxy-sso/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= web-proxy-sso PLUGIN_VERSION= 2.2 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Kerberos authentication module PLUGIN_DEPENDS= msktutil cyrus-sasl-gssapi PLUGIN_MAINTAINER= evbevz@gmail.com diff --git a/www/web-proxy-useracl/Makefile b/www/web-proxy-useracl/Makefile index e80e2166c..a2374138c 100644 --- a/www/web-proxy-useracl/Makefile +++ b/www/web-proxy-useracl/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= web-proxy-useracl PLUGIN_VERSION= 1.1 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Group and user ACL for the web proxy PLUGIN_MAINTAINER= kekek2@ya.ru PLUGIN_WWW= https://smart-soft.ru