iproute2: update to 2.6.31

This commit is contained in:
Juergen Daubert 2009-12-30 18:04:52 +01:00
parent b42eff8731
commit c5a2c95e58
3 changed files with 8 additions and 5 deletions

View File

@ -58,3 +58,6 @@ lrwxrwxrwx root/root usr/man/man8/tc-pfifo.8.gz -> tc-bfifo.8.gz
-rw-r--r-- root/root usr/man/man8/tc-sfq.8.gz
-rw-r--r-- root/root usr/man/man8/tc-tbf.8.gz
-rw-r--r-- root/root usr/man/man8/tc.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/arpd/

View File

@ -1,2 +1,2 @@
595f9b17320f69e8d30d2fa80f1bca14 iproute2-2.6.28.tar.bz2
230f35282a95451622f3e8394f9cd80a iproute2-2.6.31.tar.bz2
0b01b0404718d043adf55cfa314c80bd net.iproute2

View File

@ -1,17 +1,17 @@
# Description: A collection of utilites for controlling TCP/IP networking and traffic in Linux
# URL: http://linux-net.osdl.org/index.php/Iproute2
# URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: db
name=iproute2
version=2.6.28
version=2.6.31
release=1
source=(http://developer.osdl.org/dev/iproute2/download/$name-$version.tar.bz2 \
source=(http://devresources.linuxfoundation.org/dev/iproute2/download/$name-$version.tar.bz2 \
net.iproute2)
build() {
cd $name-$version
sed -i "s|local/lib/iptables|lib/xtables|" include/iptables.h
sed -i "s|-O2|$CFLAGS -DIPT_LIB_DIR=\\\\\"/usr/lib/xtables\\\\\"|" Makefile
make
make MANDIR=/usr/man DESTDIR=$PKG install
rm -r $PKG/{share,usr/lib}