From patchwork Tue Jun 24 21:21:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8853 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bRdDh42j0z3wm9 for ; Tue, 24 Jun 2025 21:21:40 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bRdDh2k82z6K2 for ; Tue, 24 Jun 2025 21:21:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bRdDh22XSz331s for ; Tue, 24 Jun 2025 21:21:40 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bRdDd2Frnz2xng for ; Tue, 24 Jun 2025 21:21:37 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bRdDc3dmcz1J2; Tue, 24 Jun 2025 21:21:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750800096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=woyDk19DlawR1hNpdhI6pbnoKVDlGKIzyvEOfdQMWa4=; b=71y2jVWyAXHu1Ekg9cMtikhpFDprDYZLFOw708o/4nMepbp2VUmCa4ZClOgH74XByrhJ7L Ah5OBJRw0KaEnXDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750800096; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=woyDk19DlawR1hNpdhI6pbnoKVDlGKIzyvEOfdQMWa4=; b=EgMwFZ7qtEpss/O93F9Bi1npmg54aQaEu5CZULOX8p1UddHPCrihgG/HWEsEaJBU+VIiDT 5oB2XHgtJimJo4POuLg/Nn3wH1uF4Q7/r8T34ceVp6YDrZ5wsPtdiSjOW9+wGJ9y3Ns1sr jDe9eScoFGVsoj2as1qTOUrjicERWiFilSK/vtewLBllrG/oykIja59bxQWys44cEOXmsl Lvn1jwPXB5C16GTtJ9sv7/IOR9iKrTe3ypEOmqtp/kpEk0N2eXTBZVDHiacMUxonTTeXlx giB46SX7BxS4h0tDFoGCIcdQUr++T3bLQyZ99Z+gtGlwUvoU0QT40OqkLKjWyw== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] squid: Update to 6.14 Date: Tue, 24 Jun 2025 23:21:22 +0200 Message-ID: <20250624212127.13640-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 For details see: https://github.com/squid-cache/squid/releases/tag/SQUID_6_14 "Changes in squid-6.14 (24 Jun 2025): - Bug 5352: Do not get stuck in RESPMOD after pausing peer read(2) - Bug 5489: Fix "make check" linking on Solaris - Fix SNMP cacheNumObjCount -- number of cached objects - Do not duplicate received Surrogate-Capability in sent requests - Fix Mem::Segment::open() stub to fix build without shm_open() - ... and CI and documentation updates" Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- lfs/squid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid b/lfs/squid index 1881a56f4..6963de304 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 6.13 +VER = 6.14 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cc45b4b071d9d70fd145d9d01d25a27f73a70535cfa36e476a9304e8d13701832f658c3334d21093a2c49b5e993c68164d10151f99ee7c7a0ae1619302a94974 +$(DL_FILE)_BLAKE2 = baa40c8e7dd63d1606feadf6f0b616b3f958f684e03fa8f313afc8175f6f57890e0343228c5d66c56292c905f31036209643451e8908f5cfd2e7b4cb408b2e61 install : $(TARGET)