From 8ef794d6e48a9aef47bd5f2f9dbd5b739f7c429a Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 24 Sep 2023 12:09:17 +0200 Subject: [PATCH] iproute2: update to 6.5.0. --- srcpkgs/iproute2/patches/include-limits-h.patch | 14 -------------- srcpkgs/iproute2/template | 6 ++++-- 2 files changed, 4 insertions(+), 16 deletions(-) delete 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 deleted file mode 100644 index fd46ed681b7..00000000000 --- a/srcpkgs/iproute2/patches/include-limits-h.patch +++ /dev/null @@ -1,14 +0,0 @@ -import missing on musl --- -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 e7ca6e6527a..4511dbb59ef 100644 --- a/srcpkgs/iproute2/template +++ b/srcpkgs/iproute2/template @@ -1,6 +1,6 @@ # Template file for 'iproute2' pkgname=iproute2 -version=6.4.0 +version=6.5.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=4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272 +checksum=a70179085fa1b96d3c33b040c809b75e2b57563adc505a4ad05e2609df373463 # Requires unshare, which is not provided by chroot-util-linux. make_check=no @@ -27,6 +27,8 @@ conf_files=" /etc/iproute2/nl_protos" post_install() { + vmkdir etc + vcopy etc/iproute2 etc rm -r ${DESTDIR}/usr/share/man/man3 }