Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 584F663CCEC for ; Sun, 5 Feb 2012 22:56:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2A3D614A17D; Sun, 5 Feb 2012 22:56:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2232B14A17B for ; Sun, 5 Feb 2012 22:56:29 +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 gPwouG1SwKaJ for ; Sun, 5 Feb 2012 22:56:28 +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 5DBCF14A179 for ; Sun, 5 Feb 2012 22:56:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EA2AE175DD; Sun, 5 Feb 2012 22:56:27 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 5 Feb 2012 22:56:27 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2011Q4] pkgsrc/graphics/png To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20120205225627.EA2AE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sun Feb 5 22:56:27 UTC 2012 Modified Files: pkgsrc/graphics/png [pkgsrc-2011Q4]: Makefile distinfo Log Message: Pullup ticket #3674 - requested by pettai graphics/png: security update Revisions pulled up: - graphics/png/Makefile 1.143 - graphics/png/distinfo 1.90 --- Module Name: pkgsrc Committed By: wiz Date: Wed Feb 1 23:05:19 UTC 2012 Modified Files: pkgsrc/graphics/png: Makefile distinfo Log Message: Update to 1.5.8: Version 1.5.8beta01 [January 15, 2011] Removed '#include config.h"' from contrib/libtests/pngvalid.c. It's not needed and causes trouble for VPATH building. Moved AC_MSG_CHECKING([if libraries can be versioned]) later to the proper location in configure.ac (Gilles Espinasse). Fix bug in pngerror.c: some long warnings were being improperly truncated (bug introduced in libpng-1.5.3beta05). Version 1.5.8rc01 [January 21, 2012] No changes. Version 1.5.8rc02 [January 25, 2012] Fixed Min/GW uninstall to remove libpng.dll.a Conditionalize the install rules for MINGW and CYGWIN in CMakeLists.txt To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.141.2.1 pkgsrc/graphics/png/Makefile cvs rdiff -u -r1.89 -r1.89.2.1 pkgsrc/graphics/png/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.