Received: by mail.netbsd.org (Postfix, from userid 605) id E148684D66; Mon, 31 Oct 2022 10:22:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A7EA84D59 for ; Mon, 31 Oct 2022 10:22:19 +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 gsioeZayY7Qg for ; Mon, 31 Oct 2022 10:22:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 86E3F84CFD for ; Mon, 31 Oct 2022 10:22:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7845FFA90; Mon, 31 Oct 2022 10:22:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667211738159520" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 10:22:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/libimagequant To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221031102218.7845FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667211738159520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 31 10:22:18 UTC 2022 Modified Files: pkgsrc/graphics/libimagequant: Makefile distinfo Log Message: libimagequant: updated to 2.17.0 version 2.17 ------------ - quality improvement - ARM64 build fix To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/libimagequant/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/libimagequant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667211738159520 Content-Disposition: inline Content-Length: 1806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libimagequant/Makefile diff -u pkgsrc/graphics/libimagequant/Makefile:1.25 pkgsrc/graphics/libimagequant/Makefile:1.26 --- pkgsrc/graphics/libimagequant/Makefile:1.25 Mon Oct 4 15:02:24 2021 +++ pkgsrc/graphics/libimagequant/Makefile Mon Oct 31 10:22:18 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2021/10/04 15:02:24 hauke Exp $ +# $NetBSD: Makefile,v 1.26 2022/10/31 10:22:18 adam Exp $ -DISTNAME= libimagequant-2.16.0 +DISTNAME= libimagequant-2.17.0 CATEGORIES= graphics MASTER_SITES+= ${MASTER_SITE_GITHUB:=ImageOptim/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/graphics/libimagequant/distinfo diff -u pkgsrc/graphics/libimagequant/distinfo:1.28 pkgsrc/graphics/libimagequant/distinfo:1.29 --- pkgsrc/graphics/libimagequant/distinfo:1.28 Tue Oct 26 10:46:27 2021 +++ pkgsrc/graphics/libimagequant/distinfo Mon Oct 31 10:22:18 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2021/10/26 10:46:27 nia Exp $ +$NetBSD: distinfo,v 1.29 2022/10/31 10:22:18 adam Exp $ -BLAKE2s (libimagequant-2.16.0.tar.gz) = 0f9e448f3f95359822c3b0ac3066f1529b93e04b034593bf43dd979dabac6c3d -SHA512 (libimagequant-2.16.0.tar.gz) = aada80a77ba57da6db0c713f2001582a233d8418630eeceb6253bc4ea58ab631fcf38d3e41a2ff3595fd258c12a81bee83c6fe985cbd309fa8ddc286b9bd4d65 -Size (libimagequant-2.16.0.tar.gz) = 99275 bytes +BLAKE2s (libimagequant-2.17.0.tar.gz) = ec6ea589a9e229ea04c6aad5a663766170c75e289baf2cb6028f72aa658df0bc +SHA512 (libimagequant-2.17.0.tar.gz) = 12b111f8293c0e37bd75481457b6c96b547a1e3bc1d33bc7a6bbbde6ada284d835c7f5958ef41af7a5a8d3e6fb2d1aa2f641b7d6f2fe2782202f3c760792f394 +Size (libimagequant-2.17.0.tar.gz) = 99343 bytes SHA1 (patch-Makefile) = 979f07975806619b8bff6a7868c948903f8697db SHA1 (patch-configure) = 89e4a07015ba59e6688eeee35e30289d24ac5307 --_----------=_1667211738159520--