Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 74B6563B85F for ; Wed, 11 Jul 2012 09:00:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5447C14A21C; Wed, 11 Jul 2012 09:00:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC0AD14A21A for ; Wed, 11 Jul 2012 09:00:42 +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 ur5NXsaDOScf for ; Wed, 11 Jul 2012 09:00:42 +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 45CD814A219 for ; Wed, 11 Jul 2012 09:00:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 344A9175DD; Wed, 11 Jul 2012 09:00:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 11 Jul 2012 09:00:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/png To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20120711090042.344A9175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Jul 11 09:00:42 UTC 2012 Modified Files: pkgsrc/graphics/png: Makefile distinfo Log Message: Update to 1.5.12: Removed scripts/makefile.cegcc from the *.zip and *.7z distributions; it depends on configure, which is not included in those archives. Changed "a+w" to "u+w" in Makefile.in to fix CVE-2012-3386. I don't see CVS-2012-3386 as a vulnerability that applies to pkgsrc, since to trigger it, you have to run 'make distcheck', and pkgsrc never does that. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 pkgsrc/graphics/png/Makefile cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/png/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.