package/lua: bump to version 5.4.9

For differences with 5.4.8, see:
https://www.lua.org/work/diffs-lua-5.4.8-lua-5.4.9.html

Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com>a
[Julien: add link to diff with previous version]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Francois Perrad
2026-09-04 20:59:09 +02:00
committed by Julien Olivain
parent 7b611fbd80
commit 6fbe63e14c
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
# Hashes from: https://www.lua.org/ftp/
sha256 4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae lua-5.4.8.tar.gz
# Locally computed
sha256 3773a4900f3539c56aea9d6cd48d71c8751d495c4abc28472706bb9553d1493c doc/readme.html

View File

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

View File

@@ -0,0 +1,5 @@
# Hashes from: https://www.lua.org/ftp/
sha256 2335b6c582a52654f94612bf10d2f4672805d05329aa6568b1d8cd9e5c6fb8e6 lua-5.4.9.tar.gz
# Locally computed
sha256 760d00c8b494ec2f170bcdd969e36b038027b0288232c60e15ffa6b0d784e9c7 doc/readme.html

View File

@@ -5,7 +5,7 @@ config BR2_PACKAGE_LUA
Lua is a powerful, fast, light-weight, embeddable scripting
language.
http://www.lua.org/
https://www.lua.org/
if BR2_PACKAGE_LUA

View File

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