From patchwork Tue Nov 19 11:09:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8238 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 4Xt1ws62yZz3wx0 for ; Tue, 19 Nov 2024 11:09: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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Xt1wn4Ndjz4fd; Tue, 19 Nov 2024 11:09:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Xt1wn1JnBz348K; Tue, 19 Nov 2024 11:09:45 +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 4Xt1wj4zKtz32wV for ; Tue, 19 Nov 2024 11:09:41 +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 4Xt1wj1yjLz1rF; Tue, 19 Nov 2024 11:09:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1732014581; 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=2BDT6DOZlxwuL7Vwi2q2UERJ6qhqyMlCWv0CCuPFTPM=; b=/N7P9QW8ujGNXQIQ/a+9nalhMGGmFn4sfQESCS1Cp+GSuWEgD/bt20rIIK73RJeYwYpzq3 9bvdiKJZn99BQ7CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1732014581; 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=2BDT6DOZlxwuL7Vwi2q2UERJ6qhqyMlCWv0CCuPFTPM=; b=s3XSzocjSDDrBpUzNiVEYly+iTDN4dJSGmS+fFI093+MWP9HTgkTukpU8aSfxN9cdjTVVF PFlDwhYLIlZdwxnHF0ES9SjYUJyAFMLiDC7pYwF2H/dL81izMO20bHTe1TjHYa1nQOzDUq jozMF44zRGEteLIKR7hNqhERmv0fTMxLF2rMTd/iUmXtXK+b16Nij5zSoz9J0fBNuDTVna htgrPBl7rgB4OLYZbMXpMnHnk4/pBBmxDkLPO9HYTEi9rJ/sMADaQfL2hzpe5bQonm1k05 U0yzgG+U76tY6U2xyijlg/Kaz6sMavlKUJCzlRnFglMAh8l1+YU9jestN8JRgg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] gawk: Update to version 5.3.1 Date: Tue, 19 Nov 2024 12:09:28 +0100 Message-ID: <20241119110936.3597603-2-adolf.belka@ipfire.org> In-Reply-To: <20241119110936.3597603-1-adolf.belka@ipfire.org> References: <20241119110936.3597603-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 4FWBPNRTSOFF4XAVAOEFPX5LRIYT37M7 X-Message-ID-Hash: 4FWBPNRTSOFF4XAVAOEFPX5LRIYT37M7 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.3.0 to 5.3.1 - Update of rootfile - Changelog 5.3.1 1. More subtle issues related to uninitialized array elements have been fixed. 2. A number of bugs in the debugger related to handling of arrays have been fixed. 3. Some subtle bugs in the API have been fixed. 4. Use of MPFR is now possible again on 32-bit Power PC Mac systems. 5. Race conditions around broken pipes for system() and read and write pipes should now be closed off. 6. Support for OSF/1 has been removed. 7. The never-documented --nostalgia option has been removed. It was causing bug reports. 8. The implementation of printf/sprintf has been thoroughly reworked in order to make the code more maintainable and to fix a goodly number of corner cases. 9. As usual, there have been several minor code cleanups and bug fixes. See the ChangeLog for details. Signed-off-by: Adolf Belka --- config/rootfiles/common/gawk | 2 +- lfs/gawk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/gawk b/config/rootfiles/common/gawk index 195d744ee..5cb380ec8 100644 --- a/config/rootfiles/common/gawk +++ b/config/rootfiles/common/gawk @@ -1,6 +1,6 @@ usr/bin/awk usr/bin/gawk -usr/bin/gawk-5.3.0 +usr/bin/gawk-5.3.1 usr/bin/gawkbug usr/etc/profile.d usr/etc/profile.d/gawk.csh diff --git a/lfs/gawk b/lfs/gawk index 3a84db3ed..a3671882f 100644 --- a/lfs/gawk +++ b/lfs/gawk @@ -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 # @@ -25,7 +25,7 @@ include Config -VER = 5.3.0 +VER = 5.3.1 THISAPP = gawk-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1bab754626a51679e4d6fe4552bc965f402a51d176eab30686bf19c74085fd15507b51514c3c46d38f68d3e98da4326c138411abe12e4d8793cec617b2533f3c +$(DL_FILE)_BLAKE2 = be9132324344c0b052e954e004a942ff7c6b14b86b73cda491d7a33485f60341be4d8da1a06d1d7a27445b9b39a528bcce3eee9c2a3f8756de21bdc57a33f54d install : $(TARGET)