Browse Source

package/lua: bump to version 5.4.3

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois Perrad 4 years ago
parent
commit
013652170f

+ 0 - 6
package/lua/5.4.2/lua.hash

@@ -1,6 +0,0 @@
-# Hashes from: https://www.lua.org/ftp/
-md5  49c92d6a49faba342c35c52e1ac3f81e  lua-5.4.2.tar.gz
-sha1  96d4a21393c94bed286b8dc0568f4bdde8730b22  lua-5.4.2.tar.gz
-
-# Locally computed
-sha256  17bd5781d5dfa8c946fea639984fcbcb499d8bb3056a3c2cb5c15c3da5d1c207  doc/readme.html

+ 1 - 1
package/lua/5.4.2/0001-root-path.patch → package/lua/5.4.3/0001-root-path.patch

@@ -6,7 +6,7 @@ Index: b/src/luaconf.h
 ===================================================================
 --- a/src/luaconf.h
 +++ b/src/luaconf.h
-@@ -212,7 +212,7 @@
+@@ -217,7 +217,7 @@
  
  #else			/* }{ */
  

+ 0 - 0
package/lua/5.4.2/0002-shared-libs-for-lua.patch → package/lua/5.4.3/0002-shared-libs-for-lua.patch


+ 1 - 1
package/lua/5.4.2/0011-linenoise.patch → package/lua/5.4.3/0011-linenoise.patch

@@ -8,7 +8,7 @@ Index: b/src/lua.c
 ===================================================================
 --- a/src/lua.c
 +++ b/src/lua.c
-@@ -401,6 +401,14 @@
+@@ -421,6 +421,14 @@
  #define lua_saveline(L,line)	((void)L, add_history(line))
  #define lua_freeline(L,b)	((void)L, free(b))
  

+ 6 - 0
package/lua/5.4.3/lua.hash

@@ -0,0 +1,6 @@
+# Hashes from: https://www.lua.org/ftp/
+md5  ef63ed2ecfb713646a7fcc583cf5f352  lua-5.4.3.tar.gz
+sha1  1dda2ef23a9828492b4595c0197766de6e784bc7  lua-5.4.3.tar.gz
+
+# Locally computed
+sha256  d205bfea131113bcdd64d4ebe4a50ce34063b42bad24b93e44b4b0d853ae4d49  doc/readme.html

+ 1 - 1
package/lua/lua.mk

@@ -5,7 +5,7 @@
 ################################################################################
 
 ifeq ($(BR2_PACKAGE_LUA_5_4),y)
-LUA_VERSION = 5.4.2
+LUA_VERSION = 5.4.3
 else ifeq ($(BR2_PACKAGE_LUA_5_3),y)
 LUA_VERSION = 5.3.6
 else