Received: by mail.netbsd.org (Postfix, from userid 605) id 46B4F84EBC; Wed, 15 Feb 2023 12:53:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76DB084EBB for ; Wed, 15 Feb 2023 12:53:39 +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 IZNTrTdDAEuj for ; Wed, 15 Feb 2023 12:53:39 +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 E161F84D27 for ; Wed, 15 Feb 2023 12:53:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA4F4FA90; Wed, 15 Feb 2023 12:53:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676465618295200" MIME-Version: 1.0 Date: Wed, 15 Feb 2023 12:53:38 +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: <20230215125338.DA4F4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676465618295200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 15 12:53:38 UTC 2023 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.1.0.62. 7.1.0.62 Fix EOI marker detection for Exif by @kmilos in #6050 add BC5_UNORM compression support by @mmomtchev in #6039 7.1.0.61: Link MagickCore to urlmon when targeting Windows by @giordano in #6032 Fix wonky wording in SECURITY.md by @mara004 in #6033 To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.266 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.285 -r1.286 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676465618295200 Content-Disposition: inline Content-Length: 1939 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.265 pkgsrc/graphics/ImageMagick/Makefile.common:1.266 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.265 Wed Feb 1 08:39:26 2023 +++ pkgsrc/graphics/ImageMagick/Makefile.common Wed Feb 15 12:53:38 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.265 2023/02/01 08:39:26 wiz Exp $ +# $NetBSD: Makefile.common,v 1.266 2023/02/15 12:53:38 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile # # Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md IM_MAJOR_VER= 7.1.0 -IM_MINOR_VER= 60 +IM_MINOR_VER= 62 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.285 pkgsrc/graphics/ImageMagick/distinfo:1.286 --- pkgsrc/graphics/ImageMagick/distinfo:1.285 Wed Feb 1 08:39:26 2023 +++ pkgsrc/graphics/ImageMagick/distinfo Wed Feb 15 12:53:38 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.285 2023/02/01 08:39:26 wiz Exp $ +$NetBSD: distinfo,v 1.286 2023/02/15 12:53:38 wiz Exp $ -BLAKE2s (ImageMagick-7.1.0-60.tar.xz) = 72d0f446a9fbce4acd235e1a06854bb5ad6d569418c892acae63d30a7d0fc1fc -SHA512 (ImageMagick-7.1.0-60.tar.xz) = f3c0e1b32cc40ff939351b37d5f8375a44b34da06a813fa04bad767241976f227eae3a7c30e3aca473f24056149c8be6d4f346bb69d16afbd96aad79ca1e71c2 -Size (ImageMagick-7.1.0-60.tar.xz) = 10365764 bytes +BLAKE2s (ImageMagick-7.1.0-62.tar.xz) = 37d4fe17d070ec0d17bc0d7f6d09b408e4e2928f43942fb929ec444843175de5 +SHA512 (ImageMagick-7.1.0-62.tar.xz) = db299bc84585b1f37d6fb5bfbc08264b19f4aa1b3e3dc28f14606310c5150ad103b8456d0856c1fae1efed137e0b02eb2beeccb504dfa39a10cb2aaacbfe47d3 +Size (ImageMagick-7.1.0-62.tar.xz) = 10359080 bytes SHA1 (patch-config_policy.xml) = 0ae88934acb31681dc3cd7738075362ae2c17c10 SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287 --_----------=_1676465618295200--