diff options
| author | Shubham Kulkarni <skulkarni@mvista.com> | 2023-02-03 16:42:09 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-02-22 11:24:23 -0500 |
| commit | eadcdb97d43d083b8b614e203c19bda5469678c8 (patch) | |
| tree | 0d1ebfb63b1dd64867240fb4c06a325dcb610951 /meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb | |
| parent | 1172ebfa20a1353b33ad954eee8aff9c03ee35a8 (diff) | |
| download | meta-openembedded-eadcdb97d43d083b8b614e203c19bda5469678c8.tar.gz | |
python3-pillow: Security fix for CVE-2022-45198
Fix for CVE-2022-45198: Improper Handling of Highly Compressed GIF Data
Backport from https://github.com/python-pillow/Pillow/commit/884437f8a2b953a0abd2a3b130a87fcfb438092e
Signed-off-by: Shubham Kulkarni <skulkarni@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb b/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb index 80b7e941ae..35330cac6d 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb | |||
| @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=55c0f320370091249c1755c0d2b48e89" | |||
| 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=6.2.x;protocol=https \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=6.2.x;protocol=https \ |
| 9 | file://0001-support-cross-compiling.patch \ | 9 | file://0001-support-cross-compiling.patch \ |
| 10 | file://0001-explicitly-set-compile-options.patch \ | 10 | file://0001-explicitly-set-compile-options.patch \ |
| 11 | file://0001-CVE-2022-45198.patch \ | ||
| 11 | " | 12 | " |
| 12 | SRCREV ?= "6e0f07bbe38def22d36ee176b2efd9ea74b453a6" | 13 | SRCREV ?= "6e0f07bbe38def22d36ee176b2efd9ea74b453a6" |
| 13 | 14 | ||
