From 2147d51daa97fca3307ca988416a17d6f2dd9881 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 20 Aug 2024 12:25:44 +0200 Subject: [PATCH] www/squid: bump and document --- www/squid/Makefile | 2 +- www/squid/pkg-descr | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/squid/Makefile b/www/squid/Makefile index 7da743138..67b5f77f7 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= squid PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 3 +PLUGIN_REVISION= 4 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 f2e5e9c85..ba32c194e 100644 --- a/www/squid/pkg-descr +++ b/www/squid/pkg-descr @@ -11,3 +11,4 @@ Plugin Changelog * Workaround for segmentation faults using OpenSSL legacy provider * Correct migration to Python ipaddress library use * Set default ACL values vor Safe_ports and SSL_ports +* Include "icap_service_failure_limit -1" configuration (contributed by Andy Binder)