aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-05-29 12:02:48 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-05-29 12:02:48 +0200
commit65ce7ec0c4b83534f5b01ea0c0d517b8fde0cca4 (patch)
tree6e2d922fbec6a2e092143cb1aed517aca7714cec /testing/testing.conf
parent8622a74292191af784ebaa86b134eaa57a0552c6 (diff)
downloadstrongswan-65ce7ec0c4b83534f5b01ea0c0d517b8fde0cca4.tar.bz2
strongswan-65ce7ec0c4b83534f5b01ea0c0d517b8fde0cca4.tar.xz
Version bump to 5.5.35.5.3
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 547967d99..eeb69ea3d 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=4.11}
+: ${KERNELVERSION=4.10.17}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-4.11}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-4.10}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.5.3dr2}
+: ${SWANVERSION=5.5.3}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}