15
0
forked from pool/python-Pillow

Accepting request 362918 from home:stroeder:branches:devel:languages:python

update to version 3.1.1 with security fixes

OBS-URL: https://build.opensuse.org/request/show/362918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=45
This commit is contained in:
Jan Matejek
2016-03-01 13:05:57 +00:00
committed by Git OBS Bridge
parent 173ee749ef
commit b462ecac0c
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 29 12:28:34 UTC 2016 - michael@stroeder.com
- update to version 3.1.1 with security fixes:
* Fixed an integer overflow in Resample.c causing writes in the Python heap.
* Fixed a buffer overflow in PcdDecode.c causing a segfault when opening
PhotoCD files. CVE-2016-TBD
* Fixed a buffer overflow in FliDecode.c causing a segfault when opening
FLI files. CVE-2016-0775
* Fixed a buffer overflow in TiffDecode.c causing an arbitrary amount of
memory to be overwritten when opening a specially crafted invalid TIFF
file. CVE-2016-0740
-------------------------------------------------------------------
Mon Feb 1 11:13:20 UTC 2016 - toddrme2178@gmail.com