summaryrefslogtreecommitdiffstats
path: root/base/iproute2
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-24 01:13:43 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-24 01:13:43 +0200
commita8853df81f01f84a192115f1a649c9976e8ee258 (patch)
tree56fa823ecdedc7185ea4bcd72057140bad467a3a /base/iproute2
parent7de869460384382faa69712c37513b6b15bec9c2 (diff)
downloadnutyx-extra-a8853df81f01f84a192115f1a649c9976e8ee258.tar.gz
nutyx-extra-a8853df81f01f84a192115f1a649c9976e8ee258.tar.bz2
nutyx-extra-a8853df81f01f84a192115f1a649c9976e8ee258.tar.xz
nutyx-extra-a8853df81f01f84a192115f1a649c9976e8ee258.zip
maj iproute2#2.6.33-1
Diffstat (limited to 'base/iproute2')
-rw-r--r--base/iproute2/.footprint2
-rw-r--r--base/iproute2/.md5sum2
-rwxr-xr-xbase/iproute2/Pkgfile6
3 files changed, 5 insertions, 5 deletions
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}
}