[Lunar-commits]
CVS: moonbase/net/iproute2 DETAILS, 1.9, 1.10 BUILD, 1.9, 1.10
Jaime Buffery
nestu at lunar-linux.org
Wed Feb 9 20:21:47 UTC 2005
Update of /var/cvs/lunar/moonbase/net/iproute2
In directory espresso.foo-projects.org:/tmp/cvs-serv19145
Modified Files:
DETAILS BUILD
Log Message:
2.6.10-ss050112 -> 2.6.10-ss050124.
* gcc 3.3.3, glibc 2.3.2, header 2.6.10.0
* gcc 3.3.3, glibc 2.3.3, header 2.4.X
* gcc 3.4.3, glibc 2.3.4, headers 2.6.10.0
Two patches have been added:
* iproute2-iptunnel-lunar.patch, to fix 2.6 compatibilty (backwards compatible)
* iproute2-Makefile.patch, to fix the braindead makefile, that tried to strip bash scripts.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iproute2/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS 20 Jan 2005 21:15:44 -0000 1.9
+++ DETAILS 9 Feb 2005 20:21:45 -0000 1.10
@@ -1,20 +1,26 @@
MODULE=iproute2
MAJOR=2.6.10
- MINOR=ss050112
- VERSION=${MAJOR}-${MINOR}
+ MINOR=050124
+ VERSION=${MAJOR}-ss${MINOR}
SOURCE=${MODULE}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE}-${VERSION}
+ SOURCE2=iproute2-iptunnel-lunar.patch
+ SOURCE3=iproute2-Makefile.patch
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE}-${MINOR}
SOURCE_URL=http://developer.osdl.org/dev/iproute2/download/
- SOURCE_VFY=sha1:1c2f24c27487cd0901bb76a7b736a90cb79d6c97
+ SOURCE2_URL=${PATCH_URL}/
+ SOURCE3_URL=${PATCH_URL}/
+ SOURCE_VFY=sha1:3b10ea57395de46355300e3af567739a2102f29a
+ SOURCE2_VFY=sha1:42ce2faed1782ec47afef27949f793316a4cf833
+ SOURCE3_VFY=sha1:c35fc2b6fe4abbd21dcd9c137a3564bd27897588
WEB_SITE=http://developer.osdl.org/dev/iproute2
ENTERED=20021106
- UPDATED=20050120
+ UPDATED=20050209
SHORT="Professional tools to control networking in Linux kernels."
+
cat << EOF
Most Linux distributions, and most UNIX's, currently use the venerable arp,
ifconfig and route commands. While these tools work, they show some
unexpected behaviour under Linux 2.2 and up. For example, GRE tunnels are an
integral part of routing these days, but require completely different tools.
-
With iproute2, tunnels are an integral part of the tool set.
EOF
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iproute2/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD 20 Jan 2005 21:15:44 -0000 1.9
+++ BUILD 9 Feb 2005 20:21:45 -0000 1.10
@@ -1,4 +1,8 @@
(
+ patch_it $SOURCE2 0
+ patch_it $SOURCE3 0
+
+ sedit 's at linux/socket.h at sys/socket.h@' include/linux/netlink.h
./configure &&
KERNEL_INCLUDE=/usr/include/ make SBINDIR=/sbin &&
More information about the Lunar-commits
mailing list