summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/lua-5.3.6/0001-Cross-compile-in-ptxdist-envirionment.patch (renamed from patches/lua-5.3.4/0001-Cross-compile-in-ptxdist-envirionment.patch)6
-rw-r--r--patches/lua-5.3.6/0002-Install-pkgconfig-file.patch (renamed from patches/lua-5.3.4/0002-Install-pkgconfig-file.patch)2
-rw-r--r--patches/lua-5.3.6/series (renamed from patches/lua-5.3.4/series)0
-rw-r--r--rules/lua.make4
4 files changed, 6 insertions, 6 deletions
diff --git a/patches/lua-5.3.4/0001-Cross-compile-in-ptxdist-envirionment.patch b/patches/lua-5.3.6/0001-Cross-compile-in-ptxdist-envirionment.patch
index 859d18ce1..d71662ce9 100644
--- a/patches/lua-5.3.4/0001-Cross-compile-in-ptxdist-envirionment.patch
+++ b/patches/lua-5.3.6/0001-Cross-compile-in-ptxdist-envirionment.patch
@@ -9,7 +9,7 @@ Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com>
2 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/Makefile b/Makefile
-index 119110d2f010..c40c4cd6e0f7 100644
+index a2820e04fe24..300b8192c03e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,13 +4,13 @@
@@ -28,7 +28,7 @@ index 119110d2f010..c40c4cd6e0f7 100644
INSTALL_BIN= $(INSTALL_TOP)/bin
INSTALL_INC= $(INSTALL_TOP)/include
INSTALL_LIB= $(INSTALL_TOP)/lib
-@@ -52,7 +52,7 @@ R= $V.4
+@@ -52,7 +52,7 @@ R= $V.6
all: $(PLAT)
$(PLATS) clean:
@@ -49,7 +49,7 @@ index 119110d2f010..c40c4cd6e0f7 100644
uninstall:
diff --git a/src/Makefile b/src/Makefile
-index d71c75c87322..8ad9a1b718ad 100644
+index a13afb996273..071870ca55a7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,15 +4,13 @@
diff --git a/patches/lua-5.3.4/0002-Install-pkgconfig-file.patch b/patches/lua-5.3.6/0002-Install-pkgconfig-file.patch
index ca02e3804..90e60c450 100644
--- a/patches/lua-5.3.4/0002-Install-pkgconfig-file.patch
+++ b/patches/lua-5.3.6/0002-Install-pkgconfig-file.patch
@@ -10,7 +10,7 @@ Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com>
create mode 100644 lua.pc.in
diff --git a/Makefile b/Makefile
-index c40c4cd6e0f7..179246813af2 100644
+index 300b8192c03e..b48c0e7eff71 100644
--- a/Makefile
+++ b/Makefile
@@ -57,8 +57,8 @@ $(PLATS) clean:
diff --git a/patches/lua-5.3.4/series b/patches/lua-5.3.6/series
index 8d0a79399..8d0a79399 100644
--- a/patches/lua-5.3.4/series
+++ b/patches/lua-5.3.6/series
diff --git a/rules/lua.make b/rules/lua.make
index 73fc730df..2d076ba37 100644
--- a/rules/lua.make
+++ b/rules/lua.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LUA) += lua
#
# Paths and names
#
-LUA_VERSION := 5.3.4
-LUA_MD5 := 53a9c68bcc0eda58bdc2095ad5cdfc63
+LUA_VERSION := 5.3.6
+LUA_MD5 := 83f23dbd5230140a3770d5f54076948d
LUA := lua-$(LUA_VERSION)
LUA_SUFFIX := tar.gz
LUA_URL := http://www.lua.org/ftp/$(LUA).$(LUA_SUFFIX)