diff options
| author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2021-10-06 13:39:06 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-10-08 12:40:15 -0700 |
| commit | 406a405af2ae67015db74aa01e203135f7410cef (patch) | |
| tree | 045f4912dc0755cdbb9919cc651450988689e7dd /meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb | |
| parent | 3f8d565e396a751f2a68c6378c98bb4e059b653f (diff) | |
| download | meta-openembedded-406a405af2ae67015db74aa01e203135f7410cef.tar.gz | |
python3-pillow: Fix CVE-2021-23437
Backport an upstream fix since an uprev would include
potentially-breaking functionality changes.
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.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 | 1 |
1 files changed, 1 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 40745bb763..8b3a2996f4 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 | |||
| @@ -10,6 +10,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \ | |||
| 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 \ | 11 | file://0001-Limit-sprintf-modes-to-10-characters.patch \ |
| 12 | file://0001-Use-snprintf-instead-of-sprintf.patch \ | 12 | file://0001-Use-snprintf-instead-of-sprintf.patch \ |
| 13 | file://0001-Raise-ValueError-if-color-specifier-is-too-long.patch \ | ||
| 13 | " | 14 | " |
| 14 | SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433" | 15 | SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433" |
| 15 | 16 | ||
