diff options
author | cube <cube@pkgsrc.org> | 2004-01-05 10:06:43 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-05 10:06:43 +0000 |
commit | 9a1e820add3a6a0a5dda9f9f47a5cd6857547172 (patch) | |
tree | 44da7ad18edbfe7044dae3da472686855ff254da | |
parent | 3c4b634292ca7099e459ec40b2a076b9f489d538 (diff) | |
download | pkgsrc-9a1e820add3a6a0a5dda9f9f47a5cd6857547172.tar.gz |
Update to 5.0.1. There is no changelog in the tarball, because it is a
pre-release. However, it is unlikely to change for the final release of
5.0.1.
Fixed bugs:
1. lua_closethread exists only in the manual
2. attempt to resume a running coroutine crashes Lua
3. file:close cannot be called without a file. (results in seg. fault)
4. C functions may have stacks larger than current top
5. `pc' address is invalidated when a coroutine is suspended
6. userdata to be collected still counts into new GC threshold,
increasing memory consumption
7. IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate up
to 60 characters in a `printf'. That causes a buffer overflow in
`tostring'.
8. syntax `local function' does not increment stack size
9. count hook may be called without being set
-rw-r--r-- | lang/lua/Makefile | 4 | ||||
-rw-r--r-- | lang/lua/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index b3f6a782be8..9766936fcea 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2003/12/30 17:27:31 cjep Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/05 10:06:43 cube Exp $ -DISTNAME= lua-5.0 +DISTNAME= lua-5.0.1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ ftp://ftp.ntua.gr/pub/lang/lua/ \ diff --git a/lang/lua/distinfo b/lang/lua/distinfo index 9613e4769cd..4f3add865d7 100644 --- a/lang/lua/distinfo +++ b/lang/lua/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2003/04/29 23:33:56 jtb Exp $ +$NetBSD: distinfo,v 1.4 2004/01/05 10:06:43 cube Exp $ -SHA1 (lua-5.0.tar.gz) = 88b1bc057857c0db5ace491c4af2c917a2b803bf -Size (lua-5.0.tar.gz) = 187287 bytes +SHA1 (lua-5.0.1.tar.gz) = 03b47b4785178aca583333f01d8726a8ab9f7ae7 +Size (lua-5.0.1.tar.gz) = 193978 bytes SHA1 (patch-aa) = 65c491cde99ea172561d4a8e5bf739a01541e16d SHA1 (patch-ab) = 8579e7d691cb9811af599390b657300a644cad51 SHA1 (patch-ac) = d84dc51de00f31fc0741d3b275cdea5aad20f697 |