diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-03-02 17:52:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:07 -0800 |
| commit | 91e1461a2844e7d82287b7b9b3212678bcf67408 (patch) | |
| tree | 00277cb805177543a9d4fa24454423984227ea7f /meta-python/recipes-devtools/python | |
| parent | 43e0cd703402174a0c1801e53dab72c6f7df3f78 (diff) | |
| download | meta-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" | |||
| 38 | RPROVIDES:${PN} += "python3-imaging" | 38 | RPROVIDES:${PN} += "python3-imaging" |
| 39 | 39 | ||
| 40 | BBCLASSEXTEND = "native" | 40 | BBCLASSEXTEND = "native" |
| 41 | |||
| 42 | SRCREV = "6deac9e3a23caffbfdd75c00d3f0a1cd36cdbd5d" | ||
