diff options
| author | Joe Slater <joe.slater@windriver.com> | 2021-07-22 09:39:38 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-07-27 22:36:24 -0700 |
| commit | 88813d34dd665cf90403716b88db2f0e0ec78d76 (patch) | |
| tree | d194ba6d2f3f3eac03baed798222f712217c3e33 /meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb | |
| parent | 76a6070e6886fc7d623742bf0f7c4167b8b8dae8 (diff) | |
| download | meta-openembedded-88813d34dd665cf90403716b88db2f0e0ec78d76.tar.gz | |
python3-pillow: fix CVE-2021-34552
Pull fix from version 8.3.1 back to 8.2.0.
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb b/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb index 3241230d13..40745bb763 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb | |||
| @@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" | |||
| 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \ |
| 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-Limit-sprintf-modes-to-10-characters.patch \ | ||
| 12 | file://0001-Use-snprintf-instead-of-sprintf.patch \ | ||
| 11 | " | 13 | " |
| 12 | SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433" | 14 | SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433" |
| 13 | 15 | ||
