From 70de22e0c4300f10c4a69841c5d63f447ae74207 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 7 May 2024 15:00:20 +0200 Subject: [PATCH] www/OPNProxy - re-wire 'squid -k reconfigure' to use rc scripting, so we can avoid https://github.com/opnsense/plugins/issues/3827 due to squid's legacy openssl issue. --- www/OPNProxy/Makefile | 1 + .../src/opnsense/service/conf/actions.d/actions_opnproxy.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/OPNProxy/Makefile b/www/OPNProxy/Makefile index 3cc481e38..3c1b5d999 100644 --- a/www/OPNProxy/Makefile +++ b/www/OPNProxy/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= OPNProxy PLUGIN_VERSION= 1.0.5 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= OPNsense proxy additions PLUGIN_DEPENDS= os-redis${PLUGIN_PKGSUFFIX} \ os-squid${PLUGIN_PKGSUFFIX} \ diff --git a/www/OPNProxy/src/opnsense/service/conf/actions.d/actions_opnproxy.conf b/www/OPNProxy/src/opnsense/service/conf/actions.d/actions_opnproxy.conf index bafa0f699..33d981cbf 100644 --- a/www/OPNProxy/src/opnsense/service/conf/actions.d/actions_opnproxy.conf +++ b/www/OPNProxy/src/opnsense/service/conf/actions.d/actions_opnproxy.conf @@ -1,7 +1,7 @@ [apply_policies] command: /usr/local/opnsense/scripts/OPNProxy/policies_to_redis_proto.py | redis-cli --pipe && - /usr/local/sbin/squid -k reconfigure + /usr/local/etc/rc.d/squid reload parameters: type:script message:download proxy policies and apply to redisdb