New commits:
commit a98bd56e5e11224645a3bb041e3b8351d3a45770
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
net/iproute2: version 6.10.0
diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index fa7964f..b4d2c97 100755
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -1,6 +1,5 @@
SPELL=iproute2
- VERSION=6.9.0
- PATCHLEVEL=1
+ VERSION=6.10.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=${KERNEL_URL}/pub/linux/utils/net/iproute2/$SOURCE
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index 1d097fd..f4dcf68 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,8 @@
+2024-07-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 6.10.0
+ * PRE_BUILD, patches/0001-Fix-usage-of-poll.h-header.patch: removed,
+ applied in upstream
+
2024-06-23 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: added dependency on libtirpc
improved description of libnml
diff --git a/net/iproute2/PRE_BUILD b/net/iproute2/PRE_BUILD
index e826254..2ab7277 100755
--- a/net/iproute2/PRE_BUILD
+++ b/net/iproute2/PRE_BUILD
@@ -13,7 +13,6 @@ rm "${SOURCE_CACHE}/${SOURCE}" &&
SOURCE="${SOURCE}.xz" &&
cd "${SOURCE_DIRECTORY}" &&
-apply_patch_dir patches &&