Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gawk: bump to version 5.2.2
@ 2023-07-15 22:36 Julien Olivain
  2023-07-18 20:51 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2023-07-15 22:36 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain

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>
---
 .checkpackageignore                           |  1 -
 .../0001-Fix-a-bug-with-Node_elem_new.patch   | 29 -------------------
 package/gawk/gawk.hash                        |  4 +--
 package/gawk/gawk.mk                          |  2 +-
 4 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100644 package/gawk/0001-Fix-a-bug-with-Node_elem_new.patch

diff --git a/.checkpackageignore b/.checkpackageignore
index a7bf69be39..eae64e19ff 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -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
diff --git a/package/gawk/0001-Fix-a-bug-with-Node_elem_new.patch b/package/gawk/0001-Fix-a-bug-with-Node_elem_new.patch
deleted file mode 100644
index 8cbe9c6d02..0000000000
--- a/package/gawk/0001-Fix-a-bug-with-Node_elem_new.patch
+++ /dev/null
@@ -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
-
diff --git a/package/gawk/gawk.hash b/package/gawk/gawk.hash
index 3ab0cfdbb3..852a815d04 100644
--- a/package/gawk/gawk.hash
+++ b/package/gawk/gawk.hash
@@ -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
diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index 47f681339d..62270cea9c 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -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
-- 
2.41.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/gawk: bump to version 5.2.2
  2023-07-15 22:36 [Buildroot] [PATCH 1/1] package/gawk: bump to version 5.2.2 Julien Olivain
@ 2023-07-18 20:51 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-18 20:51 UTC (permalink / raw)
  To: Julien Olivain; +Cc: buildroot

On Sun, 16 Jul 2023 00:36:16 +0200
Julien Olivain <ju.o@free.fr> wrote:

> 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>
> ---
>  .checkpackageignore                           |  1 -
>  .../0001-Fix-a-bug-with-Node_elem_new.patch   | 29 -------------------
>  package/gawk/gawk.hash                        |  4 +--
>  package/gawk/gawk.mk                          |  2 +-
>  4 files changed, 3 insertions(+), 33 deletions(-)
>  delete mode 100644 package/gawk/0001-Fix-a-bug-with-Node_elem_new.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-18 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-15 22:36 [Buildroot] [PATCH 1/1] package/gawk: bump to version 5.2.2 Julien Olivain
2023-07-18 20:51 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox