Received: by mail.netbsd.org (Postfix, from userid 605) id 629B184EED; Mon, 13 Sep 2021 07:49:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E93884D1B for ; Mon, 13 Sep 2021 07:49:57 +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 WiTDhX9BDMG1 for ; Mon, 13 Sep 2021 07:49:57 +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 15C4784C13 for ; Mon, 13 Sep 2021 07:49:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F6BAFA97; Mon, 13 Sep 2021 07:49:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163151939773410" MIME-Version: 1.0 Date: Mon, 13 Sep 2021 07:49:57 +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: <20210913074957.0F6BAFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163151939773410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 13 07:49:56 UTC 2021 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.1.0.6. 2021-09-04 7.1.0-6 * Release ImageMagick version 7.1.0-6 GIT revision 19033:7c589e780:20210904 2021-08-21 7.1.0-6 * Tweak the bilevel image type (reference https://github.com/ImageMagick/ImageMagick/issues/4121). * Converting from LAB to RGB leads to wrong colors (reference https://github.com/ImageMagick/ImageMagick/issues/4105). To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.256 -r1.257 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163151939773410 Content-Disposition: inline Content-Length: 1877 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.237 pkgsrc/graphics/ImageMagick/Makefile.common:1.238 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.237 Mon Aug 30 15:38:39 2021 +++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Sep 13 07:49:56 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.237 2021/08/30 15:38:39 wiz Exp $ +# $NetBSD: Makefile.common,v 1.238 2021/09/13 07:49:56 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.1.0 -IM_MINOR_VER= 5 +IM_MINOR_VER= 6 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.256 pkgsrc/graphics/ImageMagick/distinfo:1.257 --- pkgsrc/graphics/ImageMagick/distinfo:1.256 Mon Aug 30 15:38:39 2021 +++ pkgsrc/graphics/ImageMagick/distinfo Mon Sep 13 07:49:56 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.256 2021/08/30 15:38:39 wiz Exp $ +$NetBSD: distinfo,v 1.257 2021/09/13 07:49:56 wiz Exp $ -SHA1 (ImageMagick-7.1.0-5.tar.xz) = 272ad33060144cba2e871db709192c8584ac5b0a -RMD160 (ImageMagick-7.1.0-5.tar.xz) = 7fd1c6083a8a861e3b6ea83e55fb7c7581b6ff41 -SHA512 (ImageMagick-7.1.0-5.tar.xz) = 1fc66c57e4dbe01c2730508c42cd8a8e94be087751b3ad460318e1d4a7aa2c1af95d22b2f432037590af5e7f4a8e3cdeb276278423ed30d485267a907c7006d6 -Size (ImageMagick-7.1.0-5.tar.xz) = 10308228 bytes +SHA1 (ImageMagick-7.1.0-6.tar.xz) = 8dcf36a35955a7872b50c07774d662da8c7c51a1 +RMD160 (ImageMagick-7.1.0-6.tar.xz) = f595e5ce47ed1e55c1576a17819b021c76b1e9b1 +SHA512 (ImageMagick-7.1.0-6.tar.xz) = 951541ad24095a2ac03fa26bfb38363795d7e86f1cae90ede9ab5991b28090dd05cc6c5bec62a0c3d664fa5191021fa01b760cfa7ccd94c80d93f24484afa5d3 +Size (ImageMagick-7.1.0-6.tar.xz) = 10316740 bytes SHA1 (patch-config_policy.xml) = 2f2c5e9f0370cfbbf8ca91caef030eedfb2b6715 --_----------=_163151939773410--