diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 02:31:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 02:31:06 +0000 |
commit | ebb4a46952105950bf8e5397579a7027b438cb50 (patch) | |
tree | 810d73183f91354cbb4628a29b7c48a3963d930e /lang/lua/distinfo | |
parent | bb527c13aa761e2ff5cc7399fc857969f1703229 (diff) | |
download | pkgsrc-ebb4a46952105950bf8e5397579a7027b438cb50.tar.gz |
Update lua to 5.0.2, from Bruce J.A. Nourish via tech-pkg@.
Lua 5.0.2 is a bugfix release, which contains the following fixes:
src/ldo.c
Attempt to resume running coroutine crashed Lua
src/lgc.c
C functions also may have stacks larger than current top
Userdata to be collected still counted into new GC threshold
src/lgc.h
Userdata to be collected still counted into new GC threshold
src/lparser.c
Syntax `local function' did not increment stack size
src/lvm.c
`pc' address was invalidated when a coroutine was suspended
Count hook might be called without being set
src/lib/lbaselib.c
Buffer overflow for unusual %p representation
Wrong number of returns from chunks loaded from stdin
src/lib/liolib.c
`file.close()' could not be called without arguments
Buffer overflow for unusual %p representation
src/luac/luac.c
Missing lock/unlock
Diffstat (limited to 'lang/lua/distinfo')
-rw-r--r-- | lang/lua/distinfo | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/lang/lua/distinfo b/lang/lua/distinfo index 3a3cec09e04..20b48a0e1cd 100644 --- a/lang/lua/distinfo +++ b/lang/lua/distinfo @@ -1,10 +1,6 @@ -$NetBSD: distinfo,v 1.5 2004/01/25 10:48:21 cube Exp $ +$NetBSD: distinfo,v 1.6 2004/04/05 02:31:06 xtraeme Exp $ -SHA1 (lua-5.0.1.tar.gz) = 03b47b4785178aca583333f01d8726a8ab9f7ae7 -Size (lua-5.0.1.tar.gz) = 193978 bytes -SHA1 (patch-aa) = c69676ed0fe3fdb657fce1e5e6b5271461dd4f38 -SHA1 (patch-ab) = 8579e7d691cb9811af599390b657300a644cad51 -SHA1 (patch-ac) = d84dc51de00f31fc0741d3b275cdea5aad20f697 -SHA1 (patch-ad) = c7a1ea9d1e5276a904e44fa407f9bda9badf590d -SHA1 (patch-ae) = 54987ad95ef87b46a9c8a427022eceb2762606bb -SHA1 (patch-af) = f09313f59a4ea226cfbe168f2e47e5c32d47ddc9 +SHA1 (lua-5.0.2.tar.gz) = a200cfd20a9a4c7da1206ae45dddf26186a9e0e7 +Size (lua-5.0.2.tar.gz) = 190442 bytes +SHA1 (patch-aa) = c00182becd052a33c8697b13ef818b456d470859 +SHA1 (patch-ab) = 788834909e1b1ef990805c334071d9ad8761c36f |