aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-03-21 09:09:43 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-03-21 09:09:43 +0100
commit7c672e6118e208dd82581b66f51db41d5e3564ee (patch)
treed66ea9f31ba9e916e25a66b44529dc5868f21928 /testing/testing.conf
parent1732ca7b5be1f06f8b8044e5294ab0720d7980be (diff)
downloadstrongswan-7c672e6118e208dd82581b66f51db41d5e3564ee.tar.bz2
strongswan-7c672e6118e208dd82581b66f51db41d5e3564ee.tar.xz
Version bump to 5.2.2rc15.5.2rc1
Diffstat (limited to 'testing/testing.conf')
-rw-r--r--testing/testing.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index af11d3cfc..64e7eb28c 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=4.10}
+: ${KERNELVERSION=4.10.4}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.10}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.5.2dr7}
+: ${SWANVERSION=5.5.2rc1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}