summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2025-11-11 22:37:23 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-11-12 11:28:45 +0530
commitf029d9802632a9a5ab0f6944bc00e7e1f596eb65 (patch)
treef30af360b3d2948ceb5a9ae8b521b64adf25c26f /meta-networking
parent64eecac2641dd075c457b849a11d0e8d0586f843 (diff)
downloadmeta-openembedded-f029d9802632a9a5ab0f6944bc00e7e1f596eb65.tar.gz
squid: upgrade 6.12 -> 6.14
License-Update: copyright years updated Changelog: https://github.com/squid-cache/squid/releases/tag/SQUID_6_13 https://github.com/squid-cache/squid/releases/tag/SQUID_6_14 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/squid/squid_6.14.bb (renamed from meta-networking/recipes-daemons/squid/squid_6.12.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_6.12.bb b/meta-networking/recipes-daemons/squid/squid_6.14.bb
index ba5ca3a698..e6841719cc 100644
--- a/meta-networking/recipes-daemons/squid/squid_6.12.bb
+++ b/meta-networking/recipes-daemons/squid/squid_6.14.bb
@@ -23,10 +23,10 @@ SRC_URI = "https://github.com/squid-cache/${BPN}/releases/download/SQUID_${PV_U}
23 file://CVE-2025-59362.patch \ 23 file://CVE-2025-59362.patch \
24 " 24 "
25 25
26SRC_URI[sha256sum] = "f3df3abb2603a513266f24a5d4699a9f0d76b9f554d1848b67f9c51cd3b3cb50" 26SRC_URI[sha256sum] = "9eafe06f58a199b918e79d33d8aa03afb9ae0c11d18974dca0b44c2669cab6dd"
27 27
28LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 28LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
29 file://errors/COPYRIGHT;md5=6fbb6a2adc362e206da7b4f42846cdec \ 29 file://errors/COPYRIGHT;md5=c2a0e15750d3a9743af9109fecc05622 \
30 " 30 "
31 31
32UPSTREAM_CHECK_URI = "https://github.com/squid-cache/${BPN}/releases/" 32UPSTREAM_CHECK_URI = "https://github.com/squid-cache/${BPN}/releases/"