Received: by mail.netbsd.org (Postfix, from userid 605) id B954884EEE; Fri, 1 Oct 2021 09:00:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F2A8F84EEC for ; Fri, 1 Oct 2021 09:00:52 +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 jvMxEjgEUFGZ for ; Fri, 1 Oct 2021 09:00:52 +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 73C9884CFC for ; Fri, 1 Oct 2021 09:00:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 707E4FA97; Fri, 1 Oct 2021 09:00:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163307885232200" MIME-Version: 1.0 Date: Fri, 1 Oct 2021 09:00:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/pngquant To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211001090052.707E4FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163307885232200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 1 09:00:52 UTC 2021 Modified Files: pkgsrc/graphics/pngquant: Makefile distinfo Log Message: pngquant: updated to 2.16.0 version 2.16 - reduced stack usage, prevenitng stack overlfow in pathological cases To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/pngquant/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/pngquant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163307885232200 Content-Disposition: inline Content-Length: 1763 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/pngquant/Makefile diff -u pkgsrc/graphics/pngquant/Makefile:1.8 pkgsrc/graphics/pngquant/Makefile:1.9 --- pkgsrc/graphics/pngquant/Makefile:1.8 Thu Jun 3 19:09:33 2021 +++ pkgsrc/graphics/pngquant/Makefile Fri Oct 1 09:00:52 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/06/03 19:09:33 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/10/01 09:00:52 adam Exp $ -DISTNAME= pngquant-2.15.1-src +DISTNAME= pngquant-2.16.0-src PKGNAME= ${DISTNAME:S/-src//} CATEGORIES= graphics MASTER_SITES= http://pngquant.org/ Index: pkgsrc/graphics/pngquant/distinfo diff -u pkgsrc/graphics/pngquant/distinfo:1.6 pkgsrc/graphics/pngquant/distinfo:1.7 --- pkgsrc/graphics/pngquant/distinfo:1.6 Thu Jun 3 19:09:33 2021 +++ pkgsrc/graphics/pngquant/distinfo Fri Oct 1 09:00:52 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2021/06/03 19:09:33 adam Exp $ +$NetBSD: distinfo,v 1.7 2021/10/01 09:00:52 adam Exp $ -SHA1 (pngquant-2.15.1-src.tar.gz) = 97843fc4ddc81d4b8fae007f4fe687481176d557 -RMD160 (pngquant-2.15.1-src.tar.gz) = 176bf2be42152a7bddd3c4dbd7716cd39abd6072 -SHA512 (pngquant-2.15.1-src.tar.gz) = 9a39700994a877d779b275b73e259310fcbf92920d4d177dce4e046be442731b2b498e41d57e469ce32aa5f3c49e5f58e40552905d97e62f1231c1795c95457d -Size (pngquant-2.15.1-src.tar.gz) = 149278 bytes +SHA1 (pngquant-2.16.0-src.tar.gz) = 7f51371e01010b99545dd601fe672b297796fabc +RMD160 (pngquant-2.16.0-src.tar.gz) = d254867afdbb7c02ac89dce2293541c6bb7ee873 +SHA512 (pngquant-2.16.0-src.tar.gz) = 09d18e84f9e51d6b2199350409da612e40b21695242cb750ee6a7f8a0bfb0139487af8096207fdf29b250da5bfc88f90371251b8b4e9b7b5b46cb6f256540154 +Size (pngquant-2.16.0-src.tar.gz) = 149322 bytes SHA1 (patch-configure) = 34165a94074a0e7f35b23794165589551d58ee08 --_----------=_163307885232200--