Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 29A967A2F3 for ; Mon, 12 Dec 2016 13:43:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CF798855DA; Mon, 12 Dec 2016 13:43:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 605A785587 for ; Mon, 12 Dec 2016 13:43:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2QJd4SJCEQKX for ; Mon, 12 Dec 2016 13:43:24 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C834185581 for ; Mon, 12 Dec 2016 13:43:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2D47FBA6; Mon, 12 Dec 2016 13:43:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481550204160720" MIME-Version: 1.0 Date: Mon, 12 Dec 2016 13:43:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/ImageMagick To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161212134324.C2D47FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481550204160720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 12 13:43:24 UTC 2016 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: Updated ImageMagick to 7.0.3.10. 2016-12-10 7.0.3-10 Cristy * Release ImageMagick version 7.0.3-10, GIT revision 19191:338f088:20161210. 2016-12-07 7.0.3-10 Cristy * Set colorspace to sRGB if -append has non-homogenous colorspaces (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29105). * Respect connected-components:area-threshold define (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31006). * Enable alpha channel if background color is non-opaque (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31016). * Return correct offset for negative index for -fx option (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31019). * Fixed improper scaling of certain FITS images (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31028). * Properly center text label (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31027). 2016-12-05 7.0.3-9 Cristy * Release ImageMagick version 7.0.3-9, GIT revision 19139:6fed3f1:20161205. 2016-11-26 7.0.3-9 Cristy * Support the compare -read-mask option. * Support read-masks for the -modulate option. * Prevent buffer overflow when streaming an image (reference https://github.com/ImageMagick/ImageMagick/issues/312). * Fix possible buffer overflow when writing compressed TIFFS (vulnerability report from Cisco Talos, CVE-2016-8707). To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.155 -r1.156 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481550204160720 Content-Disposition: inline Content-Length: 1805 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ImageMagick/Makefile.common diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.136 pkgsrc/graphics/ImageMagick/Makefile.common:1.137 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.136 Mon Nov 28 15:07:11 2016 +++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Dec 12 13:43:24 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.136 2016/11/28 15:07:11 wiz Exp $ +# $NetBSD: Makefile.common,v 1.137 2016/12/12 13:43:24 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.3 -IM_MINOR_VER= 8 +IM_MINOR_VER= 10 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.155 pkgsrc/graphics/ImageMagick/distinfo:1.156 --- pkgsrc/graphics/ImageMagick/distinfo:1.155 Mon Nov 28 15:07:11 2016 +++ pkgsrc/graphics/ImageMagick/distinfo Mon Dec 12 13:43:24 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.155 2016/11/28 15:07:11 wiz Exp $ +$NetBSD: distinfo,v 1.156 2016/12/12 13:43:24 wiz Exp $ -SHA1 (ImageMagick-7.0.3-8.tar.xz) = 905487a2be68d36f98be474922dde548a94c5e25 -RMD160 (ImageMagick-7.0.3-8.tar.xz) = 4465e46c9c6570061263d18454fd24a8e8d13cf8 -SHA512 (ImageMagick-7.0.3-8.tar.xz) = c673c8d0ae044441b593bfc7a9cbdd7f5408bf725215742351c204a7611be3e0d857b7bc367a2b85e3497f4c91a4cc0e96fae346e2fa4efbc2a37c760b742ca7 -Size (ImageMagick-7.0.3-8.tar.xz) = 8292080 bytes +SHA1 (ImageMagick-7.0.3-10.tar.xz) = 2149f1772c38a653fd92fea669bcaef8be6ead42 +RMD160 (ImageMagick-7.0.3-10.tar.xz) = 251af501620a8b999879c197416e412183c93797 +SHA512 (ImageMagick-7.0.3-10.tar.xz) = c138d2a632e72fa6703e245d53219a0d630949c87ae8afc141d7a5ddfbad8e3ae9fa204b3732f44e6b8d164c1b5c316430cec3821de8771c65832ecadd0a16c3 +Size (ImageMagick-7.0.3-10.tar.xz) = 8299108 bytes --_----------=_1481550204160720--