From d648e102bb0ddb35761ff7e32a62bc21c05365c7 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 15 Mar 2011 07:40:04 +0000 Subject: [PATCH] iproute2: update to 2.6.37 --- iproute2/.footprint | 10 ++++++---- iproute2/.md5sum | 2 +- iproute2/Pkgfile | 5 ++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/iproute2/.footprint b/iproute2/.footprint index d554216..9699c13 100644 --- a/iproute2/.footprint +++ b/iproute2/.footprint @@ -10,10 +10,6 @@ drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/net drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/tc/ --rwxr-xr-x root/root lib/tc/experimental.dist --rwxr-xr-x root/root lib/tc/normal.dist --rwxr-xr-x root/root lib/tc/pareto.dist --rwxr-xr-x root/root lib/tc/paretonormal.dist drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/arpd lrwxrwxrwx root/root sbin/ctstat -> lnstat @@ -32,6 +28,12 @@ lrwxrwxrwx root/root sbin/rtstat -> lnstat -rwxr-xr-x root/root sbin/ss -rwxr-xr-x root/root sbin/tc drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/tc/ +-rw-r--r-- root/root usr/lib/tc/experimental.dist +-rw-r--r-- root/root usr/lib/tc/normal.dist +-rw-r--r-- root/root usr/lib/tc/pareto.dist +-rw-r--r-- root/root usr/lib/tc/paretonormal.dist 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 diff --git a/iproute2/.md5sum b/iproute2/.md5sum index 973b139..13ae7c0 100644 --- a/iproute2/.md5sum +++ b/iproute2/.md5sum @@ -1,2 +1,2 @@ -b371fca3fcb5e436e69a7c2111d84a3c iproute2-2.6.33.tar.bz2 +9774ff9d74ebd301bf56bd8d74473786 iproute2-2.6.37.tar.bz2 ffa5d168223f9e34302ec878ad58aec1 net.iproute2 diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile index 2c69943..50701f5 100644 --- a/iproute2/Pkgfile +++ b/iproute2/Pkgfile @@ -5,7 +5,7 @@ # Depends on: db name=iproute2 -version=2.6.33 +version=2.6.37 release=1 source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.bz2 \ net.iproute2) @@ -13,12 +13,11 @@ source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.bz2 \ build() { cd $name-$version - sed -i "s|local/lib/iptables|lib/xtables|" include/iptables.h sed -i "s|gcc |$CC $CFLAGS|g" configure make DBM_INCLUDE="$CLFS/usr/include" CC="$CC $CFLAGS" make MANDIR=/usr/man DESTDIR=$PKG install - rm -r $PKG/{share,usr/lib} + rm -r $PKG/share install -D -m 0755 $SRC/net.iproute2 $PKG/etc/rc.d/net } -- 2.26.2