diff options
author | Dan Theisen <djt@hxx.in> | 2018-06-25 19:56:05 +0000 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-06-25 21:45:07 +0000 |
commit | 24eac36681eaeeda188b90d6d9a1cbd3a2aab5ed (patch) | |
tree | 8bcdc55d53b21757e6306a7ba76383ff97896988 /system | |
parent | bc8f4560e35669b42ced88649ad4193516193b96 (diff) | |
download | packages-24eac36681eaeeda188b90d6d9a1cbd3a2aab5ed.tar.gz packages-24eac36681eaeeda188b90d6d9a1cbd3a2aab5ed.tar.bz2 packages-24eac36681eaeeda188b90d6d9a1cbd3a2aab5ed.tar.xz packages-24eac36681eaeeda188b90d6d9a1cbd3a2aab5ed.zip |
system/iproute2: fix maintainer, bump, clean up
Diffstat (limited to 'system')
-rw-r--r-- | system/iproute2/APKBUILD | 20 |
1 files changed, 10 insertions, 10 deletions
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 <ncopa@alpinelinux.org> +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Dan Theisen <djt@hxx.in> 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" |