diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-06 19:33:45 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-09 07:49:31 +0530 |
| commit | 9fcdfa8b226e6c7f6ca6cdf1d7e1d196be971a9b (patch) | |
| tree | a784214da48102556223051a948113ac46ee9774 /meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb | |
| parent | a892f6cfc9a5b354966790660118e1277f6f07f2 (diff) | |
| download | meta-openembedded-9fcdfa8b226e6c7f6ca6cdf1d7e1d196be971a9b.tar.gz | |
python3-pillow: patch CVE-2026-25990
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-25990
Backport the patch referenced by the NVD advisory.
Note that the patch contain some new binary test data, which
requires "git" PATCHTOOL - other tools fail to apply binary patches.
All ptests passed successfully:
Testsuite summary
TOTAL: 5011
PASS: 4577
SKIP: 431
XFAIL: 3
FAIL: 0
XPASS: 0
ERROR: 0
DURATION: 59
END: /usr/lib/python3-pillow/ptest
2026-03-06T17:58
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb index 4db5db1572..34b462ca4f 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb | |||
| @@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a1b708da743e3fc0e5c35e92daac0bf8" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https;tag=${PV} \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https;tag=${PV} \ |
| 9 | file://0001-support-cross-compiling.patch \ | 9 | file://0001-support-cross-compiling.patch \ |
| 10 | file://CVE-2026-25990.patch \ | ||
| 10 | " | 11 | " |
| 11 | SRCREV = "693df7b42c666f88c719f9973be0ad71607328e0" | 12 | SRCREV = "693df7b42c666f88c719f9973be0ad71607328e0" |
| 12 | 13 | ||
| @@ -65,3 +66,7 @@ CVE_PRODUCT = "pillow" | |||
| 65 | RPROVIDES:${PN} += "python3-imaging" | 66 | RPROVIDES:${PN} += "python3-imaging" |
| 66 | 67 | ||
| 67 | BBCLASSEXTEND = "native" | 68 | BBCLASSEXTEND = "native" |
| 69 | |||
| 70 | # CVE-2026-25990.patch in SRC_URI contains a binary blob, which needs to | ||
| 71 | # be applied with git | ||
| 72 | PATCHTOOL = "git" | ||
