Home
Solus
Search
Configure Global Search
Log In
Transactions
D618
Change Details
Change Details
Old
New
Diff
Software: - Implemented PNG eXIf chunk support. - Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release. - Fixed numerous memory leaks [reference](https://github.com/ImageMagick/ImageMagick/issues). - Don't use variable float_t / double_t, bump SO [reference](https://github.com/ImageMagick/ImageMagick/issues/510). - Support DNG images with libraw delegate library. - Reject PNG file that is too small (under 60 bytes) to contain a valid image. - Reject JPEG file that is too small (under 107 bytes) to contain a valid image. - Reject JNG file that is too small (under 147 bytes) to contain a valid image. - Stop a memory leak in read_user_chunk_callback() [reference](https://github.com/ImageMagick/ImageMagick/issues/517, CVE 2017-11310). Package: - remove inherited dependencies - add raw support Signed-off-by: Pierre-Yves <pyu@riseup.net>
Software: - Implemented PNG eXIf chunk support. - Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release. - Fixed numerous memory leaks [reference](https://github.com/ImageMagick/ImageMagick/issues). - Don't use variable float_t / double_t, bump SO [reference](https://github.com/ImageMagick/ImageMagick/issues/510). - Support DNG images with libraw delegate library. - Reject PNG file that is too small (under 60 bytes) to contain a valid image. - Reject JPEG file that is too small (under 107 bytes) to contain a valid image. - Reject JNG file that is too small (under 147 bytes) to contain a valid image. - CVE 2017-11310 Stop a memory leak in read_user_chunk_callback() [reference](https://github.com/ImageMagick/ImageMagick/issues/517). Package: - remove inherited dependencies - add raw support Signed-off-by: Pierre-Yves <pyu@riseup.net>
Software: - Implemented PNG eXIf chunk support. - Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release. - Fixed numerous memory leaks [reference](https://github.com/ImageMagick/ImageMagick/issues). - Don't use variable float_t / double_t, bump SO [reference](https://github.com/ImageMagick/ImageMagick/issues/510). - Support DNG images with libraw delegate library. - Reject PNG file that is too small (under 60 bytes) to contain a valid image. - Reject JPEG file that is too small (under 107 bytes) to contain a valid image. - Reject JNG file that is too small (under 147 bytes) to contain a valid image. -
CVE 2017-11310
Stop a memory leak in read_user_chunk_callback() [reference](https://github.com/ImageMagick/ImageMagick/issues/517
, CVE 2017-11310
). Package: - remove inherited dependencies - add raw support Signed-off-by: Pierre-Yves <pyu@riseup.net>
Continue