diff --git a/www/squid/Makefile b/www/squid/Makefile index c37bfef72..1a40fe870 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= squid -PLUGIN_VERSION= 1.0.d -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.0 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 b725ff7f6..ca3da4095 100644 --- a/www/squid/pkg-descr +++ b/www/squid/pkg-descr @@ -1,3 +1,10 @@ Squid is a fully-featured HTTP, HTTPS, FTP, etc. proxy offering rich access control, authorization and logging environment to develop web proxy and content serving applications. + +Plugin Changelog +================ + +1.0 + +* Initial version based on the OPNsense 23.7.11 core code