Hello community, here is the log from the commit of package python-Pillow for openSUSE:Factory checked in at 2016-03-09 19:01:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pillow (Old) and /work/SRC/openSUSE:Factory/.python-Pillow.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pillow" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes 2016-02-16 09:27:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-Pillow.new/python-Pillow.changes 2016-03-09 19:01:29.000000000 +0100 @@ -1,0 +2,19 @@ +Tue Mar 1 21:05:58 UTC 2016 - [email protected] + +- ignore make check errors ppc64 architecture as upstream issue + https://github.com/python-pillow/Pillow/issues/1204 + +------------------------------------------------------------------- +Mon Feb 29 12:28:34 UTC 2016 - [email protected] + +- 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 (fixes bsc#965582) + * 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 (fixes bsc#965579) + +------------------------------------------------------------------- Old: ---- Pillow-3.1.0.tar.gz New: ---- Pillow-3.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pillow.spec ++++++ --- /var/tmp/diff_new_pack.fAzGgB/_old 2016-03-09 19:01:30.000000000 +0100 +++ /var/tmp/diff_new_pack.fAzGgB/_new 2016-03-09 19:01:30.000000000 +0100 @@ -17,7 +17,7 @@ Name: python-Pillow -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Python Imaging Library (Fork) License: HPND @@ -107,8 +107,15 @@ echo "PIL" > %{buildroot}%{python_sitearch}/PIL.pth %check +%ifarch ppc64 +PYTHONPATH=%{buildroot}/%{python_sitearch} python selftest.py --installed || \ +echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204" +PYTHONPATH=%{buildroot}/%{python_sitearch} python test-installed.py || \ +echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204" +%else PYTHONPATH=%{buildroot}/%{python_sitearch} python selftest.py --installed PYTHONPATH=%{buildroot}/%{python_sitearch} python test-installed.py +%endif %post update-alternatives \ ++++++ Pillow-3.1.0.tar.gz -> Pillow-3.1.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-Pillow/Pillow-3.1.0.tar.gz /work/SRC/openSUSE:Factory/.python-Pillow.new/Pillow-3.1.1.tar.gz differ: char 5, line 1
