aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-06-30 16:18:38 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-06-30 16:20:10 +0200
commitee2644dd3f0d966a8e0de4a79135cd8dac1788cf (patch)
treefaddf1ffa46f2dd278b2cbe4f8f1065294ff2ff4 /testing/testing.conf
parenta8d650103643468ce4bace85c17a2edc1e399bd8 (diff)
downloadstrongswan-ee2644dd3f0d966a8e0de4a79135cd8dac1788cf.tar.bz2
strongswan-ee2644dd3f0d966a8e0de4a79135cd8dac1788cf.tar.xz
testing: Version bump to 4.6.3 kernel and strongSwan 5.5.0
Diffstat (limited to 'testing/testing.conf')
-rw-r--r--testing/testing.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index 0abebe7a9..c82eff256 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=4.5.2}
+: ${KERNELVERSION=4.6.3}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-4.5}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-4.6}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.4.0}
+: ${SWANVERSION=5.5.0}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}