Received: by mail.netbsd.org (Postfix, from userid 605) id 1489184E61; Wed, 7 Mar 2018 11:14:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D66084E47 for ; Wed, 7 Mar 2018 11:14:04 +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 dfZ5NPwujwQw for ; Wed, 7 Mar 2018 11:14:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B9D0184C85 for ; Wed, 7 Mar 2018 11:14:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE28CFB40; Wed, 7 Mar 2018 11:14:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520421243231590" MIME-Version: 1.0 Date: Wed, 7 Mar 2018 11:14:03 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/graphite2 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180307111403.AE28CFB40@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. --_----------=_1520421243231590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Mar 7 11:14:03 UTC 2018 Modified Files: pkgsrc/graphics/graphite2: Makefile distinfo Log Message: Update to 1.3.11 Changelog: 1.3.11 . Fixes due to security review . Minor collision avoidance fixes . Fix LZ4 decompressor against high compression To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/graphite2/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/graphite2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520421243231590 Content-Disposition: inline Content-Length: 1662 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.7 pkgsrc/graphics/graphite2/Makefile:1.8 --- pkgsrc/graphics/graphite2/Makefile:1.7 Wed Aug 16 20:21:09 2017 +++ pkgsrc/graphics/graphite2/Makefile Wed Mar 7 11:14:03 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/08/16 20:21:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/03/07 11:14:03 ryoon Exp $ -DISTNAME= graphite2-1.3.10 +DISTNAME= graphite2-1.3.11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/} EXTRACT_SUFX= .tgz Index: pkgsrc/graphics/graphite2/distinfo diff -u pkgsrc/graphics/graphite2/distinfo:1.8 pkgsrc/graphics/graphite2/distinfo:1.9 --- pkgsrc/graphics/graphite2/distinfo:1.8 Mon May 22 08:00:06 2017 +++ pkgsrc/graphics/graphite2/distinfo Wed Mar 7 11:14:03 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/05/22 08:00:06 he Exp $ +$NetBSD: distinfo,v 1.9 2018/03/07 11:14:03 ryoon Exp $ -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 +SHA1 (graphite2-1.3.11.tgz) = 26b70897bac68868d964ef70002c384ec10b6572 +RMD160 (graphite2-1.3.11.tgz) = fa10a176d3e53d9d464384c828fc86e4bb2fb675 +SHA512 (graphite2-1.3.11.tgz) = fd5e997a30492a7668ad7afd78889e40cb37195cb8e11f42817ee00901b699d6a591e8230bf7a40abd1b218ae26588948a92b23e48c9fd03164fd5e2f4031afe +Size (graphite2-1.3.11.tgz) = 4236760 bytes --_----------=_1520421243231590--