414 Commits

Author SHA256 Message Date
d59e5377a8 Accepting request 528770 from graphics
- 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.

- builds for sle11

- builds for sle12

OBS-URL: https://build.opensuse.org/request/show/528770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=144
2017-09-29 09:49:14 +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.

- builds for sle11

- builds for sle12

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=302
2017-09-26 10:28:34 +00:00
472cd205bd Accepting request 522978 from graphics
-  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-7

OBS-URL: https://build.opensuse.org/request/show/522978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=143
2017-09-15 18:58:39 +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-7

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=300
2017-09-11 07:57:26 +00:00
d6f9e51129 Accepting request 519920 from graphics
- fix previous submission
- remove ghostscript recommends

- Sort the header with spec-cleaner and convert the deps to .pc ones
- Drop --with-pic, applies to static library only
- Add --disable-silent-rules to see the compilation output in log
- Fix graphviz/lcms options to match configure ones
- Remove indirect-reads switch not present in configure.ac at all

- another attempt to make a libMagickCore* version installable with
  another version [bsc#1054659]
  + ImageMagick-library-installable-in-parallel.patch

OBS-URL: https://build.opensuse.org/request/show/519920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=142
2017-09-07 20:08:21 +00:00
bc27b74fd1 - fix previous submission
- remove ghostscript recommends

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=298
2017-08-31 11:52:59 +00:00
a32f97a7c7 Accepting request 519613 from home:scarabeus_iv:branches:graphics
- Sort the header with spec-cleaner and convert the deps to .pc ones
- Drop --with-pic, applies to static library only
- Add --disable-silent-rules to see the compilation output in log
- Fix graphviz/lcms options to match configure ones
- Remove indirect-reads switch not present in configure.ac at all

OBS-URL: https://build.opensuse.org/request/show/519613
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=297
2017-08-30 08:09:59 +00:00
f5abf2008f + ImageMagick-library-installable-in-parallel.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=296
2017-08-29 11:36:00 +00:00
38cfeb32c0 - another attempt to make a libMagickCore* version installable with
another version [bsc#1054659]

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=295
2017-08-28 15:08:56 +00:00
7770339bb8 Accepting request 516791 from graphics
- 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 are

OBS-URL: https://build.opensuse.org/request/show/516791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=141
2017-08-17 09:49:42 +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 are

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=293
2017-08-14 10:49:06 +00:00
78943b1daf Accepting request 515829 from home:oertel:branches:graphics
- workaround failed test
  + ImageMagick-relax-filter.t.patch (patch modified)
  on i586 with sse2 enabled, the Contrast test in filter.t fails

OBS-URL: https://build.opensuse.org/request/show/515829
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=292
2017-08-11 07:20:44 +00:00
8f2a948954 Accepting request 507404 from graphics
- updated to 7.0.6-0
  * coders/png.c: Accept exIf chunks whose data segment
    erroneously begins with "Exif\0\0".
  * Introduce SetMagickSecurityPolicy() (MagickCore) and
    MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security
    policy (reference https://github.com/ImageMagick/ImageMagick/issues/407).
  * Removed experimental PNG zxIF chunk support; the proposal is dead.
  * Fix choppy bitmap font rendering (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32071).
  * The +opaque option is not longer a noop (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32081).
  * Add support  for 'hex:' property.
  * Transient error validating the JPEG-2000 image format (reference
    https://github.com/ImageMagick/ImageMagick/issues/501).
  * Properly allocate DCM image colormap (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32063).
  * Improper allocation of memory for IM instances without threads (reference
    https://github.com/ImageMagick/ImageMagick/issues/497).
  * Delete corrupt image from list (reference
    https://github.com/ImageMagick/ImageMagick/issues/500).
  * Support various image operators for the compare utility (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=31938).

OBS-URL: https://build.opensuse.org/request/show/507404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=140
2017-07-04 09:55:03 +00:00
4ce13e22f4 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=290 2017-06-30 15:45:56 +00:00
0a99fb041c - updated to 7.0.6-0
* coders/png.c: Accept exIf chunks whose data segment
    erroneously begins with "Exif\0\0".
  * Introduce SetMagickSecurityPolicy() (MagickCore) and
    MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security
    policy (reference https://github.com/ImageMagick/ImageMagick/issues/407).
  * Removed experimental PNG zxIF chunk support; the proposal is dead.
  * Fix choppy bitmap font rendering (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32071).
  * The +opaque option is not longer a noop (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32081).
  * Add support  for 'hex:' property.
  * Transient error validating the JPEG-2000 image format (reference
    https://github.com/ImageMagick/ImageMagick/issues/501).
  * Properly allocate DCM image colormap (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32063).
  * Improper allocation of memory for IM instances without threads (reference
    https://github.com/ImageMagick/ImageMagick/issues/497).
  * Delete corrupt image from list (reference
    https://github.com/ImageMagick/ImageMagick/issues/500).
  * Support various image operators for the compare utility (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=31938).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=289
2017-06-28 07:44:52 +00:00
cc03093f68 Accepting request 496519 from graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/496519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=139
2017-05-27 11:12:16 +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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=287
2017-05-19 08:55:03 +00:00
e4372b16e1 Accepting request 491269 from graphics
- 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.
- workaround failed test
  + ImageMagick-relax-filter.t.patch

OBS-URL: https://build.opensuse.org/request/show/491269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=138
2017-05-04 06:50:49 +00:00
45a0aa9667 - workaround failed test
+ ImageMagick-relax-filter.t.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=285
2017-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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=284
2017-04-26 14:53:36 +00:00
c6b0ba5a03 Accepting request 483272 from graphics
- updated to 7.0.5-4
  * new branch, see
    https://www.imagemagick.org/script/porting.php
- deleted unneded patches
  . ImageMagick-6.6.8.9-doc.patch
  . ImageMagick-6.6.8.9-examples.patch
  . ImageMagick-6.7.6.1-no-dist-lzip.patch
  . ImageMagick-6.8.4.0-dont-build-in-install.patch
  . ImageMagick-6.8.4.0-rpath.patch
  . ImageMagick-montage.t.patch
  . ImageMagick-6.8.5.7-no-XPMCompliance.patch
- renamed patches
  . ImageMagick-6.8.8-1-disable-insecure-coders.patch to
    ImageMagick-disable-insecure-coders.patch

OBS-URL: https://build.opensuse.org/request/show/483272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=137
2017-04-06 08:59:42 +00:00
f088a49d0c - updated to 7.0.5-4
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=282
2017-03-29 09:04:27 +00:00
4ef38fdd39 . ImageMagick-6.8.5.7-no-XPMCompliance.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=281
2017-03-29 08:29:16 +00:00
6dcfa1f93d * new branch, see
https://www.imagemagick.org/script/porting.php

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=280
2017-03-29 08:12:22 +00:00
508f724522 Accepting request 483248 from home:pgajdos
- updated to 7.0.5-3
  * new branch
- deleted unneded patches
  . ImageMagick-6.6.8.9-doc.patch
  . ImageMagick-6.6.8.9-examples.patch
  . ImageMagick-6.7.6.1-no-dist-lzip.patch
  . ImageMagick-6.8.4.0-dont-build-in-install.patch
  . ImageMagick-6.8.4.0-rpath.patch
  . ImageMagick-montage.t.patch
- renamed patches
  . ImageMagick-6.8.8-1-disable-insecure-coders.patch to
    ImageMagick-disable-insecure-coders.patch

OBS-URL: https://build.opensuse.org/request/show/483248
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=279
2017-03-29 08:10:26 +00:00
b363a73a00 Accepting request 481351 from graphics
- 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.
+ ImageMagick-montage.t.patch

OBS-URL: https://build.opensuse.org/request/show/481351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=136
2017-03-24 00:52:47 +00:00
b6e5396bd2 + ImageMagick-montage.t.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=277
2017-03-20 14:36:14 +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.

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=276
2017-03-20 14:29:08 +00:00
bd50965a0f Accepting request 456863 from graphics
- 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 changelog

OBS-URL: https://build.opensuse.org/request/show/456863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=135
2017-02-16 15:44:19 +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 changelog

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=274
2017-02-13 14:57:44 +00:00
78b69907e2 Accepting request 452162 from graphics
- 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 ChangeLog

OBS-URL: https://build.opensuse.org/request/show/452162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=134
2017-01-28 10:02:31 +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 ChangeLog

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=272
2017-01-24 12:17:16 +00:00
9ec6185569 Accepting request 443143 from graphics
- updated to 6.9.6-6
  * If a convenient line break is not found, force it for caption: (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887).
  * Off by 1 error when computing the standard deviation (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866).
  * Apply Debian patches, (reference
    https://github.com/ImageMagick/ImageMagick/issues/304).
  * Permit EPT images with just a TIFF or EPS image, not both (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921).
  * The -clone option no longer leak memory.
- turn on make check along perl test

OBS-URL: https://build.opensuse.org/request/show/443143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=133
2016-12-04 14:06:13 +00:00
91efbdbbd1 - updated to 6.9.6-6
* If a convenient line break is not found, force it for caption: (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887).
  * Off by 1 error when computing the standard deviation (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866).
  * Apply Debian patches, (reference
    https://github.com/ImageMagick/ImageMagick/issues/304).
  * Permit EPT images with just a TIFF or EPS image, not both (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921).
  * The -clone option no longer leak memory.
- turn on make check along perl test

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=270
2016-12-02 08:21:40 +00:00
cc71654348 Accepting request 441321 from graphics
- Updated to 6.9.6-5
  * Web pages were broken when we moved to HTTPS protocol.
  * Restore -sharpen / -convolve options to work with CMYK (reference
    https://github.com/ImageMagick/ImageMagick/issues/299).
  * Off by one memory allocation (reference
    https://github.com/ImageMagick/ImageMagick/issues/296).
  * Prevent fault in MSL interpreter (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797).
  * Added layer ZIP compression to the PSD encoder.
  * Unit test pass again after small SUN image patch.
  * Fixed incorrect RLE decoding when reading a DCM image that contains
    multiple segments.
  * Fixed incorrect RLE decoding when reading an SGI image (reference 
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30514)

OBS-URL: https://build.opensuse.org/request/show/441321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=132
2016-11-25 11:26:09 +00:00
5c3d396362 - Updated to 6.9.6-5
* Web pages were broken when we moved to HTTPS protocol.
  * Restore -sharpen / -convolve options to work with CMYK (reference
    https://github.com/ImageMagick/ImageMagick/issues/299).
  * Off by one memory allocation (reference
    https://github.com/ImageMagick/ImageMagick/issues/296).
  * Prevent fault in MSL interpreter (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797).
  * Added layer ZIP compression to the PSD encoder.
  * Unit test pass again after small SUN image patch.
  * Fixed incorrect RLE decoding when reading a DCM image that contains
    multiple segments.
  * Fixed incorrect RLE decoding when reading an SGI image (reference 
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30514)

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=268
2016-11-22 09:45:21 +00:00
41ca8eeb96 Accepting request 430383 from graphics
- 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).

OBS-URL: https://build.opensuse.org/request/show/430383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=131
2016-10-01 21:44:49 +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).

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=266
2016-09-26 08:57:43 +00:00
52689621db Accepting request 428408 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/428408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=130
2016-09-23 09:27:25 +00:00
Dirk Stoecker
f43e98f2e3 Accepting request 428328 from home:susnux:branches:graphics
Updated to 6.9.5-9

OBS-URL: https://build.opensuse.org/request/show/428328
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=264
2016-09-17 20:07:12 +00:00
25ebf71d39 Accepting request 416363 from graphics
- updated to 6.9.5-4
  * Prevent buffer overflow

- updated to 6.9.5-3:
  * Fix MVG stroke-opacity (reference
    https://github.com/ImageMagick/ImageMagick/issues/229).
  * Prevent possible buffer overflow when reading TIFF images (bug report from
    Shi Pu of MS509 Team).
  * To comply with the SVG standard, use stroke-opacity for transparent strokes.
  * The histogram coder now returns the correct extent.
  * Use CopyMagickString() rather than CopyMagickMemory() for strings.
  * Correct for numerical instability (reference
    https://github.com/ImageMagick/ImageMagick/issues/218).

OBS-URL: https://build.opensuse.org/request/show/416363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=129
2016-08-05 16:13:21 +00:00
23b44f8844 - updated to 6.9.5-4
* Prevent buffer overflow

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=262
2016-08-01 10:03:18 +00:00
966a1f4902 Accepting request 415795 from home:marc_schuetz:branches:graphics
Update to 6.9.5-3

This release fixes a bug in the previous version which makes it impossible to use the Rails Paperclip gem:
https://github.com/ImageMagick/ImageMagick/issues/214

OBS-URL: https://build.opensuse.org/request/show/415795
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=261
2016-08-01 09:38:51 +00:00
862c44001d Accepting request 400176 from graphics
- updated to 6.9.4-7:
  * Fix small memory leak (patch provided by Андрей Черный).
  * Coder path traversal is not authorized (bug report provided by
    Masaaki Chida).
  * Turn off alpha channel for the compare difference image (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828).
  * Support configure script --enable-pipes option to enable pipes (|) in
    filenames.
  * Support configure script --enable-indirect-reads option to enable
    indirect reads (@) in filenames.
- remove ImageMagick-CVE-2016-5118.patch, use --enable-pipes=no instead

OBS-URL: https://build.opensuse.org/request/show/400176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=128
2016-06-09 13:56:34 +00:00
4e9ec2b869 - updated to 6.9.4-7:
* Fix small memory leak (patch provided by Андрей Черный).
  * Coder path traversal is not authorized (bug report provided by
    Masaaki Chida).
  * Turn off alpha channel for the compare difference image (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828).
  * Support configure script --enable-pipes option to enable pipes (|) in
    filenames.
  * Support configure script --enable-indirect-reads option to enable
    indirect reads (@) in filenames.
- remove ImageMagick-CVE-2016-5118.patch, use --enable-pipes=no instead

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=259
2016-06-06 09:03:41 +00:00
72c6ecd194 Accepting request 399075 from graphics
- updated to 6.9.4-5:
  * Most OpenCL operations are now executed asynchronous.
  * Security improvements to TEXT coder broke it (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754).
  * Fix stroke offset problem for -annotate (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626).
  * Add additional checks to DCM reader to prevent data-driven faults (bug
    report from Hanno Böck).
  * Fixed proper placement of text annotation for east / west gravity.
2016-05-15  6.9.4-3 Cristy  <quetzlzacatenango@image...>
  * Fix pixel cache on disk regression (reference
    https://github.com/ImageMagick/ImageMagick/issues/202).
  * Quote passwords when passed to a delegate program.
  * Can read geo-related EXIF metdata once-again (reference
    https://github.com/ImageMagick/ImageMagick/issues/198).
  * Sanitize all delegate emedded formatting characters.
  * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from
    Hanno Böck).

- security update:
  * CVE-2016-5118 [bsc#982178]
    + ImageMagick-CVE-2016-5118.patch

OBS-URL: https://build.opensuse.org/request/show/399075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=127
2016-06-03 14:36:47 +00:00
6d2fad2b57 - updated to 6.9.4-5:
* Most OpenCL operations are now executed asynchronous.
  * Security improvements to TEXT coder broke it (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754).
  * Fix stroke offset problem for -annotate (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626).
  * Add additional checks to DCM reader to prevent data-driven faults (bug
    report from Hanno Böck).
  * Fixed proper placement of text annotation for east / west gravity.
2016-05-15  6.9.4-3 Cristy  <quetzlzacatenango@image...>
  * Fix pixel cache on disk regression (reference
    https://github.com/ImageMagick/ImageMagick/issues/202).
  * Quote passwords when passed to a delegate program.
  * Can read geo-related EXIF metdata once-again (reference
    https://github.com/ImageMagick/ImageMagick/issues/198).
  * Sanitize all delegate emedded formatting characters.
  * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from
    Hanno Böck).
    + ImageMagick-CVE-2016-5118.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=257
2016-05-31 08:38:38 +00:00
fd14b1dcf3 - security update:
* CVE-2016-5118 [bsc#982178]
    + GraphicsMagick-CVE-2016-5118.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=256
2016-05-31 07:28:14 +00:00
fd242f0374 Accepting request 396160 from graphics
- updated to 6.9.4-1:
  * Remove https delegate.
  * Check for buffer overflow in magick/draw.c/DrawStrokePolygon().
  * Replace show delegate title with image filename rather than label.
  * Fix GetNextToken() off by one error.
  * Remove support for internal ephemeral coder.
- refreshed ImageMagick-6.8.8-1-disable-insecure-coders.patch
- believe or not, correct license string is ImageMagick:
  http://spdx.org/licenses/ImageMagick.html

- rework ImageMagick-6.8.8-1-disable-insecure-coders.patch
  * add new policy (TEXT, SHOW, WIN and PLT)
- rebase patches (p0) 
  * ImageMagick-6.6.8.9-doc.patch
  * ImageMagick-6.6.8.9-examples.patch
  * ImageMagick-6.7.6.1-no-dist-lzip.patch
  * ImageMagick-6.8.4.0-dont-build-in-install.patch
  * ImageMagick-6.8.4.0-rpath.patch
  * ImageMagick-6.8.5.7-no-XPMCompliance.patch
  * ImageMagick-6.8.8-1-disable-insecure-coders.patch

OBS-URL: https://build.opensuse.org/request/show/396160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=126
2016-05-24 07:33:41 +00:00
b1059c89a0 - updated to 6.9.4-1:
* Remove https delegate.
  * Check for buffer overflow in magick/draw.c/DrawStrokePolygon().
  * Replace show delegate title with image filename rather than label.
  * Fix GetNextToken() off by one error.
  * Remove support for internal ephemeral coder.
- refreshed ImageMagick-6.8.8-1-disable-insecure-coders.patch
- believe or not, correct license string is ImageMagick:
  http://spdx.org/licenses/ImageMagick.html

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=254
2016-05-17 09:26:57 +00:00