aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-08-10 18:11:53 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-08-10 18:11:53 +0200
commit5afaf0dba2265949477fc74ccf7fa3bd3891f9f0 (patch)
tree881e9b841593e5d2d95287aade463ed4ffd999ce /testing/testing.conf
parent53332c93901252800418a7383a5bcab89e6eaea0 (diff)
downloadstrongswan-5afaf0dba2265949477fc74ccf7fa3bd3891f9f0.tar.bz2
strongswan-5afaf0dba2265949477fc74ccf7fa3bd3891f9f0.tar.xz
Version bump to 5.5.1dr15.5.1dr1
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 ee403435a..c5fff053b 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=4.6.4}
+: ${KERNELVERSION=4.7}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-4.6}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-4.7}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.5.0}
+: ${SWANVERSION=5.5.1dr1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}