From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] gawk: Update to version 5.3.1
Date: Tue, 19 Nov 2024 12:09:28 +0100 [thread overview]
Message-ID: <20241119110936.3597603-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20241119110936.3597603-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2791 bytes --]
- 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 <adolf.belka(a)ipfire.org>
---
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)ipfire.org> #
# #
# 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)
--
2.47.0
next prev parent reply other threads:[~2024-11-19 11:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 11:09 [PATCH] bash: Update the bash patches to -037 Adolf Belka
2024-11-19 11:09 ` Adolf Belka [this message]
2024-11-19 11:09 ` [PATCH] gdb: Update to version 15.2 Adolf Belka
2024-11-19 11:09 ` [PATCH] glib: Update to version 2.83.0 Adolf Belka
2024-11-19 11:09 ` [PATCH] i2c-tools: Update to version 4.4 Adolf Belka
2024-11-19 11:09 ` [PATCH] iana-etc: Update to version 20241024 Adolf Belka
2024-11-19 11:09 ` [PATCH] intel-microcode: Update to version 20241112 Adolf Belka
2024-11-19 11:09 ` [PATCH] iproute2: Update to version 6.11.0 Adolf Belka
2024-11-19 11:09 ` [PATCH] ipset: Update to version 7.22 Adolf Belka
2024-11-19 11:09 ` [PATCH] iputils: Update to version 20240905 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241119110936.3597603-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox