From: Andreas Steffen Date: Wed, 2 May 2012 20:53:11 +0000 (+0200) Subject: updated testing.conf for 5.0.0 X-Git-Tag: 5.0.0~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c5873d4483f3e3078b6ae7a6fd829b4304677ee;p=thirdparty%2Fstrongswan.git updated testing.conf for 5.0.0 --- diff --git a/testing/testing.conf b/testing/testing.conf index 80cee18ac4..228c9cfebe 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -19,7 +19,7 @@ UMLTESTDIR=~/strongswan-testing # Bzipped kernel sources # (file extension .tar.bz2 required) -KERNEL=$UMLTESTDIR/linux-3.3.2.tar.bz2 +KERNEL=$UMLTESTDIR/linux-3.3.4.tar.bz2 # Extract kernel version KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` @@ -31,7 +31,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-3.3 UMLPATCH=$UMLTESTDIR/ha-3.0.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.6.3.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-5.0.0.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" @@ -64,7 +64,7 @@ USE_OPENSSL="yes" USE_BLOWFISH="yes" USE_KERNEL_PFKEY="yes" USE_INTEGRITY_TEST="yes" -USE_LEAK_DETECTIVE="no" +USE_LEAK_DETECTIVE="yes" USE_LOAD_TESTER="yes" USE_TEST_VECTORS="yes" USE_GCRYPT="yes" @@ -78,8 +78,10 @@ USE_CCM="yes" USE_GCM="yes" USE_CMAC="yes" USE_HA="yes" +USE_PLUTO="yes" USE_AF_ALG="yes" USE_WHITELIST="yes" +USE_XAUTH_GENERIC="yes" USE_PKCS8="yes" USE_IFMAP="no" USE_CISCO_QUIRKS="no"