From patchwork Thu Sep 8 17:00:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5991 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4MNlkH5TzDz3wfS for ; Thu, 8 Sep 2022 17:00:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4MNlkG3q5dzwk; Thu, 8 Sep 2022 17:00:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4MNlkG2DWpz2yk2; Thu, 8 Sep 2022 17:00:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4MNlkD5Kh0z2xK9 for ; Thu, 8 Sep 2022 17:00:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4MNlkC6wMZzv2 for ; Thu, 8 Sep 2022 17:00:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1662656436; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zw37S5EOt3uMd8f+Gtn04jj8545QliQ2v9wiZD9QeX8=; b=j1WZNpuBU7BFGHgW8ZefSRFxr7hxX96BvkjujkhVpy3cZoBFMf63OHBD3c2EphkzGB0lrx M2gUbnj2kNLcUECw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1662656436; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zw37S5EOt3uMd8f+Gtn04jj8545QliQ2v9wiZD9QeX8=; b=ZGB+PcEEzY2AIqfm9qMN2OYLzqMLByvOPQ1qKoahWDqqKgIbt6oYQj7Miv4cUAJcbtEAac YZS+pWWeerftnYKaXKnJ8NEeW0QTj34derjoDiy27sSmGHJdkcOn2319/VUC4KBQtXsUeU tUBo+jZbQhrHjnf9NukmpIvnY0ATFWmknSCpD0hjibroBnx7gLDK6B+txi+VIBvuev5C8f qRt26RMYwA0LjaMFoezbCp/gLUs94jlHtXO3EB+bYeT5YN1Xrm75rFZ8FL5UGTJB8A0C+o VpFMo6FYSpISWE/arNmciciNT4Dt9qPz7W3pjNIujXX30dLpw3iZobpGPHhZjw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] squid: Update to 5.7 Date: Thu, 8 Sep 2022 19:00:30 +0200 Message-Id: <20220908170030.3589700-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: http://www.squid-cache.org/Versions/v5/changesets/SQUID_5_7.html Excerpt from changelog: "Changes in squid-5.7 (05 Sep 2022): - Regression Fix: Typo in manager ACL - Bug 5186: noteDestinationsEnd check failed: transportWait - Bug 5160: Test suite fails with -flto=auto - Bug 3193 pt2: NTLM decoder truncating strings - Bug 5133: OpenSSL 3.0 support - ext_session_acl: fix TDB key lookup - forward_max_tries: Do not count discarded connections - ... and many compile and debugging fixes" Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index 2a5317a43..08eb9965d 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 5.6 +VER = 5.7 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 172dbbc255dfbe6246f7e9e333469a4d7a1dda722bb1d897886e1fc075106f223dff739510ade836df4fb147b45e3626ce1e1916eaa9d708d55265347d74e183 +$(DL_FILE)_BLAKE2 = 4a403ca4f94034356922ea1a4feffd5f5289e2aadbe1585bd04e83ee89712227ce04c53f7e05c10f7c8ac6be67a265a32b47032e7b56e929a172772fa41d5299 install : $(TARGET)