summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-11-02 00:01:33 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-01 16:45:17 -0700
commit20b87d90ed6fb0755c187eeb9d516daffa673fef (patch)
tree0f434742fe9448a3460b5e59d0a292f47e65a218
parentf514bc1e89bc977f94457d9d279494a066827280 (diff)
downloadmeta-openembedded-20b87d90ed6fb0755c187eeb9d516daffa673fef.tar.gz
squid: upgrade 7.2 -> 7.3
* https://github.com/squid-cache/squid/releases/tag/SQUID_7_3 - Regression Bug 5520: ERR_INVALID_URL for CONNECT host with leading digit - Quit NTLM authenticate() on missing NTLM authorization header - Fix Auth::User::absorb() IP list transfer logic - Fix type mismatch in new/delete of addrinfo::ai_addr - Fix libntlmauth string parsing on big-endian machines - ... and some code cleanups - ... and some CI improvements Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-daemons/squid/squid_7.3.bb (renamed from meta-networking/recipes-daemons/squid/squid_7.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_7.2.bb b/meta-networking/recipes-daemons/squid/squid_7.3.bb
index 0891d2208d..8d1d84c04e 100644
--- a/meta-networking/recipes-daemons/squid/squid_7.2.bb
+++ b/meta-networking/recipes-daemons/squid/squid_7.3.bb
@@ -22,7 +22,7 @@ SRC_URI = "https://github.com/squid-cache/${BPN}/releases/download/SQUID_${PV_U}
22 file://squid.nm \ 22 file://squid.nm \
23 " 23 "
24 24
25SRC_URI[sha256sum] = "5e077be1d83a9e696ce8d0d9e723b1273152207a091404be68a4b9a9e18c7003" 25SRC_URI[sha256sum] = "dadc2a9a3926ce1b3babeaa7a7d7b21cbb089025876daa3f5c19e7eb6391ddcd"
26 26
27LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 27LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
28 file://errors/COPYRIGHT;md5=c2a0e15750d3a9743af9109fecc05622 \ 28 file://errors/COPYRIGHT;md5=c2a0e15750d3a9743af9109fecc05622 \