diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-02-29 15:51:16 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-02-29 15:51:16 +0000 |
commit | a983ce889a86dcf446aefd7644dd8a192dfaf310 (patch) | |
tree | 4ed35c7d59d75e98e96cc645cf4a12a5cd9e4de9 | |
parent | b48bdac20bdd55df297ea575a5bd9c79bdf35f0d (diff) | |
download | strongswan-a983ce889a86dcf446aefd7644dd8a192dfaf310.tar.bz2 strongswan-a983ce889a86dcf446aefd7644dd8a192dfaf310.tar.xz |
version bumps
-rwxr-xr-x | testing/testing.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 7665f877a..01480f968 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -21,20 +21,20 @@ UMLTESTDIR=~/strongswan-testing # Bzipped kernel sources # (file extension .tar.bz2 required) -KERNEL=$UMLTESTDIR/linux-2.6.23.11.tar.bz2 +KERNEL=$UMLTESTDIR/linux-2.6.24.2.tar.bz2 # Extract kernel version KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` # Kernel configuration file -KERNELCONFIG=$UMLTESTDIR/.config-2.6.23 +KERNELCONFIG=$UMLTESTDIR/.config-2.6.24 # Bzipped uml patch for kernel # (not needed anymore for 2.6.9 kernel or higher) #UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.1.10.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-4.2.0.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" |