Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id AB8CE1A9239 for ; Sun, 28 Nov 2021 10:46:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D3DEB84ED3; Sun, 28 Nov 2021 10:46:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15C0F84ECC for ; Sun, 28 Nov 2021 10:46: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 Et0dB_PJ8hVd for ; Sun, 28 Nov 2021 10:46:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8843784D27 for ; Sun, 28 Nov 2021 10:46:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85BC1FAEC; Sun, 28 Nov 2021 10:46:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638096402230040" MIME-Version: 1.0 Date: Sun, 28 Nov 2021 10:46: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: <20211128104642.85BC1FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638096402230040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 28 10:46:42 UTC 2021 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.1.0.16. 2021-11-21 7.1.0-16 * Release ImageMagick version 7.1.0-16 GIT revision 19398:7dc99d829:20211121 2021-11-21 7.1.0-16 Dirk Lemstra * Fixed an OpenCL build problem. To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.262 -r1.263 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638096402230040 Content-Disposition: inline Content-Length: 1779 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.241 pkgsrc/graphics/ImageMagick/Makefile.common:1.242 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.241 Tue Nov 23 21:26:50 2021 +++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Nov 28 10:46:42 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.241 2021/11/23 21:26:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.242 2021/11/28 10:46:42 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.1.0 -IM_MINOR_VER= 15 +IM_MINOR_VER= 16 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.262 pkgsrc/graphics/ImageMagick/distinfo:1.263 --- pkgsrc/graphics/ImageMagick/distinfo:1.262 Tue Nov 23 21:26:50 2021 +++ pkgsrc/graphics/ImageMagick/distinfo Sun Nov 28 10:46:42 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.262 2021/11/23 21:26:50 wiz Exp $ +$NetBSD: distinfo,v 1.263 2021/11/28 10:46:42 wiz Exp $ -BLAKE2s (ImageMagick-7.1.0-15.tar.xz) = d13be73418342be31202f8a014ab84e7f1c6e1bfe50739b3fcc152ccc4a5f75b -SHA512 (ImageMagick-7.1.0-15.tar.xz) = 5f0409cfd99ae6f3554e920856b953dac59de7a3de08506f753fed9e1b7ff061fc8a67614735a814bbbbb509a7d08a5397e3ebfc920eed08b0b63e2cf9e22d16 -Size (ImageMagick-7.1.0-15.tar.xz) = 10318640 bytes +BLAKE2s (ImageMagick-7.1.0-16.tar.xz) = 0fbb5fcde2c5fe66033abaa90fcd56502b567e0d784cba76acaadf28f8b0e22b +SHA512 (ImageMagick-7.1.0-16.tar.xz) = 6894e51ea96b49cd7aafb91d1e05b02f802bccc79121a6b6e65d2122cf97a27cd26bba393edb0b8d4c354ca95c2db0986257fd0d08756067dddb51240a346e2d +Size (ImageMagick-7.1.0-16.tar.xz) = 10322260 bytes SHA1 (patch-config_policy.xml) = 2f2c5e9f0370cfbbf8ca91caef030eedfb2b6715 --_----------=_1638096402230040--