From: Xu Huan <xuhuan.fnst@...>
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@...>
Signed-off-by: Khem Raj <raj.khem@...>
Signed-off-by: Trevor Gamblin <trevor.gamblin@...>
(cherry picked from commit 91e1461a2844e7d82287b7b9b3212678bcf67408)
Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@...>
Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@...>
---
.../python/{python3-pillow_9.0.0.bb => python3-pillow_9.0.1.bb} | 2 ++
1 file changed, 2 insertions(+)
rename meta-python/recipes-devtools/python/{python3-pillow_9.0.0.bb => python3-pillow_9.0.1.bb} (94%)
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
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb
rename to meta-python/recipes-devtools/python/python3-pillow_9.0.1.bb
index 346071d1ca..1f0fdfa349 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"
RPROVIDES_${PN} += "python3-imaging"
BBCLASSEXTEND = "native"
+
+SRCREV = "6deac9e3a23caffbfdd75c00d3f0a1cd36cdbd5d"
--
2.17.1