Received: by mail.netbsd.org (Postfix, from userid 605) id 29C2784D29; Tue, 20 Apr 2021 16:28:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 65C9D84CE1 for ; Tue, 20 Apr 2021 16:28:17 +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 Qhkoid45CscF for ; Tue, 20 Apr 2021 16:28:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D7BEF84C86 for ; Tue, 20 Apr 2021 16:28:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1CA6FA95; Tue, 20 Apr 2021 16:28:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618936096127740" MIME-Version: 1.0 Date: Tue, 20 Apr 2021 16:28:16 +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: <20210420162816.D1CA6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618936096127740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 20 16:28:16 UTC 2021 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.0.11.8. 2021-04-17 7.0.11-8 * Release ImageMagick version 7.0.11-8 GIT revision 18636:53a252607:20210417 2021-04-17 7.0.11-8 Dirk Lemstra * added support for pdf:author, pdf:producer and pdf:title when writing a PDF file. 2021-04-09 7.0.11-7 * constrain sub-image list. * -layers optimize no longer produces broken output (reference https://github.com/ImageMagick/ImageMagick/issues/3520). To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.247 -r1.248 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618936096127740 Content-Disposition: inline Content-Length: 1892 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.230 pkgsrc/graphics/ImageMagick/Makefile.common:1.231 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.230 Mon Apr 12 06:28:32 2021 +++ pkgsrc/graphics/ImageMagick/Makefile.common Tue Apr 20 16:28:16 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.230 2021/04/12 06:28:32 triaxx Exp $ +# $NetBSD: Makefile.common,v 1.231 2021/04/20 16:28:16 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.11 -IM_MINOR_VER= 6 +IM_MINOR_VER= 8 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.247 pkgsrc/graphics/ImageMagick/distinfo:1.248 --- pkgsrc/graphics/ImageMagick/distinfo:1.247 Mon Apr 12 06:28:32 2021 +++ pkgsrc/graphics/ImageMagick/distinfo Tue Apr 20 16:28:16 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.247 2021/04/12 06:28:32 triaxx Exp $ +$NetBSD: distinfo,v 1.248 2021/04/20 16:28:16 wiz Exp $ -SHA1 (ImageMagick-7.0.11-6.tar.xz) = 70c628ef79779c5cebaa8daf4e83415555d4102a -RMD160 (ImageMagick-7.0.11-6.tar.xz) = 013d1d48dd9e6f0494e48070e2f304c633c81e64 -SHA512 (ImageMagick-7.0.11-6.tar.xz) = ed9066dbc5fe8494e153f635318a4a54a1735167c78b703eeda232675c427a171923983a1bb493059432becdd65171c8ac4eb6432048e2abeff4290c899c6e57 -Size (ImageMagick-7.0.11-6.tar.xz) = 10286508 bytes +SHA1 (ImageMagick-7.0.11-8.tar.xz) = 04e57678910593fbdc7e57d5f5c6740de731425a +RMD160 (ImageMagick-7.0.11-8.tar.xz) = 45176a36c35efa4af252d6633df0f89d2cfc9a41 +SHA512 (ImageMagick-7.0.11-8.tar.xz) = e4aa87b30bb75fba815cd4f617a7c0dba29523c03ad6670c7514842587678553d0b45100ccd6e041d59628cf30fe047243d440af78b39d0f82cd405ff0ea0f96 +Size (ImageMagick-7.0.11-8.tar.xz) = 10280632 bytes SHA1 (patch-config_policy.xml) = 55b8f30200a1e790543f38bf850026100ed5fdca --_----------=_1618936096127740--