summaryrefslogtreecommitdiffstats
path: root/package/lua
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2016-06-07 18:29:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 21:31:30 +0200
commitf50e2b9fba33db11dca9d016907a62cfa9b2c2a1 (patch)
treec11bd5c1e63b9fa7b27dd3c880a7217388edd5c4 /package/lua
parent828c4ab06c89c2e1e615ebf0b49d0fd286f8b49c (diff)
downloadbuildroot-f50e2b9fba33db11dca9d016907a62cfa9b2c2a1.tar.gz
buildroot-f50e2b9fba33db11dca9d016907a62cfa9b2c2a1.zip
lua: bump to version 5.3.3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lua')
-rw-r--r--package/lua/5.3.3/0001-root-path.patch (renamed from package/lua/5.3.2/0001-root-path.patch)0
-rw-r--r--package/lua/5.3.3/0002-shared-libs-for-lua.patch (renamed from package/lua/5.3.2/0002-shared-libs-for-lua.patch)0
-rw-r--r--package/lua/5.3.3/0004-lua-pc.patch (renamed from package/lua/5.3.2/0004-lua-pc.patch)4
-rw-r--r--package/lua/5.3.3/0011-linenoise.patch (renamed from package/lua/5.3.2/0011-linenoise.patch)0
-rw-r--r--package/lua/lua.hash4
-rw-r--r--package/lua/lua.mk2
6 files changed, 5 insertions, 5 deletions
diff --git a/package/lua/5.3.2/0001-root-path.patch b/package/lua/5.3.3/0001-root-path.patch
index d8ef8d070d..d8ef8d070d 100644
--- a/package/lua/5.3.2/0001-root-path.patch
+++ b/package/lua/5.3.3/0001-root-path.patch
diff --git a/package/lua/5.3.2/0002-shared-libs-for-lua.patch b/package/lua/5.3.3/0002-shared-libs-for-lua.patch
index 493828c9da..493828c9da 100644
--- a/package/lua/5.3.2/0002-shared-libs-for-lua.patch
+++ b/package/lua/5.3.3/0002-shared-libs-for-lua.patch
diff --git a/package/lua/5.3.2/0004-lua-pc.patch b/package/lua/5.3.3/0004-lua-pc.patch
index 811d9313b4..edf7ec3390 100644
--- a/package/lua/5.3.2/0004-lua-pc.patch
+++ b/package/lua/5.3.3/0004-lua-pc.patch
@@ -14,7 +14,7 @@ Index: b/etc/lua.pc
+# grep '^V=' ../Makefile
+V= 5.3
+# grep '^R=' ../Makefile
-+R= 5.3.2
++R= 5.3.3
+
+# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
+prefix= /usr
@@ -33,7 +33,7 @@ Index: b/etc/lua.pc
+Name: Lua
+Description: An Extensible Extension Language
+Version: ${R}
-+Requires:
++Requires:
+Libs: -L${libdir} -llua -lm
+Cflags: -I${includedir}
+
diff --git a/package/lua/5.3.2/0011-linenoise.patch b/package/lua/5.3.3/0011-linenoise.patch
index f3ced2b22e..f3ced2b22e 100644
--- a/package/lua/5.3.2/0011-linenoise.patch
+++ b/package/lua/5.3.3/0011-linenoise.patch
diff --git a/package/lua/lua.hash b/package/lua/lua.hash
index 8f0242e02d..04459e9e41 100644
--- a/package/lua/lua.hash
+++ b/package/lua/lua.hash
@@ -1,6 +1,6 @@
# Hashes from: http://www.lua.org/ftp/
-md5 33278c2ab5ee3c1a875be8d55c1ca2a1 lua-5.3.2.tar.gz
-sha1 7a47adef554fdca7d0c5536148de34579134a973 lua-5.3.2.tar.gz
+md5 703f75caa4fdf4a911c1a72e67a27498 lua-5.3.3.tar.gz
+sha1 a0341bc3d1415b814cc738b2ec01ae56045d64ef lua-5.3.3.tar.gz
md5 913fdb32207046b273fdb17aad70be13 lua-5.2.4.tar.gz
sha1 ef15259421197e3d85b7d6e4871b8c26fd82c1cf lua-5.2.4.tar.gz
diff --git a/package/lua/lua.mk b/package/lua/lua.mk
index 37992f26ab..b2dab3937c 100644
--- a/package/lua/lua.mk
+++ b/package/lua/lua.mk
@@ -5,7 +5,7 @@
################################################################################
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
-LUA_VERSION = 5.3.2
+LUA_VERSION = 5.3.3
else
ifeq ($(BR2_PACKAGE_LUA_5_2),y)
LUA_VERSION = 5.2.4
OpenPOWER on IntegriCloud