From a178f67d972b6f0c07d0a5284760a56301bbe4ba Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 16:01:16 +0800 Subject: [PATCH] squid: upgrade 6.6 -> 6.7 Changelog: =========== - Bug 5337: workaround for crash on startup if -a option is used - Bug 5274: Successful tunnels logged as TCP_TUNNEL/500 - Fix crash when NTLM and Negotiate helpers are queried with no HTTP request - Fix SslBump memory leak when mimicking certificates with Authority Key Identifier - Fix memory leak on SslBump certificates with Authority Key Identifier extension - Fix a possible integer overflow in FTP Gateway - Extend cache_log_message to Bug 5187 and job invalidation BUGs - Remove incorrect beta version warning - MS Windows portability improvements and some documentation improvements Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-daemons/squid/{squid_6.6.bb => squid_6.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-daemons/squid/{squid_6.6.bb => squid_6.7.bb} (98%) diff --git a/meta-networking/recipes-daemons/squid/squid_6.6.bb b/meta-networking/recipes-daemons/squid/squid_6.7.bb similarity index 98% rename from meta-networking/recipes-daemons/squid/squid_6.6.bb rename to meta-networking/recipes-daemons/squid/squid_6.7.bb index e5053f092c..519ece80f1 100644 --- a/meta-networking/recipes-daemons/squid/squid_6.6.bb +++ b/meta-networking/recipes-daemons/squid/squid_6.7.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${BPN}-${PV}.tar.bz2 SRC_URI:remove:toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" -SRC_URI[sha256sum] = "bc73ce506050334f51441f9054ffba4eb7cfd365a5e98a6d178b8263b9222f40" +SRC_URI[sha256sum] = "7a09a0232026824c300b72c42cc5c0c431cbb65498f41d5dea48ef447ab8037e" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://errors/COPYRIGHT;md5=d324bc1f9447d1d1588d75b22a678dc4 \