Message ID | 20240630135128.2222416-1-francois.perrad@gadz.org |
---|---|
State | Changes Requested |
Headers | show |
Series | package/lua: bump to version 5.4.7 | expand |
Hello François, On Sun, 30 Jun 2024 15:51:28 +0200 Francois Perrad <francois.perrad@gadz.org> wrote: > Signed-off-by: Francois Perrad <francois.perrad@gadz.org> > --- > package/lua/5.4.6/lua.hash | 5 ----- > package/lua/{5.4.6 => 5.4.7}/0001-root-path.patch | 0 > package/lua/{5.4.6 => 5.4.7}/0002-shared-libs-for-lua.patch | 0 > package/lua/{5.4.6 => 5.4.7}/0011-linenoise.patch | 2 +- > package/lua/5.4.7/lua.hash | 5 +++++ > package/lua/lua.mk | 2 +- > 6 files changed, 7 insertions(+), 7 deletions(-) > delete mode 100644 package/lua/5.4.6/lua.hash > rename package/lua/{5.4.6 => 5.4.7}/0001-root-path.patch (100%) > rename package/lua/{5.4.6 => 5.4.7}/0002-shared-libs-for-lua.patch (100%) > rename package/lua/{5.4.6 => 5.4.7}/0011-linenoise.patch (97%) > create mode 100644 package/lua/5.4.7/lua.hash This patch causes the following check-package warnings: WARNING: package/lua/5.4.7/0001-root-path.patch:0: missing Upstream in the header (https://nightly.buildroot.org/#_additional_patch_documentation) WARNING: package/lua/5.4.7/0002-shared-libs-for-lua.patch:0: missing Upstream in the header (https://nightly.buildroot.org/#_additional_patch_documentation) WARNING: package/lua/5.4.7/0011-linenoise.patch:0: missing Upstream in the header (https://nightly.buildroot.org/#_additional_patch_documentation) WARNING: .checkpackageignore:931: ignored file package/lua/5.4.6/0001-root-path.patch is missing WARNING: .checkpackageignore:932: ignored file package/lua/5.4.6/0002-shared-libs-for-lua.patch is missing WARNING: .checkpackageignore:933: ignored file package/lua/5.4.6/0011-linenoise.patch is missing Rather than continuing to ignore those missing Upstream: tags in the patches, could we take the opportunity of this version bump to add the relevant Upstream: tags? Thanks a lot! Thomas
diff --git a/package/lua/5.4.6/lua.hash b/package/lua/5.4.6/lua.hash deleted file mode 100644 index 0b03fd563..000000000 --- a/package/lua/5.4.6/lua.hash +++ /dev/null @@ -1,5 +0,0 @@ -# Hashes from: https://www.lua.org/ftp/ -sha256 7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88 lua-5.4.6.tar.gz - -# Locally computed -sha256 8f1bff27c5b0585ab679dbe4e37e75a1014af0f79732f42a79f86728321a0c6d doc/readme.html diff --git a/package/lua/5.4.6/0001-root-path.patch b/package/lua/5.4.7/0001-root-path.patch similarity index 100% rename from package/lua/5.4.6/0001-root-path.patch rename to package/lua/5.4.7/0001-root-path.patch diff --git a/package/lua/5.4.6/0002-shared-libs-for-lua.patch b/package/lua/5.4.7/0002-shared-libs-for-lua.patch similarity index 100% rename from package/lua/5.4.6/0002-shared-libs-for-lua.patch rename to package/lua/5.4.7/0002-shared-libs-for-lua.patch diff --git a/package/lua/5.4.6/0011-linenoise.patch b/package/lua/5.4.7/0011-linenoise.patch similarity index 97% rename from package/lua/5.4.6/0011-linenoise.patch rename to package/lua/5.4.7/0011-linenoise.patch index 5054ae19e..2fcbc49f6 100644 --- a/package/lua/5.4.6/0011-linenoise.patch +++ b/package/lua/5.4.7/0011-linenoise.patch @@ -8,7 +8,7 @@ Index: b/src/lua.c =================================================================== --- a/src/lua.c +++ b/src/lua.c -@@ -438,6 +438,14 @@ +@@ -447,6 +447,14 @@ #define lua_saveline(L,line) ((void)L, add_history(line)) #define lua_freeline(L,b) ((void)L, free(b)) diff --git a/package/lua/5.4.7/lua.hash b/package/lua/5.4.7/lua.hash new file mode 100644 index 000000000..d67fdcf6c --- /dev/null +++ b/package/lua/5.4.7/lua.hash @@ -0,0 +1,5 @@ +# Hashes from: https://www.lua.org/ftp/ +sha256 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30 lua-5.4.7.tar.gz + +# Locally computed +sha256 33a975a766520bc54de2d71e45442e504effa0519e331e31ee3fc46eca4f98bd doc/readme.html diff --git a/package/lua/lua.mk b/package/lua/lua.mk index 93d480381..15772dbdf 100644 --- a/package/lua/lua.mk +++ b/package/lua/lua.mk @@ -5,7 +5,7 @@ ################################################################################ ifeq ($(BR2_PACKAGE_LUA_5_4),y) -LUA_VERSION = 5.4.6 +LUA_VERSION = 5.4.7 else ifeq ($(BR2_PACKAGE_LUA_5_3),y) LUA_VERSION = 5.3.6 else
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> --- package/lua/5.4.6/lua.hash | 5 ----- package/lua/{5.4.6 => 5.4.7}/0001-root-path.patch | 0 package/lua/{5.4.6 => 5.4.7}/0002-shared-libs-for-lua.patch | 0 package/lua/{5.4.6 => 5.4.7}/0011-linenoise.patch | 2 +- package/lua/5.4.7/lua.hash | 5 +++++ package/lua/lua.mk | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 package/lua/5.4.6/lua.hash rename package/lua/{5.4.6 => 5.4.7}/0001-root-path.patch (100%) rename package/lua/{5.4.6 => 5.4.7}/0002-shared-libs-for-lua.patch (100%) rename package/lua/{5.4.6 => 5.4.7}/0011-linenoise.patch (97%) create mode 100644 package/lua/5.4.7/lua.hash