updated testing.conf for 5.0.0
This commit is contained in:
@@ -19,7 +19,7 @@ UMLTESTDIR=~/strongswan-testing
|
|||||||
|
|
||||||
# Bzipped kernel sources
|
# Bzipped kernel sources
|
||||||
# (file extension .tar.bz2 required)
|
# (file extension .tar.bz2 required)
|
||||||
KERNEL=$UMLTESTDIR/linux-3.3.2.tar.bz2
|
KERNEL=$UMLTESTDIR/linux-3.3.4.tar.bz2
|
||||||
|
|
||||||
# Extract kernel version
|
# Extract kernel version
|
||||||
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
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
|
UMLPATCH=$UMLTESTDIR/ha-3.0.patch.bz2
|
||||||
|
|
||||||
# Bzipped source of strongSwan
|
# 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")
|
# strongSwan compile options (use "yes" or "no")
|
||||||
USE_LIBCURL="yes"
|
USE_LIBCURL="yes"
|
||||||
@@ -64,7 +64,7 @@ USE_OPENSSL="yes"
|
|||||||
USE_BLOWFISH="yes"
|
USE_BLOWFISH="yes"
|
||||||
USE_KERNEL_PFKEY="yes"
|
USE_KERNEL_PFKEY="yes"
|
||||||
USE_INTEGRITY_TEST="yes"
|
USE_INTEGRITY_TEST="yes"
|
||||||
USE_LEAK_DETECTIVE="no"
|
USE_LEAK_DETECTIVE="yes"
|
||||||
USE_LOAD_TESTER="yes"
|
USE_LOAD_TESTER="yes"
|
||||||
USE_TEST_VECTORS="yes"
|
USE_TEST_VECTORS="yes"
|
||||||
USE_GCRYPT="yes"
|
USE_GCRYPT="yes"
|
||||||
@@ -78,8 +78,10 @@ USE_CCM="yes"
|
|||||||
USE_GCM="yes"
|
USE_GCM="yes"
|
||||||
USE_CMAC="yes"
|
USE_CMAC="yes"
|
||||||
USE_HA="yes"
|
USE_HA="yes"
|
||||||
|
USE_PLUTO="yes"
|
||||||
USE_AF_ALG="yes"
|
USE_AF_ALG="yes"
|
||||||
USE_WHITELIST="yes"
|
USE_WHITELIST="yes"
|
||||||
|
USE_XAUTH_GENERIC="yes"
|
||||||
USE_PKCS8="yes"
|
USE_PKCS8="yes"
|
||||||
USE_IFMAP="no"
|
USE_IFMAP="no"
|
||||||
USE_CISCO_QUIRKS="no"
|
USE_CISCO_QUIRKS="no"
|
||||||
|
|||||||
Reference in New Issue
Block a user