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 | 6982011999eb6a95c112358991c99cdb8e67a3f4 (patch) | |
tree | 810d73183f91354cbb4628a29b7c48a3963d930e /lang/lua/PLIST | |
parent | afcb1149e896cd035473877f686095e476d058a3 (diff) | |
download | pkgsrc-6982011999eb6a95c112358991c99cdb8e67a3f4.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/PLIST')
-rw-r--r-- | lang/lua/PLIST | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/lang/lua/PLIST b/lang/lua/PLIST index 6512a7925c2..227c2ee8a47 100644 --- a/lang/lua/PLIST +++ b/lang/lua/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/01/25 10:48:21 cube Exp $ -bin/bin2c +@comment $NetBSD: PLIST,v 1.5 2004/04/05 02:31:06 xtraeme Exp $ bin/lua bin/luac include/lauxlib.h @@ -7,20 +6,13 @@ include/lua.h include/lualib.h lib/liblua.a lib/liblua.so -lib/liblua.so.1 -lib/liblua.so.1.0 -lib/liblua_p.a -lib/liblua_pic.a +lib/liblua.so.5.0 lib/liblualib.a lib/liblualib.so -lib/liblualib.so.1 -lib/liblualib.so.1.0 -lib/liblualib_p.a -lib/liblualib_pic.a -man/cat1/lua.0 -man/cat1/luac.0 +lib/liblualib.so.5.0 man/man1/lua.1 man/man1/luac.1 +share/doc/html/lua/contents.html share/doc/html/lua/logo.gif share/doc/html/lua/lua.html share/doc/html/lua/luac.html @@ -32,7 +24,6 @@ share/doc/lua/README share/examples/lua/README share/examples/lua/bisect.lua share/examples/lua/cf.lua -share/examples/lua/compat.lua share/examples/lua/echo.lua share/examples/lua/env.lua share/examples/lua/etc/README |