Received: by mail.netbsd.org (Postfix, from userid 605) id 398F384D61; Thu, 18 Feb 2021 10:08:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F81584D5E for ; Thu, 18 Feb 2021 10:08:40 +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 OJu8K7IQHLqI for ; Thu, 18 Feb 2021 10:08:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C842484CDF for ; Thu, 18 Feb 2021 10:08:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6053FA95; Thu, 18 Feb 2021 10:08:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613642919271510" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 10:08:39 +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: <20210218100839.C6053FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613642919271510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 18 10:08:39 UTC 2021 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo Log Message: ImageMagick: update to 7.0.11.0. 2021-02-13 7.0.11-0 * Release ImageMagick version 7.0.11-0 GIT revision 18438:ff3ef50ab:20210213 2021-02-10 7.0.11-0 * bump minor version # * allow reading multichannel PSD files with 1 or 2 channels. * respect masks when computing SSIM metric (reference https://github.com/ImageMagick/ImageMagick/discussions/3212). 2021-02-07 7.0.10-62 * Release ImageMagick version 7.0.10-62 GIT revision 18418:f1e915f65:20210207 2021-02-01 7.0.10-62 * -trim not working as expected (reference https://github.com/ImageMagick/ImageMagick/discussions/3172). * possible undefined behavior (reference https://github.com/ImageMagick/ImageMagick/issues/3195). * sanitize buggy ascender and descender values (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980202). To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.115 -r1.116 pkgsrc/graphics/ImageMagick/PLIST cvs rdiff -u -r1.245 -r1.246 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613642919271510 Content-Disposition: inline Content-Length: 2779 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.228 pkgsrc/graphics/ImageMagick/Makefile.common:1.229 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.228 Wed Feb 3 20:17:49 2021 +++ pkgsrc/graphics/ImageMagick/Makefile.common Thu Feb 18 10:08:39 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.228 2021/02/03 20:17:49 wiz Exp $ +# $NetBSD: Makefile.common,v 1.229 2021/02/18 10:08:39 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile -IM_MAJOR_VER= 7.0.10 -IM_MINOR_VER= 61 +IM_MAJOR_VER= 7.0.11 +IM_MINOR_VER= 0 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/PLIST diff -u pkgsrc/graphics/ImageMagick/PLIST:1.115 pkgsrc/graphics/ImageMagick/PLIST:1.116 --- pkgsrc/graphics/ImageMagick/PLIST:1.115 Sun Nov 29 17:59:47 2020 +++ pkgsrc/graphics/ImageMagick/PLIST Thu Feb 18 10:08:39 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.115 2020/11/29 17:59:47 wiz Exp $ +@comment $NetBSD: PLIST,v 1.116 2021/02/18 10:08:39 wiz Exp $ bin/Magick++-config bin/MagickCore-config bin/MagickWand-config @@ -152,7 +152,7 @@ include/ImageMagick-7/MagickWand/pixel-w include/ImageMagick-7/MagickWand/stream.h include/ImageMagick-7/MagickWand/wand-view.h include/ImageMagick-7/MagickWand/wandcli.h -lib/ImageMagick-7.0.10/config-Q16HDRI/configure.xml +lib/ImageMagick-7.0.11/config-Q16HDRI/configure.xml lib/libMagick++-7.Q16HDRI.la lib/libMagickCore-7.Q16HDRI.la lib/libMagickWand-7.Q16HDRI.la Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.245 pkgsrc/graphics/ImageMagick/distinfo:1.246 --- pkgsrc/graphics/ImageMagick/distinfo:1.245 Wed Feb 3 20:17:49 2021 +++ pkgsrc/graphics/ImageMagick/distinfo Thu Feb 18 10:08:39 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.245 2021/02/03 20:17:49 wiz Exp $ +$NetBSD: distinfo,v 1.246 2021/02/18 10:08:39 wiz Exp $ -SHA1 (ImageMagick-7.0.10-61.tar.xz) = 77c142ce94278c172f23173446977006d3df0f30 -RMD160 (ImageMagick-7.0.10-61.tar.xz) = 47a797dff141512cd1d26fd73127e795a03633af -SHA512 (ImageMagick-7.0.10-61.tar.xz) = f90d8847fed7f1a5ca3fa247eb1ea115d6afe6fe379fb48733c539456663ca89426336f7ef8be087c1caa0eeafc7d63285f3c35c400fa94b30459796650421c3 -Size (ImageMagick-7.0.10-61.tar.xz) = 10143308 bytes +SHA1 (ImageMagick-7.0.11-0.tar.xz) = 677cd4944de4b30d2e2069530e7f59e47fb47e80 +RMD160 (ImageMagick-7.0.11-0.tar.xz) = 571101e186939db1e46397ee524fb0adfb1b5c23 +SHA512 (ImageMagick-7.0.11-0.tar.xz) = 484a1f53c0d49359fc41d681ddb3fe5bcd0fa8a9b89db1f6f19df5cba0596ab1d8c035d6e7e8d000370ebdd040c6a50ca3d867cf6e50ac29c03471bc34bb4e0e +Size (ImageMagick-7.0.11-0.tar.xz) = 10147348 bytes SHA1 (patch-config_policy.xml) = 55b8f30200a1e790543f38bf850026100ed5fdca --_----------=_1613642919271510--