From f5271af7d1d2a149cb9c43187fba543224b4dd11 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 31 Jul 2023 15:43:23 +0200 Subject: [PATCH] iproute2: update to 6.4.0. --- srcpkgs/iproute2/patches/include-limits-h.patch | 14 ++++++++++++++ srcpkgs/iproute2/template | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/iproute2/patches/include-limits-h.patch diff --git a/srcpkgs/iproute2/patches/include-limits-h.patch b/srcpkgs/iproute2/patches/include-limits-h.patch new file mode 100644 index 0000000000000..b600a4e63da2f --- /dev/null +++ b/srcpkgs/iproute2/patches/include-limits-h.patch @@ -0,0 +1,14 @@ +missing for ppc64le +-- +diff --git a/bridge/mdb.c b/bridge/mdb.c +index fbb4f70..1879345 100644 +--- a/bridge/mdb.c ++++ b/bridge/mdb.c +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + + #include "libnetlink.h" + #include "utils.h" diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template index 6d188731ec1fe..e7ca6e6527a46 100644 --- a/srcpkgs/iproute2/template +++ b/srcpkgs/iproute2/template @@ -1,6 +1,6 @@ # Template file for 'iproute2' pkgname=iproute2 -version=6.3.0 +version=6.4.0 revision=1 build_style=configure make_install_args="SBINDIR=/usr/bin" @@ -11,7 +11,7 @@ maintainer="Enno Boland " license="GPL-2.0-only" homepage="https://wiki.linuxfoundation.org/networking/iproute2" distfiles="${KERNEL_SITE}/utils/net/iproute2/iproute2-${version}.tar.xz" -checksum=dfb2a98db96e7a653cffc6693335a1a466e29a34b6ac528be48f35e1d2766732 +checksum=4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272 # Requires unshare, which is not provided by chroot-util-linux. make_check=no