diff mbox series

[1/1] package/iproute2: bump to version 6.10

Message ID 20240721070147.54855-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/iproute2: bump to version 6.10 | expand

Commit Message

Fabrice Fontaine July 21, 2024, 7:01 a.m. UTC
This bump will fix the following build failure with gcc >= 14 thanks to
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=53a89bfd86fff1a00cc77cabb8457a03eaa3bc7d:

../include/json_print.h: In function 'print_tv':
../include/json_print.h:58:48: error: passing argument 5 of 'print_color_tv' from incompatible pointer type [-Wincompatible-pointer-types]
   58 |                                                value);                  \
      |                                                ^~~~~
      |                                                |
      |                                                const struct timeval *

Fixes:
 - http://autobuild.buildroot.org/results/c47c1e13659e4bfcccd98ebd22949e9dd278079e

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

Comments

Thomas Petazzoni July 21, 2024, 4:25 p.m. UTC | #1
On Sun, 21 Jul 2024 09:01:47 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> This bump will fix the following build failure with gcc >= 14 thanks to
> https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=53a89bfd86fff1a00cc77cabb8457a03eaa3bc7d:
> 
> ../include/json_print.h: In function 'print_tv':
> ../include/json_print.h:58:48: error: passing argument 5 of 'print_color_tv' from incompatible pointer type [-Wincompatible-pointer-types]
>    58 |                                                value);                  \
>       |                                                ^~~~~
>       |                                                |
>       |                                                const struct timeval *
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/c47c1e13659e4bfcccd98ebd22949e9dd278079e
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/iproute2/iproute2.hash | 2 +-
>  package/iproute2/iproute2.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Aug. 29, 2024, 4:03 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > This bump will fix the following build failure with gcc >= 14 thanks to
 > https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=53a89bfd86fff1a00cc77cabb8457a03eaa3bc7d:

 > ../include/json_print.h: In function 'print_tv':
 > ../include/json_print.h:58:48: error: passing argument 5 of
 > 'print_color_tv' from incompatible pointer type
 > [-Wincompatible-pointer-types]
 >    58 |                                                value);                  \
 >       |                                                ^~~~~
 >       |                                                |
 >       |                                                const struct timeval *

 > Fixes:
 >  - http://autobuild.buildroot.org/results/c47c1e13659e4bfcccd98ebd22949e9dd278079e

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2024.05.x, thanks.

> ---
 >  package/iproute2/iproute2.hash | 2 +-
 >  package/iproute2/iproute2.mk   | 2 +-
 >  2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/iproute2/iproute2.hash b/package/iproute2/iproute2.hash
 > index a716bf75a1..0760183b9e 100644
 > --- a/package/iproute2/iproute2.hash
 > +++ b/package/iproute2/iproute2.hash
 > @@ -1,3 +1,3 @@
 >  # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc
 > -sha256  2f643d09ea11a4a2a043c92e2b469b5f73228cbf241ae806760296ed0ec413d0  iproute2-6.9.0.tar.xz
 > +sha256  91a62f82737b44905a00fa803369c447d549e914e9a2a4018fdd75b1d54e8dce  iproute2-6.10.0.tar.xz
 >  sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
 > diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
 > index 525101aff1..08b890b331 100644
 > --- a/package/iproute2/iproute2.mk
 > +++ b/package/iproute2/iproute2.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -IPROUTE2_VERSION = 6.9.0
 > +IPROUTE2_VERSION = 6.10.0
 >  IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz
 >  IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
 >  IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \
 > -- 

 > 2.43.0

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/iproute2/iproute2.hash b/package/iproute2/iproute2.hash
index a716bf75a1..0760183b9e 100644
--- a/package/iproute2/iproute2.hash
+++ b/package/iproute2/iproute2.hash
@@ -1,3 +1,3 @@ 
 # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc
-sha256  2f643d09ea11a4a2a043c92e2b469b5f73228cbf241ae806760296ed0ec413d0  iproute2-6.9.0.tar.xz
+sha256  91a62f82737b44905a00fa803369c447d549e914e9a2a4018fdd75b1d54e8dce  iproute2-6.10.0.tar.xz
 sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 525101aff1..08b890b331 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-IPROUTE2_VERSION = 6.9.0
+IPROUTE2_VERSION = 6.10.0
 IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz
 IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
 IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \