[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] patch-lua-5.1.4-1
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 13 May 2010 21:28:05 -0300
A patch file for Lua 5.1.4 is now available at
http://www.lua.org/ftp/patch-lua-5.1.4-1
It combines all patches listed in
http://www.lua.org/bugs.html#5.1.4
Apply this patch to a pristine copy of Lua 5.1.4 with:
wget http://www.lua.org/ftp/lua-5.1.4.tar.gz
tar zxf lua-5.1.4.tar.gz
cd lua-5.1.4/src
wget http://www.lua.org/ftp/patch-lua-5.1.4-1
patch < patch-lua-5.1.4-1
Use curl -O -R if you don't have wget (e.g., in Mac OS X).
This patch is identified by this data
# patch-lua-5.1.4-1 created 2010-05-13T21:03:24-0300
md5: 5c7f6dc54cedde48cd3f6342ca794591
All feedback welcome.
--lhf