diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-08-27 12:01:57 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-08-27 12:01:57 +0000 |
commit | a9bb69c8a8e98a5cce1392432544c1027f6f7416 (patch) | |
tree | a5b93ab5745fd05275561af87b59226242151aca /testing | |
parent | 609166f49f4e6aa8968a644a63762cc2e2bfd1bf (diff) | |
download | strongswan-a9bb69c8a8e98a5cce1392432544c1027f6f7416.tar.bz2 strongswan-a9bb69c8a8e98a5cce1392432544c1027f6f7416.tar.xz |
version bump to 4.2.7
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/testing.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 4236a6c3d..b262151d6 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.26.tar.bz2 +KERNEL=$UMLTESTDIR/linux-2.6.26.3.tar.bz2 # Extract kernel version KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` @@ -33,7 +33,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.26 UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.2.6.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-4.2.7.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" |