New commits:
commit e24c6140078ce57a77a241b0fc44b7723c5782c5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
net/iproute2: version 6.5.0
diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index af3bcda..6774e4c 100755
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -1,5 +1,5 @@
SPELL=iproute2
- VERSION=6.4.0
+ VERSION=6.5.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 a3b799f..a91a522 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,8 @@
+2023-09-06 Pavel Vinogradov <public AT sorcemage.org>
+ * DETAILS: version 6.5.0
+ * PRE_BUILD, patches/0001-Add-missing-include.patch:
+ removed the patch, missing include was added by upstream
+
2023-07-15 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, patches/0001-Add-missing-include.patch:
fixed build against musl
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 &&