diff options
author | feld <feld@FreeBSD.org> | 2016-12-05 07:59:10 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-12-05 07:59:10 +0800 |
commit | d40417f0b0b059d12f3852c9f7a8aa348d586b75 (patch) | |
tree | 04eadebb6afb45bc3b17428278d1667965bc31be /graphics | |
parent | 0df080f77a63c497abd4b955c81a1f03c5b2d9fe (diff) | |
download | freebsd-ports-gnome-d40417f0b0b059d12f3852c9f7a8aa348d586b75.tar.gz freebsd-ports-gnome-d40417f0b0b059d12f3852c9f7a8aa348d586b75.tar.zst freebsd-ports-gnome-d40417f0b0b059d12f3852c9f7a8aa348d586b75.zip |
graphics/ImageMagick7: Update to 7.0.3-7
Summarized ChangeLog since 7.0.2-9:
* Off by one memory allocation (reference
https://github.com/ImageMagick/ImageMagick/issues/296).
* The -extent option now matches the results of IMv6 (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=30779).
* Prevent fault in MSL interpreter (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797).
* Mask composite produces proper results for the convert utility (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29675).
* Added layer RLE compression to the PSD encoder.
* Fixed incorrect parsing with ordered dither. (reference
https://github.com/ImageMagick/ImageMagick/issues/254)
* 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)
* 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).
* Fixed reading DXT1 images with an alpha channel.
* Fixed incorrect padding calculation in PSD encoder.
* Added define 'psd:additional-info' to preserve the additional information
in a PSD file.
* Prevent buffer overflow in BMP & SGI coders (bug report from
pwchen&rayzhong of tencent).
* Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF and
CALS coders (bug report from Donghai Zhu).
* The -stream option now increments the pixel pointer properly (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30327).
PR: 214511
MFH: 2016Q4
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick7/Makefile | 3 | ||||
-rw-r--r-- | graphics/ImageMagick7/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 475c9750c9fb..19e9be375b8a 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 7.0.2-9 -PORTREVISION= 1 +DISTVERSION= 7.0.3-7 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ diff --git a/graphics/ImageMagick7/distinfo b/graphics/ImageMagick7/distinfo index 0d738084fd0e..d3c200ffb65d 100644 --- a/graphics/ImageMagick7/distinfo +++ b/graphics/ImageMagick7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471809277 -SHA256 (ImageMagick-7.0.2-9.tar.xz) = 22df4f197985f36f77b7b0d44de92ff44415885045f0191b3319540bdc82ff53 -SIZE (ImageMagick-7.0.2-9.tar.xz) = 8291004 +TIMESTAMP = 1479675593 +SHA256 (ImageMagick-7.0.3-7.tar.xz) = 140b99f33a3326aed92132a7cd054ee962a6e2562064c68495640411aa4571d7 +SIZE (ImageMagick-7.0.3-7.tar.xz) = 8290176 |