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 23BFF7A167 for ; Tue, 24 Jan 2017 08:18:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8934F85613; Tue, 24 Jan 2017 08:18:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A79C855C0 for ; Tue, 24 Jan 2017 08:18:49 +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 BQ-ubAr3vtrf for ; Tue, 24 Jan 2017 08:18:48 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9E23E84CED for ; Tue, 24 Jan 2017 08:18:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 992F5FBA6; Tue, 24 Jan 2017 08:18:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148524592899260" MIME-Version: 1.0 Date: Tue, 24 Jan 2017 08:18:48 +0000 From: "Alexander Nasonov" Subject: CVS commit: pkgsrc/devel/lua-lpeg To: pkgsrc-changes@NetBSD.org Reply-To: alnsn@netbsd.org X-Mailer: log_accum Message-Id: <20170124081848.992F5FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148524592899260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: alnsn Date: Tue Jan 24 08:18:48 UTC 2017 Modified Files: pkgsrc/devel/lua-lpeg: Makefile distinfo Log Message: Update devel/lua-lpeg to version 1.0.1. This fixes 'intermittent stack exhaustion' reported by Sebastian Cato. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/lua-lpeg/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/lua-lpeg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148524592899260 Content-Disposition: inline Content-Length: 1624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/lua-lpeg/Makefile diff -u pkgsrc/devel/lua-lpeg/Makefile:1.11 pkgsrc/devel/lua-lpeg/Makefile:1.12 --- pkgsrc/devel/lua-lpeg/Makefile:1.11 Thu Feb 25 12:56:10 2016 +++ pkgsrc/devel/lua-lpeg/Makefile Tue Jan 24 08:18:48 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2016/02/25 12:56:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/24 08:18:48 alnsn Exp $ # -DISTNAME= lpeg-1.0.0 +DISTNAME= lpeg-1.0.1 PKGNAME= ${DISTNAME:S/lpeg/${LUA_PKGPREFIX}-lpeg/} CATEGORIES= devel MASTER_SITES= http://www.inf.puc-rio.br/~roberto/lpeg/ Index: pkgsrc/devel/lua-lpeg/distinfo diff -u pkgsrc/devel/lua-lpeg/distinfo:1.6 pkgsrc/devel/lua-lpeg/distinfo:1.7 --- pkgsrc/devel/lua-lpeg/distinfo:1.6 Tue Nov 3 03:27:47 2015 +++ pkgsrc/devel/lua-lpeg/distinfo Tue Jan 24 08:18:48 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:27:47 agc Exp $ +$NetBSD: distinfo,v 1.7 2017/01/24 08:18:48 alnsn Exp $ -SHA1 (lpeg-1.0.0.tar.gz) = 64a0920c9243b624a277c987d2219b6c50c43971 -RMD160 (lpeg-1.0.0.tar.gz) = 952b65755901fe02804b72ce6ab1ab8e12aaef60 -SHA512 (lpeg-1.0.0.tar.gz) = a245d2e0b8604121d8b4466052ab5da4f2b1f81c1c4b2579d8d5498920fc351d46fe4159a0b5948d1b377ef9bda410c4bf40ffd228b9f26bf346dfba2a7b9fb7 -Size (lpeg-1.0.0.tar.gz) = 70267 bytes +SHA1 (lpeg-1.0.1.tar.gz) = b2f81624e0ce9c99c0731287c3475fac1f1c0f50 +RMD160 (lpeg-1.0.1.tar.gz) = ce31666f7d55ad6957c2b274983d7d201fa797dd +SHA512 (lpeg-1.0.1.tar.gz) = 7b43fbee7eff443000986684bc56bba6d2796a31cf860740746c70e155bdea1b62a46b93f97e2747e3ef0f63e965148778ac2985d0f2d83e1e37ec4ebbabf4aa +Size (lpeg-1.0.1.tar.gz) = 71527 bytes --_----------=_148524592899260--