From d5dc9f519d5e7a67bccff0b9e6df1366756f129f4e60cc0a4382d83b475f014f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 29 May 2022 18:43:20 +0000 Subject: [PATCH] - update to 9.1.1 (bsc#1199713, CVE-2022-30595): * When reading past the end of a TGA scan line, reduce bytes left. CVE-2022-30595 * Do not open images with zero or negative height #6269 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=127 --- Pillow-9.1.0.tar.gz | 3 --- Pillow-9.1.1.tar.gz | 3 +++ python-Pillow.changes | 7 +++++++ python-Pillow.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Pillow-9.1.0.tar.gz create mode 100644 Pillow-9.1.1.tar.gz diff --git a/Pillow-9.1.0.tar.gz b/Pillow-9.1.0.tar.gz deleted file mode 100644 index d027401..0000000 --- a/Pillow-9.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f401ed2bbb155e1ade150ccc63db1a4f6c1909d3d378f7d1235a44e90d75fb97 -size 49760285 diff --git a/Pillow-9.1.1.tar.gz b/Pillow-9.1.1.tar.gz new file mode 100644 index 0000000..057de19 --- /dev/null +++ b/Pillow-9.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7502539939b53d7565f3d11d87c78e7ec900d3c72945d4ee0e2f250d598309a0 +size 49764564 diff --git a/python-Pillow.changes b/python-Pillow.changes index 15a1403..4e68599 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 29 18:37:16 UTC 2022 - Dirk Müller + +- update to 9.1.1 (bsc#1199713, CVE-2022-30595): + * When reading past the end of a TGA scan line, reduce bytes left. CVE-2022-30595 + * Do not open images with zero or negative height #6269 + ------------------------------------------------------------------- Fri Apr 8 16:44:32 UTC 2022 - Dirk Müller diff --git a/python-Pillow.spec b/python-Pillow.spec index 3104ae2..7f5860e 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.1.0 +Version: 9.1.1 Release: 0 Summary: Python Imaging Library (Fork) License: HPND