aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-08-25 07:30:29 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-08-25 07:30:29 +0000
commit8ae6a48f94d8d4c7fd5ecc7125895fcc30d9a331 (patch)
treee9cd8fbd647b34e377dca98212fb8530b7c511cc /testing/testing.conf
parentb425d99867d7cb30936baceb6f92e95271d27bee (diff)
downloadstrongswan-8ae6a48f94d8d4c7fd5ecc7125895fcc30d9a331.tar.bz2
strongswan-8ae6a48f94d8d4c7fd5ecc7125895fcc30d9a331.tar.xz
version bumps
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index 0ea02d8b5..8ea75432c 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.17.3.tar.bz2
+KERNEL=$UMLTESTDIR/linux-2.6.17.7.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
@@ -34,7 +34,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.17
UMLPATCH=
# Bzipped source of strongSwan
-STRONGSWAN=$UMLTESTDIR/strongswan-4.0.2.tar.bz2
+STRONGSWAN=$UMLTESTDIR/strongswan-4.0.3.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"