Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A50A363BBA1 for ; Sun, 8 Aug 2010 16:06:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id AC6D263B100; Sun, 8 Aug 2010 16:06:11 +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 D612A63B10E for ; Sun, 8 Aug 2010 16:06:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B0EEF175DD; Sun, 8 Aug 2010 16:06:02 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 8 Aug 2010 16:06:02 +0000 From: Tobias Nygren Subject: CVS commit: pkgsrc/graphics/freetype2 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20100808160602.B0EEF175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tnn Date: Sun Aug 8 16:06:02 UTC 2010 Modified Files: pkgsrc/graphics/freetype2: Makefile distinfo Log Message: Update to freetype2-2.4.2: CHANGES BETWEEN 2.4.1 and 2.4.2 I. IMPORTANT BUG FIXES - A stack overflow in CFF Type2 CharStrings interpreter is fixed. - Handling Type 42 font deallocation was broken; additionally, the library is now more robust against malformed Type 42 fonts. II. MISCELLANEOUS - Two new functions, `FT_Reference_Library' (in FT_MODULE_H) and `FT_Reference_Face' (in FT_FREETYPE_H), have been added to simplify life-cycle management. A counter gets initialized to 1 at the time an FT_Library (or FT_Face) structure is created. The two new functions increment the respective counter. `FT_Done_Library' and `FT_Done_Face' then only destroy a library or face if the counter is 1, otherwise they simply decrement the counter. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/graphics/freetype2/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/freetype2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.