From 96d83941cd9807b309f04d2445514b9ce4adac3e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Jan 2024 16:24:48 +0100 Subject: [PATCH] www/squid: appears to be ready --- www/squid/Makefile | 3 +-- www/squid/pkg-descr | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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