summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2026-04-28 11:29:53 +0530
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-04-29 10:14:29 +0530
commitfdf83ebd289465a9534b8110a43a03a6cb2e9a5b (patch)
treea55e5cd1da4dd2234104509f3dde054f9e34bcfb /meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb
parent955189fbcb749b2a14191f4a19fa083d0ca24ce1 (diff)
downloadmeta-openembedded-fdf83ebd289465a9534b8110a43a03a6cb2e9a5b.tar.gz
python3-pillow: fix CVE-2026-40192
Backport commit[1] which fixes this vulnerability as mentioned NVD report in [2]. [1] https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628 [2] https://nvd.nist.gov/vuln/detail/CVE-2026-40192 [3] https://security-tracker.debian.org/tracker/CVE-2026-40192 Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb b/meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb
index a81bcca215..9f1ef87a46 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb
@@ -9,6 +9,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https
9 file://0001-support-cross-compiling.patch \ 9 file://0001-support-cross-compiling.patch \
10 file://run-ptest \ 10 file://run-ptest \
11 file://CVE-2026-25990.patch \ 11 file://CVE-2026-25990.patch \
12 file://CVE-2026-40192.patch \
12 " 13 "
13SRCREV = "5c89d88eee199ba53f64581ea39b6a1bc52feb1a" 14SRCREV = "5c89d88eee199ba53f64581ea39b6a1bc52feb1a"
14 15