From a8853df81f01f84a192115f1a649c9976e8ee258 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 24 Apr 2010 01:13:43 +0200 Subject: maj iproute2#2.6.33-1 --- base/iproute2/.footprint | 2 +- base/iproute2/.md5sum | 2 +- base/iproute2/Pkgfile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'base/iproute2') diff --git a/base/iproute2/.footprint b/base/iproute2/.footprint index 878cc8fe2..1d4830959 100644 --- a/base/iproute2/.footprint +++ b/base/iproute2/.footprint @@ -24,7 +24,6 @@ lrwxrwxrwx root/root sbin/rtstat -> lnstat -rwxr-xr-x root/root sbin/tc drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/arpd drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man3/ @@ -44,6 +43,7 @@ lrwxrwxrwx root/root usr/share/man/man8/rtstat.8.gz -> lnstat.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-bfifo.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-cbq-details.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-cbq.8.gz +-rw-r--r-- root/root usr/share/man/man8/tc-drr.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-htb.8.gz lrwxrwxrwx root/root usr/share/man/man8/tc-pfifo.8.gz -> tc-bfifo.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-pfifo_fast.8.gz diff --git a/base/iproute2/.md5sum b/base/iproute2/.md5sum index 2b3f29a5e..0d380dbd3 100644 --- a/base/iproute2/.md5sum +++ b/base/iproute2/.md5sum @@ -1 +1 @@ -230f35282a95451622f3e8394f9cd80a iproute2-2.6.31.tar.bz2 +b371fca3fcb5e436e69a7c2111d84a3c iproute2-2.6.33.tar.bz2 diff --git a/base/iproute2/Pkgfile b/base/iproute2/Pkgfile index e4a6ecdda..fae336062 100755 --- a/base/iproute2/Pkgfile +++ b/base/iproute2/Pkgfile @@ -4,7 +4,7 @@ # Packager: thierryn1 at hispeed dot ch name=iproute2 -version=2.6.31 +version=2.6.33 release=1 source=( http://devresources.linuxfoundation.org/dev/$name/download/$name-$version.tar.bz2\ ) @@ -12,10 +12,10 @@ source=( http://devresources.linuxfoundation.org/dev/$name/download/$name-$versi build() { cd $name-* -sed -i "s|-O2|$CFLAGS -DIPT_LIB_DIR=\\\\\"/usr/lib/xtables\\\\\"|" Makefile +sed -i '/^TARGETS/s@arpd@@g' misc/Makefile make SBINDIR=/sbin MANDIR=/usr/share/man INFODIR=/usr/share/info \ DESTDIR=$PKG install mkdir -p $PKG/usr/sbin -mv $PKG/sbin/arpd $PKG/usr/sbin/ +# mv $PKG/sbin/arpd $PKG/usr/sbin/ rm -r $PKG/{share,lib,usr/lib} } -- cgit v1.2.3-54-g00ecf