buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/diffutils: bump to version 3.8
@ 2021-09-12 10:04 Fabrice Fontaine
  2021-09-21 20:35 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-09-12 10:04 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

- Update indentation in hash file (two spaces)
- Fix the following build failure with glibc 2.34 thanks to
  https://git.savannah.gnu.org/cgit/diffutils.git/commit/?id=498f88de4de761c1b5741fd8c78d4f5db9f3ce8b
  https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f9e2b20a12a230efa30f1d479563ae07d276a94b

In file included from /home/giuliobenetti/autobuild/run/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/signal.h:328,
                 from ./signal.h:52,
                 from c-stack.c:49:
c-stack.c:55:26: error: missing binary operator before token "("
   55 | #elif HAVE_LIBSIGSEGV && SIGSTKSZ < 16384
      |                          ^~~~~~~~

https://savannah.gnu.org/forum/forum.php?forum_id=10031

Fixes:
 - http://autobuild.buildroot.org/results/6abde124e3124932d3c14d3b699f0572a2f4632d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/diffutils/diffutils.hash | 4 ++--
 package/diffutils/diffutils.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/diffutils/diffutils.hash b/package/diffutils/diffutils.hash
index aa91fd4316..8cf4eb75c7 100644
--- a/package/diffutils/diffutils.hash
+++ b/package/diffutils/diffutils.hash
@@ -1,4 +1,4 @@
 # Locally calculated after checking pgp signature
-sha256 b3a7a6221c3dc916085f0d205abf6b8e1ba443d4dd965118da364a1dc1cb3a26  diffutils-3.7.tar.xz
+sha256  a6bdd7d1b31266d11c4f4de6c1b748d4607ab0231af5188fc2533d0ae2438fec  diffutils-3.8.tar.xz
 # Locally calculated
-sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
+sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/diffutils/diffutils.mk b/package/diffutils/diffutils.mk
index 107de79383..db8a5070a9 100644
--- a/package/diffutils/diffutils.mk
+++ b/package/diffutils/diffutils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DIFFUTILS_VERSION = 3.7
+DIFFUTILS_VERSION = 3.8
 DIFFUTILS_SOURCE = diffutils-$(DIFFUTILS_VERSION).tar.xz
 DIFFUTILS_SITE = $(BR2_GNU_MIRROR)/diffutils
 DIFFUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.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/diffutils: bump to version 3.8
  2021-09-12 10:04 [Buildroot] [PATCH 1/1] package/diffutils: bump to version 3.8 Fabrice Fontaine
@ 2021-09-21 20:35 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-09-21 20:35 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 12/09/2021 12:04, Fabrice Fontaine wrote:
> - Update indentation in hash file (two spaces)
> - Fix the following build failure with glibc 2.34 thanks to
>    https://git.savannah.gnu.org/cgit/diffutils.git/commit/?id=498f88de4de761c1b5741fd8c78d4f5db9f3ce8b
>    https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f9e2b20a12a230efa30f1d479563ae07d276a94b
> 
> In file included from /home/giuliobenetti/autobuild/run/instance-0/output-1/host/arc-buildroot-linux-gnu/sysroot/usr/include/signal.h:328,
>                   from ./signal.h:52,
>                   from c-stack.c:49:
> c-stack.c:55:26: error: missing binary operator before token "("
>     55 | #elif HAVE_LIBSIGSEGV && SIGSTKSZ < 16384
>        |                          ^~~~~~~~
> 
> https://savannah.gnu.org/forum/forum.php?forum_id=10031
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/6abde124e3124932d3c14d3b699f0572a2f4632d
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/diffutils/diffutils.hash | 4 ++--
>   package/diffutils/diffutils.mk   | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/diffutils/diffutils.hash b/package/diffutils/diffutils.hash
> index aa91fd4316..8cf4eb75c7 100644
> --- a/package/diffutils/diffutils.hash
> +++ b/package/diffutils/diffutils.hash
> @@ -1,4 +1,4 @@
>   # Locally calculated after checking pgp signature
> -sha256 b3a7a6221c3dc916085f0d205abf6b8e1ba443d4dd965118da364a1dc1cb3a26  diffutils-3.7.tar.xz
> +sha256  a6bdd7d1b31266d11c4f4de6c1b748d4607ab0231af5188fc2533d0ae2438fec  diffutils-3.8.tar.xz
>   # Locally calculated
> -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
> +sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
> diff --git a/package/diffutils/diffutils.mk b/package/diffutils/diffutils.mk
> index 107de79383..db8a5070a9 100644
> --- a/package/diffutils/diffutils.mk
> +++ b/package/diffutils/diffutils.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -DIFFUTILS_VERSION = 3.7
> +DIFFUTILS_VERSION = 3.8
>   DIFFUTILS_SOURCE = diffutils-$(DIFFUTILS_VERSION).tar.xz
>   DIFFUTILS_SITE = $(BR2_GNU_MIRROR)/diffutils
>   DIFFUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
> 
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-21 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-12 10:04 [Buildroot] [PATCH 1/1] package/diffutils: bump to version 3.8 Fabrice Fontaine
2021-09-21 20:35 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).