SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-Pillow-2.8.1-8.3.x86_64.rpm :

* Thu Jul 02 2020 jtomasiakAATTsuse.com- Add 0019-FLI-overflow-error-fix-and-testcase.patch
* From upstream, backported
* Fixes CVE-2016-0775, bsc#965582- Add 0020-Fix-OOB-reads-in-FLI-decoding.patch
* From upstream, backported
* Fixes CVE-2020-10177, bsc#1173413- Add 0021-Fix-bounds-overflow-in-JPEG-2000-decoding.patch
* From upstream, backported
* Fixes CVE-2020-10994, bsc#1173418- Add 0022-Fix-bounds-overflow-in-PCX-decoding.patch
* From upstream, backported
* Fixes CVE-2020-10378, bsc#1173416
* Fri Jun 19 2020 jtomasiakAATTsuse.com- Remove decompression_bomb.gif and relevant test case to avoid ClamAV scan alerts during build
* Fri Jun 12 2020 jtomasiakAATTsuse.com- Add 0008-Corrected-negative-seeks.patch
* From upstream, backported
* Fixes part of CVE-2019-16865, bsc#1153191- Add 0009-Make-Image.crop-an-immediate-operation.patch
* From upstream, backported
* Fixes https://github.com/python-pillow/Pillow/issues/1077
* Used by 0012-Added-decompression-bomb-checks.patch- Add 0010-Crop-decompression.patch
* From upstream, backported
* Fixes https://github.com/python-pillow/Pillow/issues/2402
* Used by 0012-Added-decompression-bomb-checks.patch- Add 0011-Added-DecompressionBombError.patch
* From upstream, backported
* Adds DecompressionBombError class
* Used by 0012-Added-decompression-bomb-checks.patch- Add 0012-Added-decompression-bomb-checks.patch
* From upstream, backported
* Fixes part of CVE-2019-16865, bsc#1153191- Add 0013-Raise-error-if-dimension-is-a-string.patch
* From upstream, backported
* Fixes part of CVE-2019-16865, bsc#1153191- Add 0014-Catch-buffer-overruns.patch
* From upstream, backported
* Fixes part of CVE-2019-16865, bsc#1153191- Add 0015-Catch-PCX-P-mode-buffer-overrun.patch
* From upstream, backported
* Fixes CVE-2020-5312, bsc#1160152- Add 0016-Ensure-previous-FLI-frame-is-loaded.patch
* From upstream, backported
* Fixes https://github.com/python-pillow/Pillow/issues/2649
* Uncovers CVE-2020-5313, bsc#1160153- Add 0017-Catch-FLI-buffer-overrun.patch
* From upstream, backported
* Fixes CVE-2020-5313, bsc#1160153- Add 018-Invalid-number-of-bands-in-FPX-image.patch
* From upstream, backported
* Fixes CVE-2019-19911, bsc#1160192
* Wed Aug 07 2019 dmuellerAATTsuse.com- add CVE-2016-2533.patch (bsc#967970, CVE-2016-2533)- add CVE-2016-4009.patch (bsc#975500, CVE-2016-4009)
* Fri May 17 2019 bstephensonAATTsuse.com- Fixed CVE-2016-9189 (bsc#1008845)
* Fix for code in Map.c in new patch file CVE-2016-9189.patch.
* Wed Mar 28 2018 jzerebeckiAATTsuse.com- Add 0003-Memory-error-in-Storage.patch
* From upstream, manually applied
* Includes part of another commit improving malloc calls
* Fixes bsc#1008846, CVE-2016-9190- Add 0004-Fixed-j2k-integer-overflow-error-on-encode.patch
* From upstream
* Fixes bsc#973786, CVE-2016-3076
* Sun Mar 13 2016 dmuellerAATTsuse.com- add LICENSE
* Mon Jun 15 2015 rsalevskyAATTsuse.com- Add big-endian.patch which fixes byte order issues on s390
* Wed Apr 22 2015 mciharAATTsuse.cz- Update to 2.8.1: - Bug fix: Catch struct.error on invalid JPEG, fixes #1163 - Fix 32-bit BMP loading (RGBA or RGBX) - Fix UnboundLocalError in ImageFile #1131 - Re-enable test image caching - Fix: Cannot identify EPS images, fixes #1104 - Configure setuptools to run nosetests, fixes #729 - Style/health fixes - Add support for HTTP response objects to Image.open() - Improve reference docs for PIL.ImageDraw.Draw.pieslice() #1145 - Added copy method font_variant() and accessible properties to truetype() #1123 - Fix ImagingEffectNoise #1128 - Remove unreachable code - Let Python do the endian stuff + tests #1121 - Fix webp decode memory leak #1114 - Fast path for opaque pixels in RGBa unpacker #1088 - Enable basic support for \'RGBa\' raw encoding/decoding #1096- Remove Pillow-fixtests.patch, merged upstream
* Tue Apr 21 2015 tbechtoldAATTsuse.com- Add fix-textsize-equal.patch. Fixes testsuite on SLE11SP3
* Fri Feb 06 2015 hpjAATTurpla.net- fix test for lossy webp alpha deviation of earlier lib versions
* Add Pillow-fixtests.patch
* Thu Jan 08 2015 tbechtoldAATTsuse.com- update to version 2.7.0: - Look for OSX and Linux fonts in common places. #1054 - Fix potential PNG decompression DOS #1060 - Use underscores, not spaces, in TIFF tag kwargs. #1044, #1058 - Update PSDraw for Python3, add tests. #1055- Use Bicubic filtering by default for thumbnails. Don\'t use Jpeg Draft mode for thumbnails. #1029 - Fix MSVC compiler error: Use Py_ssize_t instead of ssize_t #1051 - Fix compiler error: MSVC needs varaibles defined at the start of the block #1048 - The GIF Palette optimization algorithm is only applicable to mode=\'P\' or \'L\' #993 - Use PySide as an alernative to PyQt4/5. - Replace affine-based im.resize implementation with convolution-based im.stretch #997 - Replace Gaussian Blur implementation with iterated fast box blur. #961 Note: Radius parameter is interpreted differently than before. - Better docs explaining import _imaging failure #1016, build #1017, mode #1018, PyAccess, PixelAccess objects #1019 Image.quantize #1020 and Image.save #1021 - Fix for saving TIFF image into an io.BytesIO buffer #1011 - Fix antialias compilation on debug versions of Python #1010 - Fix for Image.putdata segfault #1009 - Ico save, additional tests #1007 - Use PyQt4 if it has already been imported, otherwise prefer PyQt5. #1003 - Speedup resample implementation up to 2.5 times. #977 - Speed up rotation by using cache aware loops, added transpose to rotations. #994 - Fix Bicubic interpolation #970 - Support for 4-bit greyscale TIFF images #980 - Updated manifest #957 - Fix PyPy 2.4 regression #952 - Webp Metadata Skip Test comments #954 - Fixes for things rpmlint complains about #942- update to version 2.6.2: - Fix potential PNG decompression DOS #1060 - Fix Regression in PyPy 2.4 in streamio #958
* Tue Nov 18 2014 toddrme2178AATTgmail.com- Update to 2.6.1 - Fix SciPy regression for in Image.resize - Fix manifest to include all test files- Update to 2.6.0 - Relax precision of ImageDraw tests for x86, GimpGradient for PPC - Use redistributable image for testing - Use redistributable ICC profiles for testing, skip if not available - Additional documentation for JPEG info and save options - Fix JPEG Encoding memory leak when exif or qtables were specified - Image.tobytes() and Image.tostring() documentation update - On Windows, do not execute convert.exe without specifying path - Fix msvc build error - Fix for handling P + transparency -> RGBA conversions - Retain alpha in ImageEnhance operations - Jpeg2k Decode/encode memory leak fix - EpsFilePlugin Speed improvements - Don\'t resize if already the right size - Fix for reading multipage TIFFs - Correctly handle saving gray and CMYK JPEGs with quality=keep - Correct duplicate Tiff Metadata and Exif tag values - Windows fixes - Fix TGA files with image ID field - Fixed wrong P-mode of small, unoptimized L-mode GIF - Fixed CVE-2014-3598, a DOS in the Jpeg2KImagePlugin - Fixed CVE-2014-3589, a DOS in the IcnsImagePlugin - setup.py: Close open file handle before deleting - Return Profile with Transformed Images - Changed docstring to refer to the correct function - Adding coverage support for C code tests - PyPy performance improvements - Added support for reading MPO files - Added support for encoding and decoding iTXt chunks - HSV Support - Removed unusable ImagePalette.new() - Fix Scrambled XPM - Doc cleanup - Fix `ImageStat` docs - Added docs for ExifTags - More tests for CurImagePlugin, DcxImagePlugin, Effects.c, GimpGradientFile, ImageFont, ImageMath, ImagePalette, IptcImagePlugin, SpiderImagePlugin, SgiImagePlugin, XpmImagePlugin and _util - Fix return value of FreeTypeFont.textsize() does not include font offsets - Fix dispose calculations for animated GIFs - Added class checking to Image __eq__ function - Test PalmImagePlugin and method to skip known bad tests- Update to 2.5.3 - Fixed CVE-2014-3598, a DOS in the Jpeg2KImagePlugin (backport)- Update to 2.5.2 - Fixed CVE-2014-3589, a DOS in the IcnsImagePlugin (backport)
* Mon Aug 18 2014 mciharAATTsuse.cz- Use versioned provides and conflicts to fix installation on SLE11
* Mon Aug 11 2014 mciharAATTsuse.cz- enable build time testing, but not for i586 as it\'s broken there due to some rounding error (see https://github.com/python-pillow/Pillow/issues/819)
* Mon Aug 11 2014 mciharAATTsuse.cz- Update to 2.5.1:
* 2.5.1 (2014-07-10) Fixed install issue if Multiprocessing.Pool is not available [wiredfool] 32bit mult overflow fix #782 [wiredfool]
* 2.5.0 (2014-07-01) Imagedraw rewrite [terseus, wiredfool] Add support for multithreaded test execution [wiredfool] Prevent shell injection #748 [mbrown1413, wiredfool] Support for Resolution in BMP files #734 [gcq] Fix error in setup.py for Python 3 [matthew-brett] Pyroma fix and add Python 3.4 to setup metadata #742 [wirefool] Top level flake8 fixes #741 [aclark] Remove obsolete Animated Raster Graphics (ARG) support [hugovk] Fix test_imagedraw failures #727 [cgohlke] Fix AttributeError: class Image has no attribute \'DEBUG\' #726 [cgohlke] Fix msvc warning: \'inline\' : macro redefinition #725 [cgohlke] Cleanup #654 [dvska, hugovk, wiredfool] 16-bit monochrome support for JPEG2000 [videan42] Fixed ImagePalette.save [brightpisces] Support JPEG qtables [csinchok] Add binary morphology addon [dov, wiredfool] Decompression bomb protection [hugovk] Put images in a single directory [hugovk] Support OpenJpeg 2.1 [al45tair] Remove unistd.h #include for all platforms [wiredfool] Use unittest for tests [hugovk] ImageCms fixes [hugovk] Added more ImageDraw tests [hugovk] Added tests for Spider files [hugovk] Use libtiff to write any compressed tiff files [wiredfool] Support for pickling Image objects [hugovk] Fixed resolution handling for EPS thumbnails [eliempje] Fixed rendering of some binary EPS files (Issue #302) [eliempje] Rename variables not to use built-in function names [hugovk] Ignore junk JPEG markers [hugovk] Change default interpolation for Image.thumbnail to Image.ANTIALIAS [hugovk] Add tests and fixes for saving PDFs [hugovk] Remove transparency resource after P->RGBA conversion [hugovk] Clean up preprocessor cruft for Windows [CounterPillow] Adjust Homebrew freetype detection logic [jacknagel] Added Image.close, context manager support. [wiredfool] Added support for 16 bit PGM files. [wiredfool] Updated OleFileIO to version 0.30 from upstream [hugovk] Added support for additional TIFF floating point format [Hijackal] Have the tempfile use a suffix with a dot [wiredfool] Fix variable name used for transparency manipulations [nijel]- adjusted testsuite execution
* Fri Aug 01 2014 tiwaiAATTsuse.de- Add missing PIL.pth installation (bnc#889973)
* Wed May 28 2014 toddrme2178AATTgmail.com- Fixing conflicting provides/conflicts that prevent installation of the tk subpackage.
* Tue May 27 2014 mciharAATTsuse.com- Adjust openjpeg2 dependency for older distributions
* Thu May 08 2014 hpjAATTurpla.net- New upstream release 2.4.0. For details see https://pypi.python.org/pypi/Pillow/2.4.0- New dependency: openjpeg2 for JPEG 2000 support
* Sun Apr 27 2014 hpjAATTurpla.net- provide python-imaging in order to act as a drop in replacement for it.
* Fri Feb 14 2014 mciharAATTsuse.cz- Fix build for older distributions which do not include lcms2
* Tue Feb 04 2014 hpjAATTurpla.net- symlink alternatives files, as requested from Coolo, in order to get rid of suse version conditional
* Fri Jan 17 2014 hpjAATTurpla.net- also exclude 12.2 from ghost etc/alternatives/
* as this results in failed builds with: Explicit file attributes required in spec for: $BUILDROOT/etc/alternatives/pil
*
* Tue Jan 07 2014 marko.kohtalaAATTgmail.com- New upstream release 2.3.0. For details see https://pypi.python.org/pypi/Pillow/2.3.0- Drop use-recommended-freetype-include.patch: merged on upstream- Build with liblcms2 instead of liblcms due to upstream switching library.
* Wed Dec 11 2013 hrvoje.senjanAATTgmail.com- Added use-recommended-freetype-include.patch -- Freetype upstream recommends using their macros together with ft2build include. Positive sideeffect is that this patch makes it build with both freetype2 2.5.1, and older version
* Mon Nov 18 2013 speilickeAATTsuse.com- Move away from pkgconfig-style buildrequires to support SLE- Implement update-alternatives
* Thu Nov 14 2013 cfarrellAATTsuse.com- License update: HPND
* Tue Nov 12 2013 speilickeAATTsuse.com- Add split-provides inside tk sub-package to get rid of python-imaging-tk
* Thu Nov 07 2013 speilickeAATTsuse.com- Initial version
 
ICM