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>
This commit is contained in:
Trevor Gamblin
2021-10-06 13:39:06 -04:00
committed by Armin Kuster
parent 3f8d565e39
commit 406a405af2
2 changed files with 50 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \
file://0001-explicitly-set-compile-options.patch \
file://0001-Limit-sprintf-modes-to-10-characters.patch \
file://0001-Use-snprintf-instead-of-sprintf.patch \
file://0001-Raise-ValueError-if-color-specifier-is-too-long.patch \
"
SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433"