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 23E497A293 for ; Sun, 9 Oct 2016 21:04:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C99A885E6E; Sun, 9 Oct 2016 21:04:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A1F385E59 for ; Sun, 9 Oct 2016 21:04:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2mieHwtgjLrT for ; Sun, 9 Oct 2016 21:04:42 +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 D7BBA84CEF for ; Sun, 9 Oct 2016 21:04:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5559FBD2; Sun, 9 Oct 2016 21:04:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476047082127710" MIME-Version: 1.0 Date: Sun, 9 Oct 2016 21:04:42 +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: <20161009210442.D5559FBD2@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. --_----------=_1476047082127710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 9 21:04:42 UTC 2016 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: Updated ImageMagick to 7.0.3.3. 2016-10-08 7.0.3-3 Cristy * Release ImageMagick version 7.0.3-3, GIT revision 18924:d6614e7:20161008. 2016-10-07 7.0.3-3 Dirk Lemstra * Fixed incorrect RLE decoding when reading a DCM image that contains multiple segments. 2016-10-02 7.0.3-2 Cristy * Release ImageMagick version 7.0.3-2, GIT revision 18887:6b27c5b:20161002. 2016-09-27 7.0.3-2 Dirk Lemstra * Fixed incorrect RLE decoding when reading an SGI image (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30514) To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.150 -r1.151 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476047082127710 Content-Disposition: inline Content-Length: 1800 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.131 pkgsrc/graphics/ImageMagick/Makefile.common:1.132 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.131 Fri Sep 30 13:19:53 2016 +++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Oct 9 21:04:42 2016 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.131 2016/09/30 13:19:53 wiz Exp $ +# $NetBSD: Makefile.common,v 1.132 2016/10/09 21:04:42 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.3 -IM_MINOR_VER= 1 +IM_MINOR_VER= 3 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.150 pkgsrc/graphics/ImageMagick/distinfo:1.151 --- pkgsrc/graphics/ImageMagick/distinfo:1.150 Fri Sep 30 13:19:53 2016 +++ pkgsrc/graphics/ImageMagick/distinfo Sun Oct 9 21:04:42 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.150 2016/09/30 13:19:53 wiz Exp $ +$NetBSD: distinfo,v 1.151 2016/10/09 21:04:42 wiz Exp $ -SHA1 (ImageMagick-7.0.3-1.tar.xz) = 88603e8cdf03d448033370344847fafacdda9dd9 -RMD160 (ImageMagick-7.0.3-1.tar.xz) = a9145c459baf5ae8a829bbaaf75c3ea9eb23168e -SHA512 (ImageMagick-7.0.3-1.tar.xz) = 4abfed5502ea408911b54225d8a45fd0e7c090c61c7950c031b0629dc543b41166dbaa1f743fdceaaab483db1ab5d5bb70dec595a5f7f87c687088d47db579bd -Size (ImageMagick-7.0.3-1.tar.xz) = 8292812 bytes +SHA1 (ImageMagick-7.0.3-3.tar.xz) = 3c03dda2f82fd68f0dc4fcf88cdb61002787a5ca +RMD160 (ImageMagick-7.0.3-3.tar.xz) = 018e28588662921986ea518b5cc0e180455ae7ae +SHA512 (ImageMagick-7.0.3-3.tar.xz) = 49b6ac4320d259a3659451853cb9c4852fe5866028584132e2755237e3658d489f8b372c5d934c33f10b78e63ffe3898dc219a90436770bd55c3c380e2c246b0 +Size (ImageMagick-7.0.3-3.tar.xz) = 8299296 bytes --_----------=_1476047082127710--