summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnet/iproute2/BUILD2
-rwxr-xr-xnet/iproute2/DETAILS2
-rw-r--r--net/iproute2/HISTORY4
3 files changed, 7 insertions, 1 deletions
diff --git a/net/iproute2/BUILD b/net/iproute2/BUILD
new file mode 100755
index 0000000000..a51528db30
--- /dev/null
+++ b/net/iproute2/BUILD
@@ -0,0 +1,2 @@
+./configure ${OPTS} &&
+default_build_make
diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index c638e3c746..dadb57673a 100755
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -1,5 +1,5 @@
SPELL=iproute2
- VERSION=5.11.0
+ VERSION=5.14.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 f9a20e4cd6..d7dcef8f95 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,7 @@
+2021-09-01 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 5.14.0
+ * BUILD: new configure script doesn't play well with our default_build
+
2021-04-12 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 5.11.0