From patchwork Sun Aug 25 19:11:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8054 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WsNhJ2DxLz3wwl for ; Sun, 25 Aug 2024 19:11:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WsNhD1B72z5ZD; Sun, 25 Aug 2024 19:11:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WsNhC5gwXz345C; Sun, 25 Aug 2024 19:11:23 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WsNh559CXz343n for ; Sun, 25 Aug 2024 19:11:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WsNh53Tpbz2Q4; Sun, 25 Aug 2024 19:11:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1724613077; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c35BAyXbriizBBFe5t1ApiDVIZrT6xceDJ8+62qwN3Q=; b=ZTRS1hm9C5U3DNcrwAL4KxlSnk+661IRIMIOWU+DrabWlFn39Wu/YcMZmjViAN4OeaTM1P B6oKtdQ/wnl0WKBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1724613077; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c35BAyXbriizBBFe5t1ApiDVIZrT6xceDJ8+62qwN3Q=; b=m3Wy6Cl7Z/seomHMUmOqtvQWB6hGFNjGusd24mQjfOuhueGF1NNsYN1x3qW9qayInN7eNW Sqw26Wavipkbg4a5YKQeONyf5RSKuDbAPRaS4RFau/1GvRDu7CsYe2hEDx5XTJGfahnvcU khZGpVAJlc+IGhl7g6fjC0jd5jyxiIPa+9j9fzrkevhaHoPtCLfyCLNKQS0pHRcD2Dn5Ll En8ysRV0LZo3U0j9LXelZFzM6enj7BsnBB8LC10NXeigPOZs0+Bs6T7uzeL03IJyHqpt+f 55CiQucuCW9I9rM5r4l4RUsBL48NmyoQeDfA0OtVgxdaJFFcslew+sp9SLbU+w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lua: Update to version 5.4.7 Date: Sun, 25 Aug 2024 21:11:07 +0200 Message-ID: <20240825191109.1965960-5-adolf.belka@ipfire.org> In-Reply-To: <20240825191109.1965960-1-adolf.belka@ipfire.org> References: <20240825191109.1965960-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: VFCPKDRUYNXKQK4XZ2SWR62YQ6T77GRP X-Message-ID-Hash: VFCPKDRUYNXKQK4XZ2SWR62YQ6T77GRP X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 5.4.6 to 5.4.7 - Update of rootfile - Rename of patch file to make it clear that it works with 5.4.7 - Changelog is not available. Details of changes have to be founbd via the list of commits https://github.com/lua/lua/commits/master Signed-off-by: Adolf Belka --- config/rootfiles/common/lua | 2 +- lfs/lua | 10 +++++----- ...ibrary-1.patch => lua-5.4.7-shared_library-1.patch} | 0 3 files changed, 6 insertions(+), 6 deletions(-) rename src/patches/{lua-5.4.6-shared_library-1.patch => lua-5.4.7-shared_library-1.patch} (100%) diff --git a/config/rootfiles/common/lua b/config/rootfiles/common/lua index 6b69167ef..799148912 100644 --- a/config/rootfiles/common/lua +++ b/config/rootfiles/common/lua @@ -7,7 +7,7 @@ usr/bin/luac #usr/include/lualib.h #usr/lib/liblua.so usr/lib/liblua.so.5.4 -usr/lib/liblua.so.5.4.6 +usr/lib/liblua.so.5.4.7 #usr/lib/lua #usr/lib/lua/5.4 #usr/lib/pkgconfig/lua.pc diff --git a/lfs/lua b/lfs/lua index 96be2090a..e0cfc43d4 100644 --- a/lfs/lua +++ b/lfs/lua @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 5.4.6 +VER = 5.4.7 THISAPP = lua-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b5d8dbc4b3ec1708b715be438c1a1f48d4f5f226885992af147c1aa6a8823bed318f77ef7cc92b265dadd26cf6088f0f39784fbfd2f9887c35de8e9def2c0558 +$(DL_FILE)_BLAKE2 = 151baed5c40ed117a26a4fb8d0b02f247eacacd98c3270c308a19e453eb647f6c3d5a6a5811fac7ec95db9866c2f06847d5c2be97c83b1e14e561ac8f7482d30 install : $(TARGET) @@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lua-5.4.6-shared_library-1.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lua-5.4.7-shared_library-1.patch # install lua pkgconfig file install -v -m 644 ${DIR_SRC}/config/lua/lua.pc \ /usr/lib/pkgconfig/lua.pc @@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make INSTALL_TOP=/usr \ INSTALL_DATA="cp -d" \ INSTALL_MAN=/usr/share/man/man1 \ - TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.6" \ + TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.7" \ install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/src/patches/lua-5.4.6-shared_library-1.patch b/src/patches/lua-5.4.7-shared_library-1.patch similarity index 100% rename from src/patches/lua-5.4.6-shared_library-1.patch rename to src/patches/lua-5.4.7-shared_library-1.patch