5beeeaf0b4- update to 7.0.7-34: * Added support for reading eXIf chunks to the PNG coder. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Improved clip / composite mask handling. * Restore SetImageAlpha() behavior. * Fix -clip and -mask options. - fixes [bsc#1093395]Petr Gajdos2018-05-21 08:12:30 +00:00
e2e01f0099- instead of disabling test, apply upstream fix introduced few minutes after upstream report was made - ImageMagick-filter.t-primitive-circle.patch + ImageMagick-draw-circle-primitive.patchPetr Gajdos2018-05-02 12:29:24 +00:00
838c727651- update to 7.0.7-29: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - turn off drawing primitive 'circle' test: + ImageMagick-filter.t-primitive-circle.patch - dropped patches (upstreamed): - ImageMagick-CVE-2018-9135.patch - ImageMagick-write.t-pict.patchPetr Gajdos2018-05-02 11:48:54 +00:00
38dae2dd8b- update to 7.0.7-27: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts. - remove ImageMagick-remove-test.tap-attributes.patch as the perl testsuite fails in bunch of tests anyway. Waiting for results of the upstream bug (https://github.com/ImageMagick/ImageMagick/issues/1019)Petr Gajdos2018-03-19 07:06:17 +00:00
eb04a96399- update to 7.0.7-26 * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).Petr Gajdos2018-03-14 15:14:28 +00:00
5c4a39954d- update to 7.0.7-25 * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).Petr Gajdos2018-03-05 11:37:46 +00:00
3dbd2eaee3- update to 7.0.7-24 * Do not refer to page in OptimizeLayerFrames (reference https://github.com/ImageMagick/ImageMagick/pull/987). * PerlMagick unit tests pass again. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - removed upstreamed - ImageMagick-write.t-PICT-signature.patch - ImageMagick-montage.t-directory-exception.patchPetr Gajdos2018-02-28 09:24:54 +00:00
165a4644ba- upstream fixes the test by changing the signature - ImageMagick-820e636.patch + ImageMagick-write.t-PICT-signature.patchPetr Gajdos2018-02-23 08:18:25 +00:00
ec96b36c1e- update to 7.0.7.23 * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Add list-length policy to limit the maximum image sequence length.Petr Gajdos2018-02-21 13:41:00 +00:00
81b3e01d47Accepting request 578214 from home:elvigia:branches:graphicsPetr Gajdos2018-02-20 09:08:10 +00:00
e26225c0b5- readd ImageMagick-relax-filter.t.patch for SLE15 i586 - enable ImageMagick-s390-disable-tests.patch also for s390, in addition to s390xPetr Gajdos2017-12-27 08:51:25 +00:00
1d900c7b50- update to 7.0.7-15 * Overall standard deviation is the average of each pixel channel. * Support Stereo composite operator. * The -tint option no longer munges the alpha channel. * Don't delete in-memory blob when reading an image. * Support HDRI color profile management.Petr Gajdos2017-12-18 08:33:37 +00:00
cb40bb0d79- update to 7.0.7-11 * no upstream change log in ChangeLog, as usually would be, except Release ImageMagick version 7.0.7-11, GIT revision 21635:0447c6b46:20171111Petr Gajdos2017-11-22 09:55:54 +00:00
86e0096a5c- update to 7.0.7-8 * Return expected results for a percent 0 -chop option argument. * Tweaks to OpenMP support within ImageMagick. * Correct handling of GIF transparency. - require ghostscript [bsc#1054924c#25]Petr Gajdos2017-10-16 07:54:21 +00:00
1bbd5176a3- updated to 7.0.7-6 * Reset the magick_list_initialized boolean when needed. * Fixed numerous memory leaks. * Support URW-base35 fonts. * Removed "ping_preserve_iCCP=MagickTrue;" statement that was inadvertently added to coders/png.c.Petr Gajdos2017-10-05 07:22:26 +00:00
a543bb9c75- %make_install only for sle12 and higherPetr Gajdos2017-10-03 17:59:34 +00:00
3b5728b482- updated to 7.0.7-4 * Fixed numerous memory leaks. * Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum valid minute is 59, not 60. * Use signed integer arithmetic to calculate timezone corrections.Petr Gajdos2017-09-26 10:28:34 +00:00
2a7bbff71a- updated to 7.0.7-1 * Fixed numerous memory leaks. * Added -define tiff:write-layers=true to add support for writing layered tiff files. * Don't overwrite symbolic links when the shred policy is enabled. * Support -metric ssim, structual similarity index. * Fixed thread safety issue inside the pango and librsvg decoder. * Fixed bug with writing tIME chunk when timezone has a negative offset. * Support CubicSpline resize filter. Define the lobes with the -define filter:lobes={2,3,4}. * Prevent assertion failure when creating PDF thumbnail. - updated to 7.0.6-7Petr Gajdos2017-09-11 07:57:26 +00:00
e8a630b37d- updated to 7.0.7-7 * Improve EPS aliasing * Added a new option called 'dds:fast-mipmaps' * The mipmaps of a dds image can now be created from a list of images with -define dds:mipmaps=fromlist * Fixed numerous memory leaks * Put UTC time in the PNG tIME chunk instead of local time * Fixed numerous memory leaks * Properly set image->colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. * Fix improper use of NULL in the JNG decoder * Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers". * Off by one error for gradient coder * YUV coder no longer renders streaks * Fixed numerous memory leaks * Added experimental PNG orNT chunk, to store image->orientation. * Removed vpAg chunk write support * Fixed numerous memory leaks * Fix memory leaks when reading a malformed JNG image * Fixed numerous memory leaks * The -monochrome option no longer returns a blank canvas * coders/png.c: fixed memory leak of quantum_info * coders/png.c: fixed NULL dereference when trying to write an empty MNG * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option. * Implemented PNG eXIf chunk support * Support new -auto-threshold option. OTSU and Triangle methods arePetr Gajdos2017-08-14 10:49:06 +00:00
78943b1dafAccepting request 515829 from home:oertel:branches:graphicsPetr Gajdos2017-08-11 07:20:44 +00:00
952531c97d- updated to 7.0.5-6 * Revise DICOM window and rescale handling. * Restore the -alpha Shape option. * Fix transient PDF bug. * The +opaque option now works on all channels. * Ensure backwards compatibility for the -combine option. * Check for EOF conditions for RLE image format. * Reset histogram page geometry.Petr Gajdos2017-05-19 08:55:03 +00:00
45a0aa9667- workaround failed test + ImageMagick-relax-filter.t.patchPetr Gajdos2017-04-26 15:02:26 +00:00
7c45a2b462- updated to 7.0.5-5 * Minimize buffer copies to improve OpenCL performance. * Morphology thinning is no longer a no-op. * Patch two PCD writer problems, corrupt output and dark pixels. * Support ICC based PDF's. * Fix improper EPS clip path rendering.Petr Gajdos2017-04-26 14:53:36 +00:00
c6b0ba5a03Accepting request 483272 from graphics
Yuchen Lin
2017-04-06 08:59:42 +00:00
86e9db7524- updated to 6.8.8-2 * Support namespaces for the security policy. * Respect throttle policy. * Support the -authenticate option for PDF. * Fix Spurious memory allocation message. * Identical images should return inf for PSNR. * Fixed fd leak for webp coder. * Prevent random pixel data for corrupt JPEG image. * Support pixel-cache and shred security policies. * Fixed memory leak when creating nested exceptions in Magick++. * Eliminate bogus assertion. * Unbreak build without JPEG support.Petr Gajdos2017-03-20 14:29:08 +00:00
6a6c996b92- updated to 6.9.7-7 * Sanitize comments that include braces for the MIFF image format. * Uninitialized data in MAT image format. * see ChangeLog for full changelogPetr Gajdos2017-02-13 14:57:44 +00:00
b540979ee0- updated to 6.9.7-5 * Don't set background for transparent tiled images * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder * Fix memory leak in MPC image format. * Increase memory allocation for TIFF pixels * etc. see ChangeLogPetr Gajdos2017-01-24 12:17:16 +00:00
47994fed83- Updated to 6.9.5-10 * Added layer RLE compression to the PSD encoder. * Added define 'psd:preserve-opacity-mask' to preserve the opacity mask in a PSD file. * Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=137849).Petr Gajdos2016-09-26 08:57:43 +00:00