From 24eac36681eaeeda188b90d6d9a1cbd3a2aab5ed Mon Sep 17 00:00:00 2001 From: Dan Theisen Date: Mon, 25 Jun 2018 19:56:05 +0000 Subject: system/iproute2: fix maintainer, bump, clean up --- system/iproute2/APKBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'system/iproute2') diff --git a/system/iproute2/APKBUILD b/system/iproute2/APKBUILD index afc161b7c..afebbb5cf 100644 --- a/system/iproute2/APKBUILD +++ b/system/iproute2/APKBUILD @@ -1,20 +1,20 @@ -# Maintainer: Natanael Copa +# Contributor: Natanael Copa +# Maintainer: Dan Theisen pkgname=iproute2 -pkgver=4.13.0 +pkgver=4.17.0 pkgrel=0 -pkgdesc="IP Routing Utilities" -url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" +pkgdesc="IP configuration, routing, and traffic control utilities" +url="https://wiki.linuxfoundation.org/networking/iproute2" arch="all" license="GPL-2.0-only" depends="" install="$pkgname.post-install" -makedepends="bison flex bash libelf-dev" +makedepends="bison flex bash libelf-dev libmnl-dev libcap-dev" +# the testsuite in this package seems to be geared towards kernel developers options="!check" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" source="http://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz - musl-fixes.patch" -builddir="$srcdir"/$pkgname-$pkgver -patch_args="-p0" + fix-uapi-garbage.patch" prepare() { default_prepare @@ -55,5 +55,5 @@ bashcomp() { rmdir -p "$pkgdir"/usr/share 2>/dev/null || true } -sha512sums="f96d2839aec1f439bfac504c8e3881c063dacbf4c67b15f0e3da9882d2fa013cba33c23602de3eab624e0eecbb911a13967d60bddcdf097f47a580a5a77b5e3a iproute2-4.13.0.tar.xz -03f41867cc728d3fbf372ef00d8e90debd03671cff052f5e75dcfbeffbdb6e2c4b10d16e0737cdf473b063b710e8e2938a8f64cfa1be93da2c7878ce6ca51583 musl-fixes.patch" +sha512sums="ccd7fb70afd58f1fcd4e17c38a24607207da853c4d6118fda423efa6e51faad3ad03c4d6d58a579c40ef9c68aaf13b1c455e12b0c36e155712d3d4db3c2ff4b5 iproute2-4.17.0.tar.xz +d9b40539f4ac074f20b0bb10381de9c3b64aadf612f0d599814cdb632fe97c76c9b4730406b08a6e53739670ca51ea0f699862156247cf20c3b7f4c78394fa46 fix-uapi-garbage.patch" -- cgit v1.2.3-60-g2f50