summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/squid/squid_4.9.bb
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2024-02-12 09:26:24 +0530
committerArmin Kuster <akuster808@gmail.com>2024-03-03 16:38:27 -0500
commite30e0c309465de4e52addf008ab4404580c0026e (patch)
treea47b19497958041520c2b5d6fa6503879e4f7393 /meta-networking/recipes-daemons/squid/squid_4.9.bb
parentde497fb40998a1b89f6b23083264bfa4c2a70504 (diff)
downloadmeta-openembedded-e30e0c309465de4e52addf008ab4404580c0026e.tar.gz
squid: Backport fix for CVE-2023-50269
import patch from ubuntu to fix CVE-2023-50269 Upstream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/squid/tree/debian/patches?h=ubuntu/focal-security&id=9ccd217ca9428c9a6597e9310a99552026b245fa Upstream commit https://github.com/squid-cache/squid/commit/9f7136105bff920413042a8806cc5de3f6086d6d] Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/squid/squid_4.9.bb')
-rw-r--r--meta-networking/recipes-daemons/squid/squid_4.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_4.9.bb b/meta-networking/recipes-daemons/squid/squid_4.9.bb
index 482ce76d1..09c0a2cd7 100644
--- a/meta-networking/recipes-daemons/squid/squid_4.9.bb
+++ b/meta-networking/recipes-daemons/squid/squid_4.9.bb
@@ -30,6 +30,7 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${BPN}-${PV}.tar.bz2
30 file://CVE-2023-46846.patch \ 30 file://CVE-2023-46846.patch \
31 file://CVE-2023-49285.patch \ 31 file://CVE-2023-49285.patch \
32 file://CVE-2023-49286.patch \ 32 file://CVE-2023-49286.patch \
33 file://CVE-2023-50269.patch \
33 " 34 "
34 35
35SRC_URI_remove_toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" 36SRC_URI_remove_toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch"