summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-12-05 00:07:33 +0000
committerfeld <feld@FreeBSD.org>2016-12-05 00:07:33 +0000
commit8d968867096b5dc29705410b38e8b1034b2d5e19 (patch)
tree4d71d005f1519b524531d5a2f30fe9968039ba48
parentd40417f0b0b059d12f3852c9f7a8aa348d586b75 (diff)
downloadFreeBSD-ports-8d968867096b5dc29705410b38e8b1034b2d5e19.zip
FreeBSD-ports-8d968867096b5dc29705410b38e8b1034b2d5e19.tar.gz
graphics/ImageMagick: Update to 6.9.6-4
Summarized changelog since 6.9.5-10: * 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) PR: 214517 MFH: 2016Q4 Security: CVE-2016-9298
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/ImageMagick/distinfo6
-rw-r--r--graphics/ImageMagick/pkg-plist2
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 15f8e4e..3d16223 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= ImageMagick
-DISTVERSION= 6.9.5-10
-PORTREVISION= 1
+DISTVERSION= 6.9.6-4
+PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo
index 24ef556..dac6c9b 100644
--- a/graphics/ImageMagick/distinfo
+++ b/graphics/ImageMagick/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476236004
-SHA256 (ImageMagick-6.9.5-10.tar.xz) = 2805ab7945ca92251172335da992df800bcc09fee993eeb4711b20c53efeb233
-SIZE (ImageMagick-6.9.5-10.tar.xz) = 8794440
+TIMESTAMP = 1479160028
+SHA256 (ImageMagick-6.9.6-4.tar.xz) = d523c2c45dc2ff55f1bc27aa0cfa6e00e6f80dc182e8d6c27fcac99461c462d7
+SIZE (ImageMagick-6.9.6-4.tar.xz) = 8767920
diff --git a/graphics/ImageMagick/pkg-plist b/graphics/ImageMagick/pkg-plist
index 5b6108c..0b4db93 100644
--- a/graphics/ImageMagick/pkg-plist
+++ b/graphics/ImageMagick/pkg-plist
@@ -1439,8 +1439,10 @@ man/man1/stream.1.gz
%%PORTDOCS%%%%DOCSDIR%%-6/www/js/magick.js
%%PORTDOCS%%%%DOCSDIR%%-6/www/license.html
%%PORTDOCS%%%%DOCSDIR%%-6/www/links.html
+%%PORTDOCS%%%%DOCSDIR%%-6/www/magick.html
%%PORTDOCS%%%%DOCSDIR%%-6/www/magick++.html
%%PORTDOCS%%%%DOCSDIR%%-6/www/magick-core.html
+%%PORTDOCS%%%%DOCSDIR%%-6/www/magick-script.html
%%PORTDOCS%%%%DOCSDIR%%-6/www/magick-vector-graphics.html
%%PORTDOCS%%%%DOCSDIR%%-6/www/magick-wand.html
%%PORTDOCS%%%%DOCSDIR%%-6/www/miff.html
OpenPOWER on IntegriCloud