aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-01-29 07:47:31 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-01-29 07:47:31 +0000
commit85657c7bd376c5b83467f0a199b3e765b6d4fb73 (patch)
tree6d47d172ba9bdc522fcc3e7bceef839f89fc9d87
parentc796659f23efef7eee6d1e89ae560683ffa6cdcf (diff)
downloadstrongswan-85657c7bd376c5b83467f0a199b3e765b6d4fb73.tar.bz2
strongswan-85657c7bd376c5b83467f0a199b3e765b6d4fb73.tar.xz
version bump
-rwxr-xr-xtesting/testing.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index b4dc920aa..5f404727d 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -21,7 +21,7 @@ UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
-KERNEL=$UMLTESTDIR/linux-2.6.18.1.tar.bz2
+KERNEL=$UMLTESTDIR/linux-2.6.18.3.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
@@ -33,7 +33,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.18
UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2
# Bzipped source of strongSwan
-STRONGSWAN=$UMLTESTDIR/strongswan-4.0.5.tar.bz2
+STRONGSWAN=$UMLTESTDIR/strongswan-4.0.7.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"