From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Oct 2025 10:29:41 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9fqH-008l8z-21 for lore@lore.pengutronix.de; Fri, 17 Oct 2025 10:29:41 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v9fqH-0006vu-5L; Fri, 17 Oct 2025 10:29:41 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1v9fi1-0006Lq-O5; Fri, 17 Oct 2025 10:21:09 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9fi1-0041oJ-1n; Fri, 17 Oct 2025 10:21:09 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v9fi1-0000000D3xU-27c7; Fri, 17 Oct 2025 10:21:09 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Oct 2025 10:21:09 +0200 Message-ID: <20251017082109.3113473-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251014105523.3462937-1-s.pueschel@pengutronix.de> References: <20251014105523.3462937-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] lua: version bump 5.4.4 -> 5.4.8 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 35db0531fd265fa8802f90a7c0123a1ed438cb40. Michael [sent from post-receive hook] On Fri, 17 Oct 2025 10:21:09 +0200, Sven Püschel 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 > Message-Id: <20251014105523.3462937-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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