[Lunar-commits] CVS: moonbase/net/iproute2 DETAILS, 1.5, 1.6 BUILD,
1.6, 1.7
nestu at lunar-linux.org
nestu at lunar-linux.org
Mon Sep 6 07:50:25 UTC 2004
Update of /var/cvs/lunar/moonbase/net/iproute2
In directory espresso.lunar-linux.org:/tmp/cvs-serv9718
Modified Files:
DETAILS BUILD
Log Message:
Version bump: 2.4.7-now-ss010824 -> 2.6.9-ss040831. Tested with:
* gcc 3.3.3, glibc 2.3.2, headers 2.6.8.1
* gcc 3.3.3, glibc 2.3.3, headers 2.4.25
* gcc 3.4.1, glibc 2.3.3-cvs, headers 2.6.8.1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iproute2/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 11 Oct 2003 22:51:47 -0000 1.5
+++ DETAILS 6 Sep 2004 07:50:23 -0000 1.6
@@ -1,32 +1,13 @@
MODULE=iproute2
- VERSION=2.4.7-now-ss010824
+ MAJOR=2.6.9
+ MINOR=ss040831
+ VERSION=$MAJOR-$MINOR
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-toc.html
- SOURCE3=iproute2-2.2.4-docmake.patch
- SOURCE4=iproute2-2.4.7-config.patch
- SOURCE5=iproute2-2.4.7-crosscompile.patch
- SOURCE6=iproute2-2.4.7-hex.patch
- SOURCE7=iproute2-2.4.7-htb3-tc.patch
- SOURCE8=iproute2-config.patch
- SOURCE9=iproute2-in_port_t.patch
- SOURCE10=iproute2-makefile.patch
- SOURCE11=iproute2-misc.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=http://www.shorewall.net/pub/shorewall/iproute/$SOURCE
- SOURCE_URL[1]=ftp://ftp.inr.ac.ru/ip-routing/$SOURCE
- SOURCE2_URL[0]=http://www.linuxgrill.com/$SOURCE2
- SOURCE3_URL[0]=$PATCH_URL/$SOURCE3
- SOURCE4_URL[0]=$PATCH_URL/$SOURCE4
- SOURCE5_URL[0]=$PATCH_URL/$SOURCE5
- SOURCE6_URL[0]=$PATCH_URL/$SOURCE6
- SOURCE7_URL[0]=$PATCH_URL/$SOURCE7
- SOURCE8_URL[0]=$PATCH_URL/$SOURCE8
- SOURCE9_URL[0]=$PATCH_URL/$SOURCE9
- SOURCE10_URL[0]=$PATCH_URL/$SOURCE10
- SOURCE11_URL[0]=$PATCH_URL/$SOURCE11
- WEB_SITE=http://lartc.org/howto/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MAJOR
+ SOURCE_URL=http://developer.osdl.org/dev/iproute2/download/
+ WEB_SITE=http://developer.osdl.org/dev/iproute2
ENTERED=20021106
- UPDATED=20031011
+ UPDATED=20040904
SHORT="Professional tools to control networking in Linux kernels."
cat << EOF
Most Linux distributions, and most UNIX's, currently use the venerable arp,
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iproute2/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD 9 Dec 2003 19:51:39 -0000 1.6
+++ BUILD 6 Sep 2004 07:50:23 -0000 1.7
@@ -1,21 +1,13 @@
(
- patch_it $SOURCE_CACHE/$SOURCE3 1
- patch_it $SOURCE_CACHE/$SOURCE4 1
- patch_it $SOURCE_CACHE/$SOURCE5 1
- patch_it $SOURCE_CACHE/$SOURCE6 1
- patch_it $SOURCE_CACHE/$SOURCE7 1
- patch_it $SOURCE_CACHE/$SOURCE8 1
- patch_it $SOURCE_CACHE/$SOURCE9 1
- patch_it $SOURCE_CACHE/$SOURCE10 1
- patch_it $SOURCE_CACHE/$SOURCE11 1
- make &&
+
+ ./configure &&
+ KERNEL_INCLUDE=/usr/include/ make &&
prepare_install &&
cp -r etc/iproute2 /etc/iproute2 &&
cp tc/tc /sbin &&
cd ip &&
- cp ifcfg ip routef routel rtacct rtmon rtpr /sbin &&
- mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
- cp $SOURCE_CACHE/$SOURCE2 $DOCUMENT_DIRECTORY/$MODULE
+ cp ifcfg ip routef routel rtmon rtpr /sbin
) > $C_FIFO 2>&1
+
More information about the Lunar-commits
mailing list