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 E2DCE1A921F for ; Wed, 30 Mar 2022 07:54:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1475784FB5; Wed, 30 Mar 2022 07:54:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4DDBE84FB3 for ; Wed, 30 Mar 2022 07:54:32 +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 b0MVbM4T7jsn for ; Wed, 30 Mar 2022 07:54:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B651F84CE3 for ; Wed, 30 Mar 2022 07:54:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEE3FFB24; Wed, 30 Mar 2022 07:54:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164862687168480" MIME-Version: 1.0 Date: Wed, 30 Mar 2022 07:54:31 +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: <20220330075431.AEE3FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164862687168480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 30 07:54:31 UTC 2022 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.1.0.28. export libjxl version # set pixel format in image out block coders: sync JXL output Changed the format of MAGICK_GIT_REVISION and use this in -version. Restore dds:compression=dxt5 behavior Coders: proper check for out of bounds per https://bugs.chromium.org/… Coders: eliminate compiler warnings fix issue: outside the range of representable values of type 'unsigne… Coders: PS and EPS %%BoundingBox not being parsed #4961 Coders: support 10-bit AVIF per #4932 Fix setting the pixel intensity method with SetImageProperty (#4969) MagickCore: cosmetic MagickCore: support getentropy() build: release getentropy() requires sys/random.h include pending release To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.270 -r1.271 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164862687168480 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.249 pkgsrc/graphics/ImageMagick/Makefile.common:1.250 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.249 Tue Mar 8 08:09:38 2022 +++ pkgsrc/graphics/ImageMagick/Makefile.common Wed Mar 30 07:54:31 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.249 2022/03/08 08:09:38 wiz Exp $ +# $NetBSD: Makefile.common,v 1.250 2022/03/30 07:54:31 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.1.0 -IM_MINOR_VER= 27 +IM_MINOR_VER= 28 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.270 pkgsrc/graphics/ImageMagick/distinfo:1.271 --- pkgsrc/graphics/ImageMagick/distinfo:1.270 Tue Mar 8 08:09:38 2022 +++ pkgsrc/graphics/ImageMagick/distinfo Wed Mar 30 07:54:31 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.270 2022/03/08 08:09:38 wiz Exp $ +$NetBSD: distinfo,v 1.271 2022/03/30 07:54:31 wiz Exp $ -BLAKE2s (ImageMagick-7.1.0-27.tar.xz) = 0f8d271b59af2856f266ba27951633c5a24803ddb6645297d235e1e29f039619 -SHA512 (ImageMagick-7.1.0-27.tar.xz) = 7d843b51cde6db5f86e9210f48513e09b75e77eaf5e67de110dabda056a9af7ff4f2ed57f8b2917a2e52ca7e26f569ae5ff2fd8a7cd2dac6415201a924035bb4 -Size (ImageMagick-7.1.0-27.tar.xz) = 10381228 bytes +BLAKE2s (ImageMagick-7.1.0-28.tar.xz) = bebb57c442d881b93ebe6ad60314066b970fab2912351a00638299a76c9d9e0f +SHA512 (ImageMagick-7.1.0-28.tar.xz) = 151472d4555bd9bb1c2216fea4531e8281da84f70f3888792306706d5ae35dbae9a0216caaf0da5220d5be764d622c84d5fccb7468a3b29accd7d80d40c535c9 +Size (ImageMagick-7.1.0-28.tar.xz) = 10381120 bytes SHA1 (patch-config_policy.xml) = 2f2c5e9f0370cfbbf8ca91caef030eedfb2b6715 --_----------=_164862687168480--