diff --git a/www/squid/Makefile b/www/squid/Makefile index 15857a9c0..4b52c49d8 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= squid -PLUGIN_VERSION= 1.1 -PLUGIN_REVISION= 2 +PLUGIN_VERSION= 1.2 PLUGIN_COMMENT= Squid is a caching proxy for the web PLUGIN_DEPENDS= squid squid-langpack PLUGIN_TIER= 2 diff --git a/www/squid/pkg-descr b/www/squid/pkg-descr index 3ffe8644c..9cf9b217d 100644 --- a/www/squid/pkg-descr +++ b/www/squid/pkg-descr @@ -5,6 +5,11 @@ content serving applications. Plugin Changelog ================ +1.2 + +* Change cache_dir from "ufs" to "rock" (contributed by Andy Binder) +* Authenticate before blocklist (contributed by Andy Binder) + 1.1 * Syslog corrections and implementation of "workers" (contributed by Andy Binder) diff --git a/www/squid/src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml b/www/squid/src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml index 84dc90de7..9421f1ee3 100644 --- a/www/squid/src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml +++ b/www/squid/src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml @@ -1,6 +1,6 @@ //OPNsense/proxy - 1.0.7 + 1.0.8 Squid web proxy settings