From 9513121c03036076f40dee16e46ce6cba42a71a7 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 29 Jun 2015 13:27:42 +0200 Subject: [PATCH] iproute2: update to 4.1.0 --- iproute2/.footprint | 1 + iproute2/.md5sum | 2 +- iproute2/Pkgfile | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/iproute2/.footprint b/iproute2/.footprint index 404b8a53..94e95655 100644 --- a/iproute2/.footprint +++ b/iproute2/.footprint @@ -76,6 +76,7 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/rtstat.8.gz -rw-r--r-- root/root usr/man/man8/ss.8.gz -rw-r--r-- root/root usr/man/man8/tc-bfifo.8.gz +-rw-r--r-- root/root usr/man/man8/tc-bpf.8.gz -rw-r--r-- root/root usr/man/man8/tc-cbq-details.8.gz -rw-r--r-- root/root usr/man/man8/tc-cbq.8.gz -rw-r--r-- root/root usr/man/man8/tc-choke.8.gz diff --git a/iproute2/.md5sum b/iproute2/.md5sum index ae16b11b..01f7a77e 100644 --- a/iproute2/.md5sum +++ b/iproute2/.md5sum @@ -1,3 +1,3 @@ -3adc263ade4ee76c35032e8f50b54108 iproute2-4.0.0.tar.xz +37efb479b3943b60c449ea02362b5ffc iproute2-4.1.0.tar.xz 7b469125cfe2d9916ba03f7c65b9dcd5 lo.iproute2 826848debe693f2e2a3e235ce9abe601 net.iproute2 diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 64777ba5..f218a376 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -4,16 +4,22 @@ # Depends on: db iptables name=iproute2 -version=4.0.0 +version=4.1.0 release=1 source=(https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz \ lo.iproute2 net.iproute2) build() { cd $name-$version + + # tipc depends on libmnl + rm -r tipc + sed -i '/^SUBDIRS/s/tipc//' Makefile + ./configure make CCOPTS="$CFLAGS" make MANDIR=/usr/man DESTDIR=$PKG install + rm -r $PKG/usr/share install -D -m 0755 $SRC/lo.iproute2 $PKG/etc/rc.d/lo install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net