* [Buildroot] [PATCH] package/gawk: bump to version 5.3.1
@ 2024-09-25 13:35 Francois Perrad
2024-09-25 17:38 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2024-09-25 13:35 UTC (permalink / raw)
To: buildroot
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/gawk/Config.in | 2 +-
package/gawk/gawk.hash | 4 ++--
package/gawk/gawk.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/gawk/Config.in b/package/gawk/Config.in
index e9cf4c5ff..86eba0b7b 100644
--- a/package/gawk/Config.in
+++ b/package/gawk/Config.in
@@ -8,7 +8,7 @@ config BR2_PACKAGE_GAWK
rather than procedural. Allows for simple data-reformatting
jobs with just a few lines of code.
- http://www.gnu.org/software/gawk/
+ https://www.gnu.org/software/gawk/
comment "gawk needs a toolchain w/ wchar"
depends on BR2_USE_MMU
diff --git a/package/gawk/gawk.hash b/package/gawk/gawk.hash
index 3ff0a9003..b029ab330 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.3.0.tar.xz.sig
+# https://ftp.gnu.org/gnu/gawk/gawk-5.3.1.tar.xz.sig
# Primary key fingerprint: D196 7C63 7887 1317 7D86 1ED7 DF59 7815 937E C0D2
-sha256 ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b gawk-5.3.0.tar.xz
+sha256 694db764812a6236423d4ff40ceb7b6c4c441301b72ad502bb5c27e00cd56f78 gawk-5.3.1.tar.xz
# Locally calculated
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index ff1b9920a..fbb620be7 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GAWK_VERSION = 5.3.0
+GAWK_VERSION = 5.3.1
GAWK_SOURCE = gawk-$(GAWK_VERSION).tar.xz
GAWK_SITE = $(BR2_GNU_MIRROR)/gawk
GAWK_DEPENDENCIES = host-gawk
--
2.43.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] package/gawk: bump to version 5.3.1
2024-09-25 13:35 [Buildroot] [PATCH] package/gawk: bump to version 5.3.1 Francois Perrad
@ 2024-09-25 17:38 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2024-09-25 17:38 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
François, All,
On 2024-09-25 15:35 +0200, Francois Perrad spake thusly:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/gawk/Config.in | 2 +-
> package/gawk/gawk.hash | 4 ++--
> package/gawk/gawk.mk | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/gawk/Config.in b/package/gawk/Config.in
> index e9cf4c5ff..86eba0b7b 100644
> --- a/package/gawk/Config.in
> +++ b/package/gawk/Config.in
> @@ -8,7 +8,7 @@ config BR2_PACKAGE_GAWK
> rather than procedural. Allows for simple data-reformatting
> jobs with just a few lines of code.
>
> - http://www.gnu.org/software/gawk/
> + https://www.gnu.org/software/gawk/
>
> comment "gawk needs a toolchain w/ wchar"
> depends on BR2_USE_MMU
> diff --git a/package/gawk/gawk.hash b/package/gawk/gawk.hash
> index 3ff0a9003..b029ab330 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.3.0.tar.xz.sig
> +# https://ftp.gnu.org/gnu/gawk/gawk-5.3.1.tar.xz.sig
> # Primary key fingerprint: D196 7C63 7887 1317 7D86 1ED7 DF59 7815 937E C0D2
> -sha256 ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b gawk-5.3.0.tar.xz
> +sha256 694db764812a6236423d4ff40ceb7b6c4c441301b72ad502bb5c27e00cd56f78 gawk-5.3.1.tar.xz
> # Locally calculated
> sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
> diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
> index ff1b9920a..fbb620be7 100644
> --- a/package/gawk/gawk.mk
> +++ b/package/gawk/gawk.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -GAWK_VERSION = 5.3.0
> +GAWK_VERSION = 5.3.1
> GAWK_SOURCE = gawk-$(GAWK_VERSION).tar.xz
> GAWK_SITE = $(BR2_GNU_MIRROR)/gawk
> GAWK_DEPENDENCIES = host-gawk
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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:[~2024-09-25 17:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 13:35 [Buildroot] [PATCH] package/gawk: bump to version 5.3.1 Francois Perrad
2024-09-25 17:38 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox