* [ptxdist] [PATCH] lua: version bump 5.4.4 -> 5.4.8
@ 2025-10-14 10:54 Sven Püschel
2025-10-17 8:21 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-14 10:54 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
Added a md5 check for the MIT license, which unfortunately is located
at the end of the header file. Also replaced spaces with tabs for the
LUA_LICENSE variable.
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
.../0001-Cross-compile-in-ptxdist-envirionment.patch | 0
.../0002-Install-pkgconfig-file.patch | 0
patches/{lua-5.4.4 => lua-5.4.8}/series | 0
rules/lua.make | 7 ++++---
4 files changed, 4 insertions(+), 3 deletions(-)
rename patches/{lua-5.4.4 => lua-5.4.8}/0001-Cross-compile-in-ptxdist-envirionment.patch (100%)
rename patches/{lua-5.4.4 => lua-5.4.8}/0002-Install-pkgconfig-file.patch (100%)
rename patches/{lua-5.4.4 => lua-5.4.8}/series (100%)
diff --git a/patches/lua-5.4.4/0001-Cross-compile-in-ptxdist-envirionment.patch b/patches/lua-5.4.8/0001-Cross-compile-in-ptxdist-envirionment.patch
similarity index 100%
rename from patches/lua-5.4.4/0001-Cross-compile-in-ptxdist-envirionment.patch
rename to patches/lua-5.4.8/0001-Cross-compile-in-ptxdist-envirionment.patch
diff --git a/patches/lua-5.4.4/0002-Install-pkgconfig-file.patch b/patches/lua-5.4.8/0002-Install-pkgconfig-file.patch
similarity index 100%
rename from patches/lua-5.4.4/0002-Install-pkgconfig-file.patch
rename to patches/lua-5.4.8/0002-Install-pkgconfig-file.patch
diff --git a/patches/lua-5.4.4/series b/patches/lua-5.4.8/series
similarity index 100%
rename from patches/lua-5.4.4/series
rename to patches/lua-5.4.8/series
diff --git a/rules/lua.make b/rules/lua.make
index 1390a323d..ff2056e66 100644
--- a/rules/lua.make
+++ b/rules/lua.make
@@ -15,14 +15,15 @@ PACKAGES-$(PTXCONF_LUA) += lua
#
# Paths and names
#
-LUA_VERSION := 5.4.4
-LUA_MD5 := bd8ce7069ff99a400efd14cf339a727b
+LUA_VERSION := 5.4.8
+LUA_MD5 := 81cf5265b8634967d8a7480d238168ce
LUA := lua-$(LUA_VERSION)
LUA_SUFFIX := tar.gz
LUA_URL := http://www.lua.org/ftp/$(LUA).$(LUA_SUFFIX)
LUA_SOURCE := $(SRCDIR)/$(LUA).$(LUA_SUFFIX)
LUA_DIR := $(BUILDDIR)/$(LUA)
-LUA_LICENSE := MIT
+LUA_LICENSE := MIT
+LUA_LICENSE_FILES := file://src/lua.h;startline=499;endline=520;md5=618f134673964dd3d19cc334898f645a
# ----------------------------------------------------------------------------
# Prepare
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] lua: version bump 5.4.4 -> 5.4.8
2025-10-14 10:54 [ptxdist] [PATCH] lua: version bump 5.4.4 -> 5.4.8 Sven Püschel
@ 2025-10-17 8:21 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17 8:21 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
Thanks, applied as 35db0531fd265fa8802f90a7c0123a1ed438cb40.
Michael
[sent from post-receive hook]
On Fri, 17 Oct 2025 10:21:09 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> Added a md5 check for the MIT license, which unfortunately is located
> at the end of the header file. Also replaced spaces with tabs for the
> LUA_LICENSE variable.
>
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251014105523.3462937-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/lua-5.4.4/0001-Cross-compile-in-ptxdist-envirionment.patch b/patches/lua-5.4.8/0001-Cross-compile-in-ptxdist-envirionment.patch
> similarity index 100%
> rename from patches/lua-5.4.4/0001-Cross-compile-in-ptxdist-envirionment.patch
> rename to patches/lua-5.4.8/0001-Cross-compile-in-ptxdist-envirionment.patch
> diff --git a/patches/lua-5.4.4/0002-Install-pkgconfig-file.patch b/patches/lua-5.4.8/0002-Install-pkgconfig-file.patch
> similarity index 100%
> rename from patches/lua-5.4.4/0002-Install-pkgconfig-file.patch
> rename to patches/lua-5.4.8/0002-Install-pkgconfig-file.patch
> diff --git a/patches/lua-5.4.4/series b/patches/lua-5.4.8/series
> similarity index 100%
> rename from patches/lua-5.4.4/series
> rename to patches/lua-5.4.8/series
> diff --git a/rules/lua.make b/rules/lua.make
> index 1390a323d327..ff2056e663af 100644
> --- a/rules/lua.make
> +++ b/rules/lua.make
> @@ -15,14 +15,15 @@ PACKAGES-$(PTXCONF_LUA) += lua
> #
> # Paths and names
> #
> -LUA_VERSION := 5.4.4
> -LUA_MD5 := bd8ce7069ff99a400efd14cf339a727b
> +LUA_VERSION := 5.4.8
> +LUA_MD5 := 81cf5265b8634967d8a7480d238168ce
> LUA := lua-$(LUA_VERSION)
> LUA_SUFFIX := tar.gz
> LUA_URL := http://www.lua.org/ftp/$(LUA).$(LUA_SUFFIX)
> LUA_SOURCE := $(SRCDIR)/$(LUA).$(LUA_SUFFIX)
> LUA_DIR := $(BUILDDIR)/$(LUA)
> -LUA_LICENSE := MIT
> +LUA_LICENSE := MIT
> +LUA_LICENSE_FILES := file://src/lua.h;startline=499;endline=520;md5=618f134673964dd3d19cc334898f645a
>
> # ----------------------------------------------------------------------------
> # Prepare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-17 8:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-14 10:54 [ptxdist] [PATCH] lua: version bump 5.4.4 -> 5.4.8 Sven Püschel
2025-10-17 8:21 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox