From patchwork Mon Mar 29 11:45:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3996 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 4F89jx217Fz3wrV for ; Mon, 29 Mar 2021 11:45:09 +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 4F89jw6p1Nz1TJ; Mon, 29 Mar 2021 11:45:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F89jw63gkz2xkY; Mon, 29 Mar 2021 11:45:08 +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 4F89jv4qsGz2xdN for ; Mon, 29 Mar 2021 11:45:07 +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 4F89jv1zR3z8d; Mon, 29 Mar 2021 11:45:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617018307; 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=W9Gk7FRJl3AkgiDmSRi94IAOfJjLrFq0DjDw/M98UM4=; b=X+FPhW5HiPRIqtWgSBjPSHQ/TY3tD78xCc3b2ToyNFRULWqZ+Pw2Nj3TdZQUj1qyFc8sxu oR8c9J7V/9Qsx0AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617018307; 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=W9Gk7FRJl3AkgiDmSRi94IAOfJjLrFq0DjDw/M98UM4=; b=r8L8woPp8LzK+TdOqhPoTovYCg41DRulO6Pk9CIGq9V76znWwrdnaTrp3Hbipvr7y9n42R RP7Qx3A3l9cV4Do730vJtJmvZfkNsEduC0sT01oNyr/t7M3SdjkS1dbSqmmXOF2pRbeJUJ WXmALuy/SERlNWoOJ5kAltKRPhlWU8FAlKqJ7mESj5uq0UN3XWzgeH5+CH11OIRu+3mrpB 3B/raE5aDpoWnFFyewTNQdKl/51VxuK3PO8Rxj8/LeSeG8/gHQ7pOp+iJUzzQ1VcqCfvF0 LKY5DS31qenB8XwNxCXi91WxyEabQSizHoLp/JqYDLR0psiowHRLbCHgH1ajng== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] gawk: Update to 5.1.0 Date: Mon, 29 Mar 2021 13:45:04 +0200 Message-Id: <20210329114504.3758369-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 4.1.4 to 5.1.0 - Update of rootfile carried out - Changelog is too long to fit in here. Changes for versions 5.0.0 and 5.1.0 can be found in the ChangeLog file in the source tarball Changes for versions 4.2.0 and 4.2.1 can be found in the ChangeLog.1 file in the source tarball Signed-off-by: Adolf Belka --- config/rootfiles/common/gawk | 13 +++++++++---- lfs/gawk | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/gawk b/config/rootfiles/common/gawk index f9e1e8ae4..61778f408 100644 --- a/config/rootfiles/common/gawk +++ b/config/rootfiles/common/gawk @@ -1,7 +1,9 @@ usr/bin/awk usr/bin/gawk -#usr/bin/gawk-4.1.4 -#usr/bin/igawk +usr/bin/gawk-5.1.0 +usr/etc/profile.d +usr/etc/profile.d/gawk.csh +usr/etc/profile.d/gawk.sh #usr/include/gawkapi.h #usr/lib/awk #usr/lib/awk/grcat @@ -11,13 +13,13 @@ usr/lib/gawk/filefuncs.so usr/lib/gawk/fnmatch.so usr/lib/gawk/fork.so usr/lib/gawk/inplace.so +usr/lib/gawk/intdiv.so usr/lib/gawk/ordchr.so usr/lib/gawk/readdir.so usr/lib/gawk/readfile.so usr/lib/gawk/revoutput.so usr/lib/gawk/revtwoway.so usr/lib/gawk/rwarray.so -usr/lib/gawk/testext.so usr/lib/gawk/time.so #usr/share/awk #usr/share/awk/assert.awk @@ -28,10 +30,13 @@ usr/lib/gawk/time.so #usr/share/awk/getopt.awk #usr/share/awk/gettime.awk #usr/share/awk/group.awk +#usr/share/awk/have_mpfr.awk #usr/share/awk/inplace.awk +#usr/share/awk/intdiv0.awk #usr/share/awk/join.awk #usr/share/awk/libintl.awk #usr/share/awk/noassign.awk +#usr/share/awk/ns_passwd.awk #usr/share/awk/ord.awk #usr/share/awk/passwd.awk #usr/share/awk/processarray.awk @@ -46,8 +51,8 @@ usr/lib/gawk/time.so #usr/share/awk/zerofile.awk #usr/share/info/gawk.info #usr/share/info/gawkinet.info +#usr/share/info/gawkworkflow.info #usr/share/man/man1/gawk.1 -#usr/share/man/man1/igawk.1 #usr/share/man/man3/filefuncs.3am #usr/share/man/man3/fnmatch.3am #usr/share/man/man3/fork.3am diff --git a/lfs/gawk b/lfs/gawk index a4f8eeb9c..2e32f3bea 100644 --- a/lfs/gawk +++ b/lfs/gawk @@ -25,7 +25,7 @@ include Config -VER = 4.1.4 +VER = 5.1.0 THISAPP = gawk-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4e7dbc81163e60fd4f0b52496e7542c9 +$(DL_FILE)_MD5 = 8470c34eeecc41c1aa0c5d89e630df50 install : $(TARGET)