diff --git a/iproute2/.footprint b/iproute2/.footprint index 5e8e44f0..ad41db3b 100644 --- a/iproute2/.footprint +++ b/iproute2/.footprint @@ -37,9 +37,16 @@ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/libnetlink.3.gz drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/arpd.8.gz +lrwxrwxrwx root/root usr/man/man8/ctstat.8.gz -> lnstat.8.gz -rw-r--r-- root/root usr/man/man8/ip.8.gz -rw-r--r-- root/root usr/man/man8/lnstat.8.gz +lrwxrwxrwx root/root usr/man/man8/nstat.8.gz -> rtacct.8.gz +lrwxrwxrwx root/root usr/man/man8/routef.8.gz -> routel.8.gz +-rw-r--r-- root/root usr/man/man8/routel.8.gz +-rw-r--r-- root/root usr/man/man8/rtacct.8.gz -rw-r--r-- root/root usr/man/man8/rtmon.8.gz +lrwxrwxrwx root/root usr/man/man8/rtstat.8.gz -> lnstat.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-cbq-details.8.gz diff --git a/iproute2/.md5sum b/iproute2/.md5sum index c876764c..3021074e 100644 --- a/iproute2/.md5sum +++ b/iproute2/.md5sum @@ -1,3 +1,3 @@ -20ef2767896a0f156b6fbabd47936f79 iproute2-2.6.22-070710.tar.gz +7d221e735cba05709341cd46401c4ecd iproute2-2.6.26.tar.bz2 ebea778def07e2ca13495117f6e0910e iproute2-netem.patch 0b01b0404718d043adf55cfa314c80bd net.iproute2 diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 161b47b0..201b4d63 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -4,15 +4,17 @@ # Packager: Mikhail Kolesnik, mike at openbunker dot org name=iproute2 -version=2.6.22-070710 +version=2.6.26 release=1 -source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.gz \ +source=(http://devresources.linux-foundation.org/dev/iproute2/download/$name-$version.tar.bz2 \ net.iproute2 $name-netem.patch) build() { - patch -p1 < $name-netem.patch + cd $name-$version + patch -p1 < ../$name-netem.patch make KERNEL_INCLUDE="/lib/modules/`uname -r`/source/include" make SBINDIR=/sbin MANDIR=/usr/man DESTDIR=$PKG install - rm -rf $PKG/usr/share + rm -rf $PKG/share install -D -o root -g root -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net + mv $PKG/lib $PKG/usr }