summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vinogradov2021-09-01 13:50:53 -0400
committerPavel Vinogradov2021-09-01 13:51:53 -0400
commitc571b913001cac74e84b9f4d9c7d3a8a6d669e26 (patch)
tree35d3c011a879fd6c7929e8d88bfd0ba2177b95d1
parent1a4d201bb6d8f423fb8cb2238176818529157e07 (diff)
net/iproute2: version 5.14.0
-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