Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id E0A3363C01B for ; Wed, 7 Mar 2012 09:11:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B3ACE14A4EB; Wed, 7 Mar 2012 09:11:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94A9614A4DE for ; Wed, 7 Mar 2012 09:11:44 +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 VtUoVY0M0bRh for ; Wed, 7 Mar 2012 09:11:44 +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 0E2F814A4DD for ; Wed, 7 Mar 2012 09:11:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1D971175DD; Wed, 7 Mar 2012 09:11:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 7 Mar 2012 09:11:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/optipng To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20120307091144.1D971175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Wed Mar 7 09:11:44 UTC 2012 Modified Files: pkgsrc/graphics/optipng: Makefile distinfo Log Message: Changes 0.7: * Upgraded libpng to version 1.4.9. * Upgraded zlib to version 1.2.6-optipng. * Resolved a rarely-occurring out-of-bounds memory access error in Z_RLE, by upgrading zlib. * Added the popularly-requested option -strip. The only suboption currently supported is "-strip all". * Added the option -clobber. * Added the option -backup, as an alias of -keep. * Added the option -silent, as an alias of -quiet. * Deprecated the option -log. * Changed the activity display output from STDOUT to STDERR. * Allowed the option -preserve to save high-resolution timestamps on Unix, if the POSIX-1.2008 API is available. This feature was previously available on Windows only. * Fixed a minor precision error in the display of file size percents. * Fixed a memory leak that occurred when reading broken GIF images. * Fixed various build issues. * Resolved all remaining compatibility issues with libpng-1.5. * Added build support for clang. * Reorganized the source directory structure. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/optipng/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/optipng/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.