From 33df33996c363f6b40ac4a8e8307ce5815df448343b2987dbd95329208ff882a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 3 Feb 2022 21:03:07 +0000 Subject: [PATCH] Accepting request 951379 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/951379 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=124 --- Pillow-9.0.0.tar.gz | 3 --- Pillow-9.0.1.tar.gz | 3 +++ python-Pillow.changes | 9 +++++++++ python-Pillow.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 Pillow-9.0.0.tar.gz create mode 100644 Pillow-9.0.1.tar.gz diff --git a/Pillow-9.0.0.tar.gz b/Pillow-9.0.0.tar.gz deleted file mode 100644 index e1307b3..0000000 --- a/Pillow-9.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee6e2963e92762923956fe5d3479b1fdc3b76c83f290aad131a2f98c3df0593e -size 49513779 diff --git a/Pillow-9.0.1.tar.gz b/Pillow-9.0.1.tar.gz new file mode 100644 index 0000000..e57d499 --- /dev/null +++ b/Pillow-9.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8bc8238a7dfdaf7a75f5ec5a663f4173f8c367e5a39f87e720495e1eed75fa +size 49514914 diff --git a/python-Pillow.changes b/python-Pillow.changes index 9bad305..30c5621 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 3 20:00:39 UTC 2022 - Arun Persaud + +- update to version 9.0.1: + * In show_file, use os.remove to remove temporary + images. CVE-2022-24303 #6010 [radarhere, hugovk] + * Restrict builtins within lambdas for + ImageMath.eval. CVE-2022-22817 #6009 [radarhere] + ------------------------------------------------------------------- Tue Jan 4 21:06:31 UTC 2022 - Ben Greiner diff --git a/python-Pillow.spec b/python-Pillow.spec index 9a1388c..3e73349 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-Pillow -Version: 9.0.0 +Version: 9.0.1 Release: 0 Summary: Python Imaging Library (Fork) License: HPND