aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2021-07-22 09:39:38 -0700
committerArmin Kuster <akuster808@gmail.com>2021-07-27 22:36:24 -0700
commit88813d34dd665cf90403716b88db2f0e0ec78d76 (patch)
treed194ba6d2f3f3eac03baed798222f712217c3e33 /meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb
parent76a6070e6886fc7d623742bf0f7c4167b8b8dae8 (diff)
downloadmeta-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.bb2
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"
SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \
file://0001-support-cross-compiling.patch \
file://0001-explicitly-set-compile-options.patch \
+ file://0001-Limit-sprintf-modes-to-10-characters.patch \
+ file://0001-Use-snprintf-instead-of-sprintf.patch \
"
SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433"