Received: by mail.netbsd.org (Postfix, from userid 605) id A878F84D40; Sun, 9 Feb 2020 14:10:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F85384D36 for ; Sun, 9 Feb 2020 14:10:15 +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 hcfuq1d-kX0t for ; Sun, 9 Feb 2020 14:10:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 84A8784CF7 for ; Sun, 9 Feb 2020 14:10:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72169FBF4; Sun, 9 Feb 2020 14:10:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15812574141850" MIME-Version: 1.0 Date: Sun, 9 Feb 2020 14:10:14 +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: <20200209141014.72169FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15812574141850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 9 14:10:14 UTC 2020 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.0.9.22. 2020-02-07 7.0.9-22 Cristy * Release ImageMagick version 7.0.9-22, GIT revision 16855:8733f3e:20200207 2020-02-03 7.0.9-22 Cristy * More work on connect components, e.g. keep-colors, remove-colors, keep-topids. * Initialize mutex before locking if its not already initialized. * Support 24-bit TIFF images. 2020-02-01 7.0.9-21 Cristy * Release ImageMagick version 7.0.9-21, GIT revision 16823:290cb93:20200201. 2020-01-27 7.0.9-21 Cristy * Support additional connected components defines. * Refresh cache morphology when writing MPC images. 2020-01-26 7.0.9-19 Cristy * Release ImageMagick version 7.0.9-19, GIT revision 16789:bac6ecc:20200126 2020-01-26 7.0.9-19 Cristy * Make PNG creation reproducible (reference https://github.com/ImageMagick/ImageMagick/pull/1270). * Refactor uninitialize variable patch for -fx "while(,)" expression. 2020-01-25 7.0.9-18 Cristy * Release ImageMagick version 7.0.9-18, GIT revision 16780:08beae5:20200125 2020-01-19 7.0.9-18 Cristy * Alpha draw primitive no longer returns a parser exception. * Support 32-bit tiled TIFF images. * New -connected-component options (reference https://imagemagick.org/script/connected-components.php). https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37391). To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.217 -r1.218 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15812574141850 Content-Disposition: inline Content-Length: 1885 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.202 pkgsrc/graphics/ImageMagick/Makefile.common:1.203 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.202 Mon Jan 27 11:19:51 2020 +++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Feb 9 14:10:14 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.202 2020/01/27 11:19:51 wiz Exp $ +# $NetBSD: Makefile.common,v 1.203 2020/02/09 14:10:14 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.9 -IM_MINOR_VER= 17 +IM_MINOR_VER= 22 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.217 pkgsrc/graphics/ImageMagick/distinfo:1.218 --- pkgsrc/graphics/ImageMagick/distinfo:1.217 Mon Jan 27 11:19:51 2020 +++ pkgsrc/graphics/ImageMagick/distinfo Sun Feb 9 14:10:14 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.217 2020/01/27 11:19:51 wiz Exp $ +$NetBSD: distinfo,v 1.218 2020/02/09 14:10:14 wiz Exp $ -SHA1 (ImageMagick-7.0.9-17.tar.xz) = b12500c0e33b678cc5329dc9911aa7267d79b416 -RMD160 (ImageMagick-7.0.9-17.tar.xz) = 8996ec0f4b03f76386215075d2feedbf1f47f221 -SHA512 (ImageMagick-7.0.9-17.tar.xz) = 52cb05e46757dea59401318f8f9a784d34d33941d060a3759fc1030ac476927952c20b7ceaab37006b816c60867109f229fd149b841c6eaee61bd3f7af3a6cc4 -Size (ImageMagick-7.0.9-17.tar.xz) = 9484040 bytes +SHA1 (ImageMagick-7.0.9-22.tar.xz) = 96f7ff69f41f5fe843a469810936e5ec072d1ed7 +RMD160 (ImageMagick-7.0.9-22.tar.xz) = 9efe3669cda47df02bfa4e11ad230ee972b50af8 +SHA512 (ImageMagick-7.0.9-22.tar.xz) = dc6d9c3e480d532efcbc6b0ba6d34985a86d5f280ed635fedd04898225e7002f56543e6ec13a603bda8d9d85861146c0f859f95c4729911c1e330cd158f9cec6 +Size (ImageMagick-7.0.9-22.tar.xz) = 9485092 bytes SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f --_----------=_15812574141850--