diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 16:01:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:09 -0800 |
commit | a178f67d972b6f0c07d0a5284760a56301bbe4ba (patch) | |
tree | eb8d473246d0c01de974d0fcbc70de4404edcdf1 | |
parent | 3fe7c5fae8576b41dbe546491649e9bdb4ed5096 (diff) | |
download | meta-openembedded-a178f67d972b6f0c07d0a5284760a56301bbe4ba.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-daemons/squid/squid_6.7.bb (renamed from meta-networking/recipes-daemons/squid/squid_6.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_6.6.bb b/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 | |||
25 | 25 | ||
26 | SRC_URI:remove:toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" | 26 | SRC_URI:remove:toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" |
27 | 27 | ||
28 | SRC_URI[sha256sum] = "bc73ce506050334f51441f9054ffba4eb7cfd365a5e98a6d178b8263b9222f40" | 28 | SRC_URI[sha256sum] = "7a09a0232026824c300b72c42cc5c0c431cbb65498f41d5dea48ef447ab8037e" |
29 | 29 | ||
30 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 30 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
31 | file://errors/COPYRIGHT;md5=d324bc1f9447d1d1588d75b22a678dc4 \ | 31 | file://errors/COPYRIGHT;md5=d324bc1f9447d1d1588d75b22a678dc4 \ |