diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/INSTALL | 2 | ||||
-rwxr-xr-x | testing/testing.conf | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/INSTALL b/testing/INSTALL index 6b995441b..9ca87cca6 100644 --- a/testing/INSTALL +++ b/testing/INSTALL @@ -71,7 +71,7 @@ are required for the strongSwan testing environment: * The latest strongSwan distribution - http://download.strongswan.org/strongswan-4.2.3.tar.bz2 + http://download.strongswan.org/strongswan-4.2.4.tar.bz2 3. Creating the environment diff --git a/testing/testing.conf b/testing/testing.conf index 31dba70e9..f47944c2d 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -34,13 +34,14 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.26 #UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.2.3.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-4.2.4.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" USE_LDAP="yes" USE_EAP_AKA="yes" USE EAP_SIM="yes" +USE_EAP_MD5="yes" USE_SQL="yes" USE_MEDIATION="yes" USE_INTEGRITY_TEST="no" |