Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6DC1FA64EF for ; Wed, 21 Oct 2015 08:29:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 19EE814A4EA; Wed, 21 Oct 2015 08:29:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6037414A4BC for ; Wed, 21 Oct 2015 08:29:03 +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 RYOOieZIhkfD for ; Wed, 21 Oct 2015 08:29:02 +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 ADDFB14A3FA for ; Wed, 21 Oct 2015 08:29:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A8A6098; Wed, 21 Oct 2015 08:29:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 21 Oct 2015 08:29:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20151021082902.A8A6098@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 Oct 21 08:29:02 UTC 2015 Modified Files: pkgsrc/fonts/harfbuzz: Makefile distinfo Log Message: Update harfbuzz to 1.0.6: Overview of changes leading to 1.0.6 Thursday, October 15, 2015 ==================================== - Reduce max nesting level in OT lookups from 8 to 6. Should not affect any real font as far as I know. - Fix memory access issue in ot-font. - Revert default load-flags of fonts created using hb_ft_font_create() back to FT_LOAD_DEFAULT|FT_LOAD_NO_HINTING. This was changed in last release (1.0.5), but caused major issues, so revert. https://github.com/behdad/harfbuzz/issues/143 Overview of changes leading to 1.0.5 Tuesday, October 13, 2015 ==================================== - Fix multiple memory access bugs discovered using libFuzzer. https://github.com/behdad/harfbuzz/issues/139 Everyone should upgrade to this version as soon as possible. We now have continuous fuzzing set up, to avoid issues like these creeping in again. - Misc fixes. - New API: * hb_font_set_parent(). * hb_ft_font_[sg]et_load_flags() The default flags for fonts created using hb_ft_font_create() has changed to default to FT_LOAD_DEFAULT now. Previously it was defaulting to FT_LOAD_DFEAULT|FT_LOAD_NO_HINTING. - API changes: * Fonts now default to units-per-EM as their scale, instead of 0. * hb_font_create_sub_font() does NOT make parent font immutable anymore. hb_font_make_immutable() does. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/fonts/harfbuzz/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.