From ad07e33f08471913d72b0ea99b37de2993fdfc7e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 7 May 2024 15:14:52 +0200 Subject: [PATCH] www/squid: already bumped on stable --- www/squid/Makefile | 2 +- .../src/opnsense/service/templates/OPNsense/Proxy/rc.conf.d | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/squid/Makefile b/www/squid/Makefile index cfc272dd5..debbe26ca 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= squid PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 2 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Squid is a caching proxy for the web PLUGIN_DEPENDS= squid squid-langpack PLUGIN_TIER= 2 diff --git a/www/squid/src/opnsense/service/templates/OPNsense/Proxy/rc.conf.d b/www/squid/src/opnsense/service/templates/OPNsense/Proxy/rc.conf.d index 21c5d79b4..7ed8a7063 100644 --- a/www/squid/src/opnsense/service/templates/OPNsense/Proxy/rc.conf.d +++ b/www/squid/src/opnsense/service/templates/OPNsense/Proxy/rc.conf.d @@ -1,8 +1,7 @@ {% if helpers.exists('OPNsense.proxy.general.enabled') and OPNsense.proxy.general.enabled|default("0") == "1" %} +squid_env="OPENSSL_CONF=/usr/local/etc/squid/openssl.cnf" squid_setup="/usr/local/opnsense/scripts/proxy/setup.sh" squid_enable="YES" {% else %} squid_enable="NO" {% endif %} - -squid_env="OPENSSL_CONF=/usr/local/etc/squid/openssl.cnf"