summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-03-02 17:52:50 +0800
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:07 -0800
commit91e1461a2844e7d82287b7b9b3212678bcf67408 (patch)
tree00277cb805177543a9d4fa24454423984227ea7f /meta-python/recipes-devtools/python
parent43e0cd703402174a0c1801e53dab72c6f7df3f78 (diff)
downloadmeta-openembedded-91e1461a2844e7d82287b7b9b3212678bcf67408.tar.gz
python3-pillow: upgrade 9.0.0 -> 9.0.1
changelog: In show_file, use os.remove to remove temporary images. CVE-2022-24303 Restrict builtins within lambdas for ImageMath.eval. CVE-2022-22817 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_9.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb)2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.0.1.bb
index 487e4b54c4..fb86322f77 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_9.0.1.bb
@@ -38,3 +38,5 @@ S = "${WORKDIR}/git"
38RPROVIDES:${PN} += "python3-imaging" 38RPROVIDES:${PN} += "python3-imaging"
39 39
40BBCLASSEXTEND = "native" 40BBCLASSEXTEND = "native"
41
42SRCREV = "6deac9e3a23caffbfdd75c00d3f0a1cd36cdbd5d"