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>
This commit is contained in:
Hitendra Prajapati
2026-04-28 11:29:53 +05:30
committed by Anuj Mittal
parent 955189fbcb
commit fdf83ebd28
2 changed files with 51 additions and 0 deletions
@@ -9,6 +9,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https
file://0001-support-cross-compiling.patch \
file://run-ptest \
file://CVE-2026-25990.patch \
file://CVE-2026-40192.patch \
"
SRCREV = "5c89d88eee199ba53f64581ea39b6a1bc52feb1a"