From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bS6zp466sz330j for ; Wed, 25 Jun 2025 16:42:14 +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 (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 4bS6zl0M0Nz2xLw for ; Wed, 25 Jun 2025 16:42:11 +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 4bS6zk26vGzyc for ; Wed, 25 Jun 2025 16:42:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750869730; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=syGbB7NZG6ZZndxKS9thr6eqdYDLZyKcprJ9hYg0I0g=; b=8wA1vAd3SApOyKZRT53va+bSgxHq9hc7M+RVKLf52R/FcyG7fTfVRD7vYUFS9cliQC1RQr e+FOmy3AHcohsUDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750869730; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=syGbB7NZG6ZZndxKS9thr6eqdYDLZyKcprJ9hYg0I0g=; b=I5mjqh1R/Cwdm+nhkFA7VNdsCQ/Rg2VcPavb7zXGdL6vOvxzx5vB/CTyl6sYRO5ogDsGyD aCKGq8GSHfjgRZUKxK64k0YYbXESHQypO+Ucc03e71jI01wvPYy5DFeHPzVMQf0yQyQPVm obZdRrdjTclneFfG7ucxDwl8nDXkC+c8MYa5ACIktDTnYo1g1+gW+Ob/B1F9F3ngeaX4Jo VxSCG9u5VJjSqa4thAoBJAGtzyiSPTr/kdN2C4Gcl5alCINWPbTfz7UxhWvqTm9JaoxjzL NIdLNegNuyDMeTLA5viAcY3Eka0TyLtWCotIwzIuqaZ+Suj5CrAR4Krrd0K/iw== Message-ID: <0fca8b4b-5a0d-4fd0-a5c4-1a9acb2b32c5@ipfire.org> Date: Wed, 25 Jun 2025 18:42:09 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: [PATCH] squid: Update to 6.14 To: "IPFire: Development-List" References: <20250624212127.13640-1-matthias.fischer@ipfire.org> Content-Language: en-GB From: Adolf Belka In-Reply-To: <20250624212127.13640-1-matthias.fischer@ipfire.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Adolf Belka On 24/06/2025 23:21, Matthias Fischer wrote: > 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 > --- > 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) >