summaryrefslogtreecommitdiff
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2009-02-28 22:02:31 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2009-02-28 22:02:31 +0000
commit19364e11c66714324bd3d5d0dc9212db397085cb (patch)
treefe7f5e55f0474dad1d0c29ba7c0a6f4546c99c3a /testing/testing.conf
parentc7f1b0530b85bc7654e68992f25ed8ced5d0a80d (diff)
downloadvyos-strongswan-19364e11c66714324bd3d5d0dc9212db397085cb.tar.gz
vyos-strongswan-19364e11c66714324bd3d5d0dc9212db397085cb.zip
[svn-upgrade] Integrating new upstream version, strongswan (4.2.12)
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf15
1 files changed, 8 insertions, 7 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index fdfab383a..5871734d2 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -14,26 +14,26 @@
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
-# RCSID $Id: testing.conf 4442 2008-10-15 00:22:51Z andreas $
+# RCSID $Id: testing.conf 4889 2009-02-19 22:02:28Z andreas $
# Root directory of testing
UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
-KERNEL=$UMLTESTDIR/linux-2.6.27.tar.bz2
+KERNEL=$UMLTESTDIR/linux-2.6.28.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
# Kernel configuration file
-KERNELCONFIG=$UMLTESTDIR/.config-2.6.27
+KERNELCONFIG=$UMLTESTDIR/.config-2.6.28
# Bzipped uml patch for kernel
-UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
+#UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
# Bzipped source of strongSwan
-STRONGSWAN=$UMLTESTDIR/strongswan-4.2.9.tar.bz2
+STRONGSWAN=$UMLTESTDIR/strongswan-4.2.12.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"
@@ -41,13 +41,14 @@ USE_LDAP="yes"
USE_EAP_AKA="yes"
USE_EAP_SIM="yes"
USE_EAP_MD5="yes"
+USE_EAP_MSCHAPV2="yes"
USE_EAP_IDENTITY="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"
USE_KERNEL_PFKEY="yes"
-USE_INTEGRITY_TEST="no"
-USE_LEAK_DETECTIVE="no"
+USE_INTEGRITY_TEST="yes"
+USE_LEAK_DETECTIVE="yes"
# Gentoo linux root filesystem
ROOTFS=$UMLTESTDIR/gentoo-fs-20080407.tar.bz2