From patchwork Sat Feb 5 12:01:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5082 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JrWGj52r2z3wsl for ; Sat, 5 Feb 2022 12:01:49 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JrWGj0Hrjz1ly; Sat, 5 Feb 2022 12:01:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JrWGj03q3z2yNd; Sat, 5 Feb 2022 12:01:49 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JrWGh1Qb8z2xfn for ; Sat, 5 Feb 2022 12:01:48 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JrWGg5dd3z80; Sat, 5 Feb 2022 12:01:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644062507; 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; bh=F3w5zxHFQY91n8tapZB+aMMVK6u9flzFhFtNNIZpcI4=; b=XyrFeWmxiRbhHayx67YgAYGGdtT80UFLJMiNGdtSmC+J9RnwGA+YXcNEwit1u7e8FUC+Ho Bp81Eum3Yeemx/BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644062507; 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; bh=F3w5zxHFQY91n8tapZB+aMMVK6u9flzFhFtNNIZpcI4=; b=CCgaVsnIn0oPCOwIhPf3rBKdODdI/oiXrQbMwlu2+N4DZWNCZl5FN7ffoIOzIv+wKA6f3n nemMjZ5ei0p52dxDSt0Q1b7HRIp0ZkXh387xY8jEQlgivqZQBZVd+M/XT4WaC3vvxVys5M rd/tMhz7PvJQozqQe1GFTy5bWqlATaCzcf4xyEXe2egogniiayAlO/Xi/R3yfWoJ/GrEGO WFzrvECdbqCNx0bLema69UArD+mWQcDpe6oN8d2Wl2LITl5Z81vACQ8bvoruGOIU1XtusD /lfgyKN8e2GOGDNaB3uPpL9NZT4+wi0tRwwnv5Plqc52+1UziLWhezhKHHxd9w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lua: Update to version 5.4.4 Date: Sat, 5 Feb 2022 13:01:43 +0100 Message-Id: <20220205120143.3445336-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 5.4.3 to 5.4.4 - Update of rootfile - Update of pkgconfig file - Changelog 11 bugs from version 5.4.3 or earlier fixed See https://www.lua.org/bugs.html#5.4.3 for details Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/lua/lua.pc | 2 +- config/rootfiles/common/lua | 2 +- lfs/lua | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/lua/lua.pc b/config/lua/lua.pc index f6d25ec33..5244acc17 100644 --- a/config/lua/lua.pc +++ b/config/lua/lua.pc @@ -1,5 +1,5 @@ V=5.4 -R=5.4.3 +R=5.4.4 prefix=/usr INSTALL_BIN=${prefix}/bin diff --git a/config/rootfiles/common/lua b/config/rootfiles/common/lua index 1839f7e1b..ac844ac03 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.3 +usr/lib/liblua.so.5.4.4 #usr/lib/lua #usr/lib/lua/5.4 #usr/lib/pkgconfig/lua.pc diff --git a/lfs/lua b/lfs/lua index 8fffba704..806e85ddb 100644 --- a/lfs/lua +++ b/lfs/lua @@ -24,7 +24,7 @@ include Config -VER = 5.4.3 +VER = 5.4.4 THISAPP = lua-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ef63ed2ecfb713646a7fcc583cf5f352 +$(DL_FILE)_MD5 = bd8ce7069ff99a400efd14cf339a727b install : $(TARGET) @@ -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.3" \ + TO_LIB="liblua.so liblua.so.5.4 liblua.so.5.4.4" \ install @rm -rf $(DIR_APP) @$(POSTBUILD)