package/lua: bump to version 5.4.5

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Francois Perrad 2023-04-29 22:01:33 +02:00 committed by Peter Korsgaard
parent 272bfb4cab
commit 60d8e52576
6 changed files with 9 additions and 10 deletions

View File

@ -1,6 +0,0 @@
# Hashes from: https://www.lua.org/ftp/
md5 bd8ce7069ff99a400efd14cf339a727b lua-5.4.4.tar.gz
sha1 03c27684b9d5d9783fb79a7c836ba1cdc5f309cd lua-5.4.4.tar.gz
# Locally computed
sha256 2556ac7198243f9f83130b9c81016e1904f7b30351481f1c28e02475dbd237fb doc/readme.html

View File

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

View File

@ -31,7 +31,7 @@ Index: b/src/Makefile
--- a/src/Makefile --- a/src/Makefile
+++ b/src/Makefile +++ b/src/Makefile
@@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris
LUA_A= liblua.a LUA_A= liblua.a
+LUA_SO= liblua.so +LUA_SO= liblua.so

View File

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

View File

@ -0,0 +1,5 @@
# Hashes from: https://www.lua.org/ftp/
sha256 59df426a3d50ea535a460a452315c4c0d4e1121ba72ff0bdde58c2ef31d6f444 lua-5.4.5.tar.gz
# Locally computed
sha256 0d4ee721cf740f9cd878ef82ef75f4f2724dcf0403e56cd0b5643ad88f9de337 doc/readme.html

View File

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