aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-10-29 09:30:57 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-10-29 09:30:57 +0200
commit77255f477cd4ef3eebf98234f77f97d87c7c9a61 (patch)
tree43f0d43e9489429c542c7951d83b28580b2e3c42 /testing/testing.conf
parent327aa0c0120feef11c5a4bdba77a7d26875c9e60 (diff)
downloadstrongswan-77255f477cd4ef3eebf98234f77f97d87c7c9a61.tar.bz2
strongswan-77255f477cd4ef3eebf98234f77f97d87c7c9a61.tar.xz
version bump to 4.5.1
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 b9cb4bb30..83cf3570a 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -19,19 +19,19 @@ UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
-KERNEL=$UMLTESTDIR/linux-2.6.35.2.tar.bz2
+KERNEL=$UMLTESTDIR/linux-2.6.36.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
# Kernel configuration file
-KERNELCONFIG=$UMLTESTDIR/.config-2.6.35
+KERNELCONFIG=$UMLTESTDIR/.config-2.6.36
# Bzipped uml patch for kernel
#UMLPATCH=$UMLTESTDIR/xfrm_mark.patch.bz2
# Bzipped source of strongSwan
-STRONGSWAN=$UMLTESTDIR/strongswan-4.4.2.tar.bz2
+STRONGSWAN=$UMLTESTDIR/strongswan-4.5.1.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"
@@ -68,7 +68,7 @@ USE_CCM="yes"
USE_GCM="yes"
# Gentoo linux root filesystem
-ROOTFS=$UMLTESTDIR/gentoo-fs-20100805.tar.bz2
+ROOTFS=$UMLTESTDIR/gentoo-fs-20100830.tar.bz2
# Size of the finished root filesystem in MB
ROOTFSSIZE=700