diff --git a/www/web-proxy-sso/Makefile b/www/web-proxy-sso/Makefile index a1a344276..afb7d7cef 100644 --- a/www/web-proxy-sso/Makefile +++ b/www/web-proxy-sso/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= web-proxy-sso -PLUGIN_VERSION= 2.1 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 2.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 b9cbca316..aa7aeb90b 100644 --- a/www/web-proxy-useracl/Makefile +++ b/www/web-proxy-useracl/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= web-proxy-useracl -PLUGIN_VERSION= 1.0 +PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= Group and user ACL for the web proxy PLUGIN_MAINTAINER= kekek2@ya.ru -PLUGIN_WWW= http://smart-soft.ru +PLUGIN_WWW= https://smart-soft.ru .include "../../Mk/plugins.mk"