diff mbox series

[meta-networking] squid: upgrade 6.6 -> 6.7

Message ID 1707206476-5165-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-networking] squid: upgrade 6.6 -> 6.7 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 6, 2024, 8:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 e5053f092..519ece80f 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 \