iproute2: update to 3.1.0

This commit is contained in:
Juergen Daubert 2011-12-05 16:55:53 +01:00
parent e754088ee2
commit 9308bfbfa1
3 changed files with 8 additions and 4 deletions

View File

@ -40,6 +40,8 @@ drwxr-xr-x root/root usr/lib/tc/
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/man7/
-rw-r--r-- root/root usr/man/man7/tc-hfsc.7.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
@ -57,12 +59,14 @@ lrwxrwxrwx root/root usr/man/man8/rtstat.8.gz -> lnstat.8.gz
-rw-r--r-- root/root usr/man/man8/tc-cbq.8.gz
-rw-r--r-- root/root usr/man/man8/tc-choke.8.gz
-rw-r--r-- root/root usr/man/man8/tc-drr.8.gz
-rw-r--r-- root/root usr/man/man8/tc-hfsc.8.gz
-rw-r--r-- root/root usr/man/man8/tc-htb.8.gz
lrwxrwxrwx root/root usr/man/man8/tc-pfifo.8.gz -> tc-bfifo.8.gz
-rw-r--r-- root/root usr/man/man8/tc-pfifo_fast.8.gz
-rw-r--r-- root/root usr/man/man8/tc-prio.8.gz
-rw-r--r-- root/root usr/man/man8/tc-red.8.gz
-rw-r--r-- root/root usr/man/man8/tc-sfq.8.gz
-rw-r--r-- root/root usr/man/man8/tc-stab.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/

View File

@ -1,2 +1,2 @@
ff959543ddde8644faddbc0ba1187876 iproute2-3.0.0.tar.gz
ea1d1f354dfb1bb4be1a981498924a3e iproute2-3.1.0.tar.xz
0b01b0404718d043adf55cfa314c80bd net.iproute2

View File

@ -4,13 +4,13 @@
# Depends on: db iptables
name=iproute2
version=3.0.0
version=3.1.0
release=1
source=(https://github.com/shemminger/iproute2/tarball/v3.0.0/$name-$version.tar.gz \
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz \
net.iproute2)
build() {
cd shemminger-$name-*
cd $name-$version
sed -i "/^CCOPTS/s|-O2|$CFLAGS|" Makefile
./configure
make