package/gawk: bump to version 5.2.2
For news since 5.2.0, see: https://git.savannah.gnu.org/cgit/gawk.git/tree/NEWS?h=gawk-5.2.2 For detailed change log, see: https://git.savannah.gnu.org/cgit/gawk.git/tree/ChangeLog?h=gawk-5.2.2 This commit also removes the package patch, as it is included in upstream version 5.2.1, in: https://git.savannah.gnu.org/cgit/gawk.git/commit/?id=baab183439ff4e0c6b77d62156d447e61fc1dcfb The file .checkpackageignore is also updated to reflect this patch removal. The motivation of this bump is mainly the RISC-V fixes. Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
08171f1fd0
commit
76f20b728f
@ -495,7 +495,6 @@ package/fxload/0001-fix-static-build.patch Upstream
|
||||
package/gamin/0001-no-abstract-sockets.patch Upstream
|
||||
package/gamin/0002-no-const-return.patch Sob Upstream
|
||||
package/gamin/0003-fix-missing-PTHREAD_MUTEX_RECURSIVE_NP.patch Upstream
|
||||
package/gawk/0001-Fix-a-bug-with-Node_elem_new.patch Upstream
|
||||
package/gcc/10.4.0/0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch Upstream
|
||||
package/gcc/10.4.0/0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch Upstream
|
||||
package/gcc/10.4.0/0003-or1k-Use-cmodel-large-when-building-crtstuff.patch Upstream
|
||||
|
@ -1,29 +0,0 @@
|
||||
From baab183439ff4e0c6b77d62156d447e61fc1dcfb Mon Sep 17 00:00:00 2001
|
||||
From: "Arnold D. Robbins" <arnold@skeeve.com>
|
||||
Date: Wed, 14 Sep 2022 21:08:59 +0300
|
||||
Subject: [PATCH] Fix a bug with Node_elem_new.
|
||||
|
||||
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
|
||||
[james.hilliard1@gmail.com: backport from upstream commit
|
||||
baab183439ff4e0c6b77d62156d447e61fc1dcfb]
|
||||
[yann.morin.1998@free.fr: drop all hunks about tests and changelogs]
|
||||
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
|
||||
---
|
||||
interpret.h | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/interpret.h b/interpret.h
|
||||
index 57d060e6..268655b2 100644
|
||||
--- a/interpret.h
|
||||
+++ b/interpret.h
|
||||
@@ -238,6 +238,7 @@ uninitialized_scalar:
|
||||
_("reference to uninitialized argument `%s'") :
|
||||
_("reference to uninitialized variable `%s'"),
|
||||
save_symbol->vname);
|
||||
+ UPREF(m);
|
||||
PUSH(m);
|
||||
break;
|
||||
|
||||
--
|
||||
2.34.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://ftp.gnu.org/gnu/gawk/gawk-5.2.0.tar.xz.sig
|
||||
# https://ftp.gnu.org/gnu/gawk/gawk-5.2.2.tar.xz.sig
|
||||
# Primary key fingerprint: D196 7C63 7887 1317 7D86 1ED7 DF59 7815 937E C0D2
|
||||
sha256 e4ddbad1c2ef10e8e815ca80208d0162d4c983e6cca16f925e8418632d639018 gawk-5.2.0.tar.xz
|
||||
sha256 3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9 gawk-5.2.2.tar.xz
|
||||
# Locally calculated
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GAWK_VERSION = 5.2.0
|
||||
GAWK_VERSION = 5.2.2
|
||||
GAWK_SOURCE = gawk-$(GAWK_VERSION).tar.xz
|
||||
GAWK_SITE = $(BR2_GNU_MIRROR)/gawk
|
||||
GAWK_DEPENDENCIES = host-gawk
|
||||
|
Loading…
Reference in New Issue
Block a user