[Buildroot] [git commit branch/2025.02.x] package/squid: bump to version 6.14
Titouan Christophe
titouan.christophe at mind.be
Thu Sep 4 11:57:24 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=b1be77a1e838973deb561a1c22ca0dacaaa36a4f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x
Bufix release fixing a number of issues:
- 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
https://github.com/squid-cache/squid/releases/tag/SQUID_6_14
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 7c47e8b1b2c1870c4281e30756fe2d44aa5c7e3a)
Signed-off-by: Titouan Christophe <titouan.christophe at mind.be>
---
package/squid/squid.hash | 2 +-
package/squid/squid.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/squid/squid.hash b/package/squid/squid.hash
index df52a3be16..329d61ca93 100644
--- a/package/squid/squid.hash
+++ b/package/squid/squid.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 232e0567946ccc0115653c3c18f01e83f2d9cc49c43d9dead8b319af0b35ad52 squid-6.13.tar.xz
+sha256 9eafe06f58a199b918e79d33d8aa03afb9ae0c11d18974dca0b44c2669cab6dd squid-6.14.tar.xz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index 4519a7d36e..b021170d9b 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SQUID_VERSION = 6.13
+SQUID_VERSION = 6.14
SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
SQUID_SITE = https://github.com/squid-cache/squid/releases/download/SQUID_$(subst .,_,$(SQUID_VERSION))
SQUID_LICENSE = GPL-2.0+
More information about the buildroot
mailing list