Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 EC78D7A26C for ; Mon, 22 May 2017 08:00:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9551684DD0; Mon, 22 May 2017 08:00:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24BCD84DAB for ; Mon, 22 May 2017 08:00:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HFA0WXSZgBAW for ; Mon, 22 May 2017 08:00:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A05AB84D81 for ; Mon, 22 May 2017 08:00:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9987FFBE4; Mon, 22 May 2017 08:00:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1495440006178860" MIME-Version: 1.0 Date: Mon, 22 May 2017 08:00:06 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/graphics/graphite2 To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20170522080006.9987FFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1495440006178860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Mon May 22 08:00:06 UTC 2017 Modified Files: pkgsrc/graphics/graphite2: Makefile distinfo Removed Files: pkgsrc/graphics/graphite2/patches: patch-src_CMakeLists.txt Log Message: Update to graphite2 version 1.3.10, for some "highly recommended" bug fixes, possibly some security fixes, although they are not explicitly mentioned in the change log. Pkgsrc changes: * Remove patch which no longer applies. Upstream changes: 1.3.10 . Address floating point build parameters to give consistent positioning results across platforms . Various bug fixes 1.3.9 . Add Collision COLL_ISSPACE to allow for visible spaces in collision avoidance . Add segment and pass direction information to tracing output . Bug fix rule length testing in 32-bit . Increase slanted margin distances for collision avoidance . Change kerning algorithm to simple outline expansion. Seems to make no visible difference. . Add trace2svg to test tools 1.3.8 . Various bug fixes arising from fuzzing . Fix regression that stopped piglatin from working . Make collision avoidance kerning give more regular results . Minor modification to clustering algorithm to handle variable width chars To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/graphite2/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/graphite2/distinfo cvs rdiff -u -r1.4 -r0 \ pkgsrc/graphics/graphite2/patches/patch-src_CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1495440006178860 Content-Disposition: inline Content-Length: 1732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/graphite2/Makefile diff -u pkgsrc/graphics/graphite2/Makefile:1.5 pkgsrc/graphics/graphite2/Makefile:1.6 --- pkgsrc/graphics/graphite2/Makefile:1.5 Thu Sep 8 17:32:49 2016 +++ pkgsrc/graphics/graphite2/Makefile Mon May 22 08:00:06 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/09/08 17:32:49 richard Exp $ +# $NetBSD: Makefile,v 1.6 2017/05/22 08:00:06 he Exp $ -DISTNAME= graphite2-1.3.7 +DISTNAME= graphite2-1.3.10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/} EXTRACT_SUFX= .tgz Index: pkgsrc/graphics/graphite2/distinfo diff -u pkgsrc/graphics/graphite2/distinfo:1.7 pkgsrc/graphics/graphite2/distinfo:1.8 --- pkgsrc/graphics/graphite2/distinfo:1.7 Thu Mar 24 20:31:02 2016 +++ pkgsrc/graphics/graphite2/distinfo Mon May 22 08:00:06 2017 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2016/03/24 20:31:02 wiz Exp $ +$NetBSD: distinfo,v 1.8 2017/05/22 08:00:06 he Exp $ -SHA1 (graphite2-1.3.7.tgz) = 83fde60cca7ce82d3b90b335a6e6ea719d15ffec -RMD160 (graphite2-1.3.7.tgz) = a4fe7f52d67e126c20678863309aaf2b85a7ddf7 -SHA512 (graphite2-1.3.7.tgz) = 163ac1455003398690b173f2ce56509bba1ae1e480585635888e3b061fef1ff8493c86f4647efde65ea10cd82b4048fcc8e882ea56811a8169956ad27bd10b8f -Size (graphite2-1.3.7.tgz) = 3883666 bytes -SHA1 (patch-src_CMakeLists.txt) = 4751d4cb699a368b9b612a18c45176346e29968b +SHA1 (graphite2-1.3.10.tgz) = 668f3bce96fc02d90ea875b401ed36b2e8957d2f +RMD160 (graphite2-1.3.10.tgz) = 9c3ed660f18d4b86553f54e23ba746ee9cb51835 +SHA512 (graphite2-1.3.10.tgz) = d6d578feaa2d9304dc9bcd3926958070b8c23b27437a9fcb801e08e62f33a5549b7a6aa9636c7f8eb80a2a2c6d5cac97d58050fb30fd102b9fd0f8c558f4252b +Size (graphite2-1.3.10.tgz) = 3889647 bytes --_----------=_1495440006178860--