summaryrefslogtreecommitdiff
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2008-12-05 16:44:41 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2008-12-05 16:44:41 +0000
commit2db1ef4ac8928944958712923b9c89c263a337d2 (patch)
tree700043d9d97b7e7ba344b448918728af0a8be8d1 /testing/testing.conf
parent5dc75410286b0e3a16845b44dd696ba0f40df573 (diff)
downloadvyos-strongswan-2db1ef4ac8928944958712923b9c89c263a337d2.tar.gz
vyos-strongswan-2db1ef4ac8928944958712923b9c89c263a337d2.zip
- Updated to new upstream.
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index e5af9174c..fdfab383a 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -14,7 +14,7 @@
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
-# RCSID $Id: testing.conf 4417 2008-10-13 00:09:44Z andreas $
+# RCSID $Id: testing.conf 4442 2008-10-15 00:22:51Z andreas $
# Root directory of testing
UMLTESTDIR=~/strongswan-testing
@@ -27,13 +27,13 @@ KERNEL=$UMLTESTDIR/linux-2.6.27.tar.bz2
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
# Kernel configuration file
-KERNELCONFIG=$UMLTESTDIR/.config-2.6.26
+KERNELCONFIG=$UMLTESTDIR/.config-2.6.27
# Bzipped uml patch for kernel
UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
# Bzipped source of strongSwan
-STRONGSWAN=$UMLTESTDIR/strongswan-4.2.8.tar.bz2
+STRONGSWAN=$UMLTESTDIR/strongswan-4.2.9.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"
@@ -45,7 +45,7 @@ USE_EAP_IDENTITY="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_OPENSSL="yes"
-USE_KERNEL_PFKEY="no"
+USE_KERNEL_PFKEY="yes"
USE_INTEGRITY_TEST="no"
USE_LEAK_DETECTIVE="no"