* [Buildroot] [PATCH] package/lua: bump to version 5.4.7
@ 2024-06-30 13:51 Francois Perrad
2024-07-09 9:49 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2024-06-30 13:51 UTC (permalink / raw)
To: buildroot
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
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
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [Buildroot] [PATCH] package/lua: bump to version 5.4.7
2024-06-30 13:51 [Buildroot] [PATCH] package/lua: bump to version 5.4.7 Francois Perrad
@ 2024-07-09 9:49 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-09 9:49 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
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
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-09 9:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-30 13:51 [Buildroot] [PATCH] package/lua: bump to version 5.4.7 Francois Perrad
2024-07-09 9:49 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.