996b06a78b
- update to 7.0.8-30 * Support define to remove additional background from an image during a trim, e.g. -define trim:percent-background=0% -trim. * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - deleted patches - ImageMagick-montage.t.patch (upstreamed)
Petr Gajdos2019-03-04 12:58:28 +00:00
8cde9b444b
- update to 7.0.8-23: * CacheInfo destructor must be aligned in DestroyPixelStream(). * Support negative rotations in a geometry (e.g. -10x-10+10+10). * Return expected canvas offset after a crop with gravity.
Petr Gajdos2019-01-07 09:07:24 +00:00
649e191180
- update to 7.0.8-21: * Check to ensure SeekBlob() offset can be represented in an off_t. * Cube image format returns a HALD image. * CLAHE tiles overlapped are now centered relative to the image.
Petr Gajdos2018-12-28 18:56:57 +00:00
2f50c19f9e
- update to 7.0.8-17: * Support -clahe clip limit with percentages (e.g. -clahe 50x50%+128+3).
Petr Gajdos2018-12-19 09:08:08 +00:00
46b692834b
- update to 7.0.8-16: * Add support for -clahe clip limit with percentages (e.g. -clahe 2x2+128+3%) * Check for modulo underflow. * Change SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS. * Added support for the -clahe option: contrast limited adaptive histogram equalization. * Added support for GIMP 2.10 files (reference https://github.com/ImageMagick/ImageMagick/pull/1381).
Petr Gajdos2018-12-11 13:48:23 +00:00
cc7e44bbc0
- asan_build: build ASAN included - debug_build: build more suitable for debugging
Petr Gajdos2018-10-31 08:35:42 +00:00
e6cbfcbfa6
- update to 7.0.8-14: * Adding coder headers with magic.xml will no longer be supported. * Adding coder aliases with coder.xml will no longer be supported. * fixing oss-fuzz issues
Petr Gajdos2018-10-31 08:07:26 +00:00
935432ff65
- update to 7.0.8-12: * Added support for arithmetic coding to the jpeg encoder: -define jpeg:arithmetic-coding=true. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
Petr Gajdos2018-09-24 08:27:57 +00:00
1c4a731c2c
Accepting request 634675 from graphics
Yuchen Lin2018-09-20 09:39:41 +00:00
99a7681c71
- update to 7.0.8-11: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Add support for "module" security policy.
Petr Gajdos2018-09-03 08:21:46 +00:00
2ba75a70c9
- disable PS, PS2, PS3, XPS and PDF coders in default policy.xml [bsc#1105592]
Petr Gajdos2018-08-22 10:30:13 +00:00
9e9d1e4a9d
- disable PS, EPS, PDF and XPS in default policy.xml [bsc#1105592]
Petr Gajdos2018-08-22 09:22:33 +00:00
27a4da982f
- update to 7.0.8-10: * Added dcraw coder (dcraw:img.cr2) that can be used to force the use of the dcraw delegate when libraw is the default raw delegate. * Restored thread support for the HEIC coder. * ThumbnailImage function no longer reveals sensitive information (reference https://github.com/ImageMagick/ImageMagick/issues/1243). - remove upstreamed ImageMagick-filter.t.patch
Petr Gajdos2018-08-17 08:04:07 +00:00
95418fa270
- update to 7.0.8-9: * XBM coder leaves the hex image data uninitialized if hex value of the pixel is negative. * More improvements to SVG text handling. * New -range threshold option that combines hard and soft thresholding. * Non-HDRI ScaleLongToQuantum() private method no longer adds a half interval. * Fixed memset() negative-size-param (reference https://github.com/ImageMagick/ImageMagick/issues/1217). * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
Petr Gajdos2018-08-06 14:26:22 +00:00
a3ac0da8c5
- update to 7.0.8-6: * Improve SVG support for tspan element. * Add support for -fx image.extent. * Fixed a few potential memory leaks. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Support %B property, the image file size without any decorations.
Petr Gajdos2018-07-16 14:20:49 +00:00
7559171c2c
- ImageMagick-tests.tap-attributes.patch
Petr Gajdos2018-06-26 10:00:36 +00:00
a60a315a10
- update to 7.0.8-3: * Apply translate component of SVG transform rotate. * More robust SVG text handling. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Fixed an issue with stroke and label
Petr Gajdos2018-06-26 09:50:56 +00:00
e7dcc0a16e
- update to 7.0.8-0: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Heap buffer overflow fix (reference https://github.com/ImageMagick/ImageMagick/issues/1156). * Boundary issues with -gamma option when HDRI is enabled (reference https://github.com/ImageMagick/ImageMagick/issues/1151). * Properly initialize SVG color style. * A SVG rectangle with a width and height of 1 is a point. * Fixed memory corruption for MVG paths. - consider test to be completely broken on i586, removing: - ImageMagick-relax-filter.t.patch
Petr Gajdos2018-06-13 08:17:57 +00:00
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.patch
Petr 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.patch
Petr 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.patch
Petr 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.patch
Petr 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
81b3e01d47
Accepting request 578214 from home:elvigia:branches:graphics
Petr Gajdos2018-02-20 09:08:10 +00:00
f526d1e69b
- update to 7.0.7.21 * Fix some enum values in the OpenCL code. * Fixed numerous memory leaks. * Check for webpmux library version 0.4.4. * Fix heap use after free error. * Fix error reading multi-layer XCF image file. * Fix possible stack overflow in WEBP reader.
Petr Gajdos2018-01-09 08:51: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 s390x
Petr 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:20171111
Petr Gajdos2017-11-22 09:55:54 +00:00