diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-06 12:05:42 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-06 12:05:42 +0000 |
commit | babaaa3c1108e4342977f2e5ba1ac94839dcc9af (patch) | |
tree | d79d0bb0f1ded88499c4e069b91e0b2dc63452be /testing/testing.conf | |
parent | a9184df36b641aa73959125548144d6deb067b29 (diff) | |
download | strongswan-babaaa3c1108e4342977f2e5ba1ac94839dcc9af.tar.bz2 strongswan-babaaa3c1108e4342977f2e5ba1ac94839dcc9af.tar.xz |
support of SQL databases in UML scenarios
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 884b2616a..fd5e7e120 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -21,7 +21,7 @@ UMLTESTDIR=~/strongswan-testing # Bzipped kernel sources # (file extension .tar.bz2 required) -KERNEL=$UMLTESTDIR/linux-2.6.24.2.tar.bz2 +KERNEL=$UMLTESTDIR/linux-2.6.24.4.tar.bz2 # Extract kernel version KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` @@ -34,12 +34,13 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.24 #UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.2.0.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-4.2.1.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" USE_LDAP="yes" USE_EAP_AKA="yes" +USE_SQL="yes" USE_MEDIATION="yes" USE_INTEGRITY_TEST="no" USE_LEAK_DETECTIVE="no" |