diff options
| author | Hitendra Prajapati <hprajapati@mvista.com> | 2026-03-18 13:30:15 +0530 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-24 08:52:14 +0530 |
| commit | 808d3a73de75f7b5c76c247209c910e1686304db (patch) | |
| tree | 565a9e929c01f8aeb149d60e2514284715bf11a8 /meta-python/recipes-devtools/python/python3-pillow_10.3.0.bb | |
| parent | d3a45ead9c22009c08095920104b177d1c90ee7d (diff) | |
| download | meta-openembedded-808d3a73de75f7b5c76c247209c910e1686304db.tar.gz | |
python3-pillow: fix CVE-2026-25990
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-25990
Backport commit[1] which fixes this vulnerability as mentioned NVD report in [2].
[1] https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa
[2] https://nvd.nist.gov/vuln/detail/CVE-2026-25990
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.bb | 1 |
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 8b0bcf55dd..a81bcca215 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 | |||
| @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c349a4b4b9ec2377a8fd6a7df87dbffe" | |||
| 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \ | 8 | 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 | " | 12 | " |
| 12 | SRCREV = "5c89d88eee199ba53f64581ea39b6a1bc52feb1a" | 13 | SRCREV = "5c89d88eee199ba53f64581ea39b6a1bc52feb1a" |
| 13 | 14 | ||
