aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-10-31 09:42:15 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-10-31 09:42:15 +0100
commitc501c78c5f96a555dec0c580c524b73d50cb6830 (patch)
tree14d88b3955be9aa4f75fed59dde5581e5be11170 /testing/testing.conf
parent6d18e23e9f2940b3530b39ac72936981d2b5f559 (diff)
downloadstrongswan-c501c78c5f96a555dec0c580c524b73d50cb6830.tar.bz2
strongswan-c501c78c5f96a555dec0c580c524b73d50cb6830.tar.xz
Version bump to 5.1.1
Diffstat (limited to 'testing/testing.conf')
-rw-r--r--testing/testing.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index 1e691f8cd..21055b85a 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=3.8.1}
+: ${KERNELVERSION=3.11.6}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.bz2}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-3.8}
-: ${KERNELPATCH=ha-3.8-abicompat.patch.bz2}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-3.11}
+: ${KERNELPATCH=ha-3.11-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.0.3}
+: ${SWANVERSION=5.1.1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}