Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id BC05563B88A for ; Tue, 28 Oct 2008 19:09:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6BEDD63B17D; Tue, 28 Oct 2008 19:09:30 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id B734B63B166 for ; Tue, 28 Oct 2008 19:09:29 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A6B9E175D0; Tue, 28 Oct 2008 19:09:29 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/graphics/png To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20081028190929.A6B9E175D0@cvs.netbsd.org> Date: Tue, 28 Oct 2008 19:09:29 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Tue Oct 28 19:09:29 UTC 2008 Modified Files: pkgsrc/graphics/png: Makefile distinfo Log Message: Update to 1.2.33rc02, fixing a security problem. version 1.2.33beta01 [October 6, 2008] Revised makefile.darwin to fix shared library numbering. Change png_set_gray_1_2_4_to_8() to png_set_expand_gray_1_2_4_to_8() in example.c (debian bug report) version 1.2.33rc01 [October 15, 2008] No changes. version 1.2.33rc02 [October 23, 2008] Changed remaining "key" to "png_ptr->chunkdata" in png_handle_tEXt() to avoid memory leak after memory failure while reading tEXt chunk.` To generate a diff of this commit: cvs rdiff -r1.108 -r1.109 pkgsrc/graphics/png/Makefile cvs rdiff -r1.52 -r1.53 pkgsrc/graphics/png/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.