[Lunar-commits] CVS: moonbase/wifi/ipsec-tools BUILD, 1.1,
1.2 DETAILS, 1.2, 1.3
Moritz Heiber
moe at lunar-linux.org
Thu Mar 17 20:52:40 UTC 2005
Update of /var/cvs/lunar/moonbase/wifi/ipsec-tools
In directory espresso.foo-projects.org:/tmp/cvs-serv29029
Modified Files:
BUILD DETAILS
Log Message:
Fix0red! It actually compiles now.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/ipsec-tools/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 27 Jan 2004 11:51:56 -0000 1.1
+++ BUILD 17 Mar 2005 20:52:37 -0000 1.2
@@ -1,11 +1,6 @@
(
- # complains of a "invalid host type"
- # if they are set
- unset CFLAGS CXXFLAGS
+ export CPPFLAGS="$CPPFLAGS -include /usr/include/linux/errno.h"
- ./configure &&
- make &&
- prepare_install &&
- make install
+ default_build
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/ipsec-tools/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 5 Oct 2004 09:30:21 -0000 1.2
+++ DETAILS 17 Mar 2005 20:52:38 -0000 1.3
@@ -1,11 +1,11 @@
MODULE=ipsec-tools
- VERSION=0.2.3
- SOURCE=$MODULE-$VERSION.tar.gz
+ VERSION=0.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=${SFORGE_URL}/ipsec-tools/
- SOURCE_VFY=md5:a228ea06cbbe19958c22bf04eae81948
+ SOURCE_VFY=sha1:d52e75156b89c4a589ef014aaec07d0be2248710
WEB_SITE=http://ipsec-tools.sourceforge.net/
ENTERED=20040127
- UPDATED=20040127
+ UPDATED=20050317
SHORT="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
cat << EOF
User-space IPsec tools for the Linux IPsec implementation. A port of KAME's libipsec, setkey, and racoon to the Linux OS.
More information about the Lunar-commits
mailing list