From owner-svn-ports-head@freebsd.org Sun Dec 4 23:59:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D11DBC6715A; Sun, 4 Dec 2016 23:59:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABE5DD4B; Sun, 4 Dec 2016 23:59:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB4NxA2j072076; Sun, 4 Dec 2016 23:59:10 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB4NxAZa072074; Sun, 4 Dec 2016 23:59:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201612042359.uB4NxAZa072074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 4 Dec 2016 23:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427819 - head/graphics/ImageMagick7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 23:59:11 -0000 Author: feld Date: Sun Dec 4 23:59:10 2016 New Revision: 427819 URL: https://svnweb.freebsd.org/changeset/ports/427819 Log: 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 Modified: head/graphics/ImageMagick7/Makefile head/graphics/ImageMagick7/distinfo Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Sun Dec 4 23:55:55 2016 (r427818) +++ head/graphics/ImageMagick7/Makefile Sun Dec 4 23:59:10 2016 (r427819) @@ -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/ \ Modified: head/graphics/ImageMagick7/distinfo ============================================================================== --- head/graphics/ImageMagick7/distinfo Sun Dec 4 23:55:55 2016 (r427818) +++ head/graphics/ImageMagick7/distinfo Sun Dec 4 23:59:10 2016 (r427819) @@ -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