summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2021-03-09 11:56:11 +0800
committerKhem Raj <raj.khem@gmail.com>2021-03-11 19:59:04 -0800
commitbb0789998e8fc5d916808421aa88764a1463228d (patch)
tree59536ee850175dda6db58d8036b5c55a1b73efab /meta-python
parent4cd1e3e4a33df23742692fc63d98b3d5e258aea0 (diff)
downloadmeta-openembedded-bb0789998e8fc5d916808421aa88764a1463228d.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_8.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.1.0.bb b/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb
index 63974590cc..a1b4f9059d 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_8.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.1.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" 11"
12SRCREV ?= "fcc42e0d344146ee9d265d1f43c094ce5a0ec4cf" 12SRCREV ?= "88bd672dafad68b419ea29bef941dfa17f941038"
13 13
14inherit setuptools3 14inherit setuptools3
15 15