From 8d7e4dec55aab4d250a0ba9b85c3d2dd6a2a6afa Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 19 Apr 2008 07:57:24 +0000 Subject: [PATCH] updated testing.conf --- testing/INSTALL | 4 ++-- testing/testing.conf | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/testing/INSTALL b/testing/INSTALL index 7326e0d11..5cb5d6f9b 100644 --- a/testing/INSTALL +++ b/testing/INSTALL @@ -67,11 +67,11 @@ are required for the strongSwan testing environment: * A gentoo-based UML file system (compressed size 130 MBytes) found at - http://download.strongswan.org/uml/gentoo-fs-20071108.tar.bz2 + http://download.strongswan.org/uml/gentoo-fs-20080407.tar.bz2 * The latest strongSwan distribution - http://download.strongswan.org/strongswan-4.2.0.tar.gz + http://download.strongswan.org/strongswan-4.2.1.tar.bz2 3. Creating the environment diff --git a/testing/testing.conf b/testing/testing.conf index fd5e7e120..a2b5722d4 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -40,16 +40,17 @@ STRONGSWAN=$UMLTESTDIR/strongswan-4.2.1.tar.bz2 USE_LIBCURL="yes" USE_LDAP="yes" USE_EAP_AKA="yes" +USE EAP_SIM="yes" USE_SQL="yes" USE_MEDIATION="yes" USE_INTEGRITY_TEST="no" USE_LEAK_DETECTIVE="no" # Gentoo linux root filesystem -ROOTFS=$UMLTESTDIR/gentoo-fs-20071108.tar.bz2 +ROOTFS=$UMLTESTDIR/gentoo-fs-20080407.tar.bz2 # Size of the finished root filesystem in MB -ROOTFSSIZE=544 +ROOTFSSIZE=600 # Amount of Memory to use per UML [MB]. # If "auto" is stated 1/12 of total host ram will be used.