squid: Update to 6.14

Message ID 20250624212127.13640-1-matthias.fischer@ipfire.org
State Staged
Commit 6b320b273d53746fca621b8fb073e8258a46904a
Headers
Series squid: Update to 6.14 |

Commit Message

Matthias Fischer June 24, 2025, 9:21 p.m. UTC
  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 <matthias.fischer@ipfire.org>
---
 lfs/squid | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Adolf Belka June 25, 2025, 4:42 p.m. UTC | #1
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>

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 <matthias.fischer@ipfire.org>
> ---
>   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)
>
  

Patch

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)