aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-04-26 21:29:42 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-04-26 21:29:42 +0200
commitd38d1fcd684270d7cd5ec05eb0407895e145bf26 (patch)
tree13230b2af343f0533233838bc465939210ba9a2b /testing
parente419b010aa4d7ad252605908fc953522408edc7b (diff)
downloadstrongswan-d38d1fcd684270d7cd5ec05eb0407895e145bf26.tar.bz2
strongswan-d38d1fcd684270d7cd5ec05eb0407895e145bf26.tar.xz
Version bump to 5.5.3dr15.5.3dr1
Diffstat (limited to 'testing')
-rw-r--r--testing/testing.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index 1a3097711..cbddb755d 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=4.10.6}
+: ${KERNELVERSION=4.10.12}
: ${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.2}
+: ${SWANVERSION=5.5.3dr1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}