python3-pillow: 8.1.0 -> 8.1.2

8.1.2 fixes:
* CVE-2021-27921
* CVE-2021-27922
* CVE-2021-27923

8.1.1 fixes:
* CVE-2021-25289
* CVE-2021-25290
* CVE-2021-25291
* CVE-2021-25292
* CVE-2021-25293

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Kai Kang
2021-03-09 11:56:11 +08:00
committed by Khem Raj
parent 4cd1e3e4a3
commit bb0789998e

View File

@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.1.x \
file://0001-support-cross-compiling.patch \
file://0001-explicitly-set-compile-options.patch \
"
SRCREV ?= "fcc42e0d344146ee9d265d1f43c094ce5a0ec4cf"
SRCREV ?= "88bd672dafad68b419ea29bef941dfa17f941038"
inherit setuptools3