Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5A31AA5809 for ; Mon, 31 Mar 2014 10:15:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C46C914A41D; Mon, 31 Mar 2014 10:15:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF93E14A414 for ; Mon, 31 Mar 2014 10:15:14 +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 8xSL9PKhyBB5 for ; Mon, 31 Mar 2014 10:15:14 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 317CA14A3FD for ; Mon, 31 Mar 2014 10:15:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E7B5996; Mon, 31 Mar 2014 10:15:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 31 Mar 2014 10:15:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/pngcrush To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20140331101513.E7B5996@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Mar 31 10:15:13 UTC 2014 Modified Files: pkgsrc/graphics/pngcrush: Makefile distinfo Log Message: Changes 1.7.73: * Restored calls to png_set_crc_action() which had been removed from version 1.7.72 for some testing and inadvertently not restored. * Changed "fix" internal variable name to "salvage" (still set with "-fix") * Added code to fix/salvage PNG with "bad adaptive filter value" error. * Avoid calculating CRC during compression trials except for the last trial, when the output is actually written. * Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/graphics/pngcrush/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/pngcrush/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.