From 4d8c7f3b12353a623846522d74a1a88870d08a34 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Wed, 8 Sep 2021 18:01:51 +0200 Subject: [PATCH] squid: Update to 5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For details see: http://www.squid-cache.org/Versions/v5/changesets/ There is still no official announcement. Nevertheless, since 31 Jul 2021, 'squid 5.1' has become "stable" and is listed under "Current versions suitable for production use". The only problem I found during testing deals with 'privoxy'. Since 'privoxy' - as parent cache_peer - sometimes replies with a '403', 'squid 5.1' handles this cache_peer connection as 'dead' which is then logged in 'cache_log'. See discussion on list. Actually this is something that got fixed from 'squid 4.16' to '5.1' - its no bug - its a feature. Everything else works as expected,'squid' and 'privoxy' developers were informed. Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/squid | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs/squid b/lfs/squid index 3a547809c2..b25f594a99 100644 --- a/lfs/squid +++ b/lfs/squid @@ -127,7 +127,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-icap-client \ --enable-zph-qos \ --with-dl \ - --with-filedescriptors=$$(( 16384 * 64 )) \ --with-large-files \ --without-gnutls \ --without-netfilter-conntrack -- 2.39.5