- 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
- Fixes CVEs: CVE-2019-12213 CVE-2019-12211 CVE-2020-21426 CVE-2020-21427
CVE-2020-21428 CVE-2020-22524
OBS-URL: https://build.opensuse.org/request/show/1115869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeimage?expand=0&rev=12
- 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
- fix build with libraw 0.20 (libraw_0_20.patch)
Try again, as last submit somehow didn't include last change, what the f**k?
I copied the fix from gentoo. I tried to verify if that is fine, but libraw neither documents this change in changelog nor is the history conclusive. Change comes in one big "Merge development branch to master" without any reference to the individual commits.
freeimage development seems dead and maybe should be replaced if possible.
OBS-URL: https://build.opensuse.org/request/show/828999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freeimage?expand=0&rev=8
- 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