[Buildroot] [git commit] lua: bump to version 5.2.4

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Mar 8 13:34:52 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=077193b6b3afb9af431d99a7a7ce5471f7a98a87
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/lua/5.2.3/0012-fix-ephemeron-table.patch   |   19 -------------------
 package/lua/{5.2.3 => 5.2.4}/0001-root-path.patch  |    0
 .../0002-shared-libs-for-lua.patch                 |    0
 package/lua/{5.2.3 => 5.2.4}/0004-lua-pc.patch     |    0
 package/lua/{5.2.3 => 5.2.4}/0011-linenoise.patch  |    0
 package/lua/lua.hash                               |    4 ++--
 package/lua/lua.mk                                 |    2 +-
 7 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/package/lua/5.2.3/0012-fix-ephemeron-table.patch b/package/lua/5.2.3/0012-fix-ephemeron-table.patch
deleted file mode 100644
index f231016..0000000
--- a/package/lua/5.2.3/0012-fix-ephemeron-table.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Ephemeron table can wrongly collect entry with strong key.
-
-Fetch from: http://www.lua.org/bugs.html#5.2.3-2
-
-Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
-
-Index: b/src/lgc.c
-===================================================================
---- a/src/lgc.c
-+++ b/src/lgc.c
-@@ -403,7 +403,7 @@
-       reallymarkobject(g, gcvalue(gval(n)));  /* mark it now */
-     }
-   }
--  if (prop)
-+  if (g->gcstate != GCSatomic || prop)
-     linktable(h, &g->ephemeron);  /* have to propagate again */
-   else if (hasclears)  /* does table have white keys? */
-     linktable(h, &g->allweak);  /* may have to clean white keys */
diff --git a/package/lua/5.2.3/0001-root-path.patch b/package/lua/5.2.4/0001-root-path.patch
similarity index 100%
rename from package/lua/5.2.3/0001-root-path.patch
rename to package/lua/5.2.4/0001-root-path.patch
diff --git a/package/lua/5.2.3/0002-shared-libs-for-lua.patch b/package/lua/5.2.4/0002-shared-libs-for-lua.patch
similarity index 100%
rename from package/lua/5.2.3/0002-shared-libs-for-lua.patch
rename to package/lua/5.2.4/0002-shared-libs-for-lua.patch
diff --git a/package/lua/5.2.3/0004-lua-pc.patch b/package/lua/5.2.4/0004-lua-pc.patch
similarity index 100%
rename from package/lua/5.2.3/0004-lua-pc.patch
rename to package/lua/5.2.4/0004-lua-pc.patch
diff --git a/package/lua/5.2.3/0011-linenoise.patch b/package/lua/5.2.4/0011-linenoise.patch
similarity index 100%
rename from package/lua/5.2.3/0011-linenoise.patch
rename to package/lua/5.2.4/0011-linenoise.patch
diff --git a/package/lua/lua.hash b/package/lua/lua.hash
index b6ac026..fe36dcd 100644
--- a/package/lua/lua.hash
+++ b/package/lua/lua.hash
@@ -2,8 +2,8 @@
 md5 a1b0a7e92d0c85bbff7a8d27bf29f8af           lua-5.3.0.tar.gz
 sha1 1c46d1c78c44039939e820126b86a6ae12dadfba  lua-5.3.0.tar.gz
 
-md5 dc7f94ec6ff15c985d2d6ad0f1b35654           lua-5.2.3.tar.gz
-sha1 926b7907bc8d274e063d42804666b40a3f3c124c  lua-5.2.3.tar.gz
+md5 913fdb32207046b273fdb17aad70be13           lua-5.2.4.tar.gz
+sha1 ef15259421197e3d85b7d6e4871b8c26fd82c1cf  lua-5.2.4.tar.gz
 
 md5 2e115fe26e435e33b0d5c022e4490567           lua-5.1.5.tar.gz
 sha1 b3882111ad02ecc6b972f8c1241647905cb2e3fc  lua-5.1.5.tar.gz
diff --git a/package/lua/lua.mk b/package/lua/lua.mk
index f008d34..bb5741d 100644
--- a/package/lua/lua.mk
+++ b/package/lua/lua.mk
@@ -8,7 +8,7 @@ ifeq ($(BR2_PACKAGE_LUA_5_3),y)
 LUA_VERSION = 5.3.0
 else
 ifeq ($(BR2_PACKAGE_LUA_5_2),y)
-LUA_VERSION = 5.2.3
+LUA_VERSION = 5.2.4
 else
 LUA_VERSION = 5.1.5
 endif


More information about the buildroot mailing list