diff mbox series

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

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

Commit Message

Mingyu Wang (Fujitsu) Jan. 2, 2024, 7:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Bug 5328: Fix ESI build with libxml2 v2.12.0
- Bug 5319: QOS Netfilter MARK preservation is always disabled
- Bug 5318: peer_digest.cc:399: "fetch->pd && receivedData.data"
- Bug 5317: FATAL attempt to read data from memory
- Bug 5154: Do not open IPv6 sockets when IPv6 is disabled
- FTP: Ignore credentials with a NUL-prefixed username
- log_db_daemon: Fix DSN construction
- Limit the number of allowed X-Forwarded-For hops
- Do not update StoreEntry expiration after errorAppendEntry()
- improve handling of response sending errors

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-daemons/squid/{squid_6.5.bb => squid_6.6.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-daemons/squid/{squid_6.5.bb => squid_6.6.bb} (98%)

Comments

Khem Raj Jan. 8, 2024, 2:46 a.m. UTC | #1
On Tue, 02 Jan 2024 15:03:11 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ===========
> - Bug 5328: Fix ESI build with libxml2 v2.12.0
> - Bug 5319: QOS Netfilter MARK preservation is always disabled
> - Bug 5318: peer_digest.cc:399: "fetch->pd && receivedData.data"
> - Bug 5317: FATAL attempt to read data from memory
> - Bug 5154: Do not open IPv6 sockets when IPv6 is disabled
> - FTP: Ignore credentials with a NUL-prefixed username
> - log_db_daemon: Fix DSN construction
> - Limit the number of allowed X-Forwarded-For hops
> - Do not update StoreEntry expiration after errorAppendEntry()
> - improve handling of response sending errors
> 
> [...]

Applied, thanks!

[1/1] squid: upgrade 6.5 -> 6.6
      commit: 0fae40f44c1d53b4bb4e19d8daac719d17cf810e

Best regards,
diff mbox series

Patch

diff --git a/meta-networking/recipes-daemons/squid/squid_6.5.bb b/meta-networking/recipes-daemons/squid/squid_6.6.bb
similarity index 98%
rename from meta-networking/recipes-daemons/squid/squid_6.5.bb
rename to meta-networking/recipes-daemons/squid/squid_6.6.bb
index 8d5d1a384..e5053f092 100644
--- a/meta-networking/recipes-daemons/squid/squid_6.5.bb
+++ b/meta-networking/recipes-daemons/squid/squid_6.6.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] = "99acd54ec9d68b2a9080d19fcc43eca1a245146cf162dbba689510d01e6d0f25"
+SRC_URI[sha256sum] = "bc73ce506050334f51441f9054ffba4eb7cfd365a5e98a6d178b8263b9222f40"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://errors/COPYRIGHT;md5=d324bc1f9447d1d1588d75b22a678dc4 \