diff --git a/srcpkgs/iproute2/patches/fix-UINT_MAX-undeclared-with-build-with-musl-libc.patch b/srcpkgs/iproute2/patches/fix-UINT_MAX-undeclared-with-build-with-musl-libc.patch deleted file mode 100644 index f5cf23c7446b95..00000000000000 --- a/srcpkgs/iproute2/patches/fix-UINT_MAX-undeclared-with-build-with-musl-libc.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 6c1113633fde51b0e60f02243cfad1b3d09762cc Mon Sep 17 00:00:00 2001 -From: Akhilesh Nema -Date: Tue, 2 Dec 2025 18:11:24 -0800 -Subject: [PATCH] fix 'UINT_MAX' undeclared with build with musl libc - -- utils_math.c:136:20: error: 'UINT_MAX' undeclared (first use in this function) -- tc_core.c:51:22: error: 'UINT_MAX' undeclared (first use in this function) - -Signed-off-by: Akhilesh Nema ---- - lib/utils_math.c | 1 + - tc/tc_core.c | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/lib/utils_math.c b/lib/utils_math.c -index a7e74744..fd2ddc7c 100644 ---- a/lib/utils_math.c -+++ b/lib/utils_math.c -@@ -4,6 +4,7 @@ - #include - #include - #include -+#include - #include - - #include "utils.h" -diff --git a/tc/tc_core.c b/tc/tc_core.c -index a422e02c..b13b7d78 100644 ---- a/tc/tc_core.c -+++ b/tc/tc_core.c -@@ -11,6 +11,7 @@ - #include - #include - #include -+#include - #include - #include - #include --- -2.51.2 - diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template index 0a6eb290bb5c23..156e62163dc35d 100644 --- a/srcpkgs/iproute2/template +++ b/srcpkgs/iproute2/template @@ -1,6 +1,6 @@ # Template file for 'iproute2' pkgname=iproute2 -version=6.18.0 +version=6.19.0 revision=1 build_style=configure make_install_args="SBINDIR=/usr/bin" @@ -12,7 +12,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=6ba520e1975e4c50dc931eeae91ea37c198b8a173744885f8895b84325f9d456 +checksum=9332213d35480b647086a70c302de8568de83455a98774d35de216c4ce191006 # Requires unshare, which is not provided by chroot-util-linux. make_check=no