- Update to SVN revision 1909:
* added the 'ExtraSamples' tag key to the FIMD_EXIF_MAIN & FIMD_EXIF_EXIF metadata models
* added support for Exif v2.3.2 tags
* improved TIFF compression when using float images with TIFF_ADOBE_DEFLATE or TIFF_LZW flag
* improved performance of _MemoryReadProc function (see FreeImageIO.cpp)
* improved TIFF validation against Canon CR2 files (CR2 files are no longer recognized as TIFF)
* improved TIFF plugin when working with malicious images
* improved BMP plugin when working with malicious images
* improved FreeImage_LoadFromMemory robustness when working with malicious images
* fixed JXR plugin when working under a Linux OS
* improved PFM plugin against malicious images
* improved JXR plugin against malicious images
* improved Targa plugin against malicious images
* improved DDS plugin against malicious images
* improved PCX plugin against malicious images
* improved PNM plugin against malicious images
* improved TIFF plugin against malicious images
* improved J2K plugin against malicious images
* fixed FreeImage_OpenMultiBitmap with usage of filenames longer than 255 characters & Windows Long Path disabled
* TIFF images saved with TIFF_DEFLATE compression are saved to images with TIFF_ADOBE_DEFLATE compresssion (TIFF_DEFLATE is obsolete)
* fixed FreeImage_FlipVertical behavior with very large images
* fixed FreeImage_Paste behavior with very large images
* fixed FreeImage_SeekMemory behavior with 64-bit malicious images
- CVE-2019-12211_2019-12213.patch merged upstream
- libraw_0_20.patch libraw_0_21.patch merged upstream
- bigendian.patch merged upstream
- freeimage-no-return-in-nonvoid.patch merged upstream
- edit unbundle.patch
- closes boo#1135736 boo#1135731 boo#1214776 boo#1214557 boo#1214555 boo#1214556
OBS-URL: https://build.opensuse.org/request/show/1109604
OBS-URL: https://build.opensuse.org/package/show/graphics/freeimage?expand=0&rev=26
- update to 3.18.0
- refresh/replace unbudle.patch
- add freeimage-no-return-in-nonvoid.patch
- drop CVE-2016-5684.patch and CVE-2015-0852.patch
- refresh doxygen.patch
* removed FreeImage_RotateClassic
* removed internal Deprecation Manager
* DDS plugin now convert 16-bit uncompressed RGB (RGB444, RGB555, RGB565)
to 24-bit RGB on loading
* added saving support to the PSD plugin
* FreeImage_ConvertToRawBits now deals with palletized images containing
transparency during conversion
* added saving support for 32-bit CMYK in JPEG plugin
* added FreeImage_Validate functions:
added FreeImage_Validate
added FreeImage_ValidateU
added FreeImage_ValidateFromHandle
added FreeImage_ValidateFromMemory
* fixed PCX loader against malicious images with a bad window specification
* fixed TIFF loader with loading of RGB[A]F float images
* improved loading speed of PSD plugin
* fixed support of snprintf in Visual Studio 2015
* improved GIF signature validation
* improved TARGA signature validation
* disabled ICC sRGB profile checking in PluginPNG:Save
* fixed endianness detection on some architectures
* fixed saving of 32-bit CMYK converted to 24-bit RGB on loading
(remove ICC profile from Exif metadata)
* fixed FreeImage_IsTransparent and FreeImage_GetColorType returned value
for RGBA[16,F] images flagged as CMYK
OBS-URL: https://build.opensuse.org/request/show/634980
OBS-URL: https://build.opensuse.org/package/show/graphics/freeimage?expand=0&rev=13