aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-10-11 19:21:36 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-10-11 19:21:36 +0200
commita617223ed5f2763705f98164ebe15dc3421f95e5 (patch)
tree6b8f2e5121e3c33e998c670b04ab8fe82e62c10a /testing/testing.conf
parent8a56405a82ebe7de4c470bd362db565e26f4fec1 (diff)
downloadstrongswan-a617223ed5f2763705f98164ebe15dc3421f95e5.tar.bz2
strongswan-a617223ed5f2763705f98164ebe15dc3421f95e5.tar.xz
Version bump to 5.5.1rc15.5.1rc1
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 b992c3aba..1ce59746b 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=4.7.4}
+: ${KERNELVERSION=4.8.1}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-4.7}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-4.8}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.5.1dr5}
+: ${SWANVERSION=5.5.1rc1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}