aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-09-21 14:14:42 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-09-21 14:14:42 +0200
commite31ed9ab9899c3d6d36b6a047e5f51b5ec445eaf (patch)
tree0eb9936c9273fc0e3c0ecebb34ba99f36f9e8ef4 /testing/testing.conf
parent188b190a70c9e730bfa9f6edb836252832e2880b (diff)
downloadstrongswan-5.5.1dr4.tar.bz2
strongswan-5.5.1dr4.tar.xz
Version bump to 5.5.1dr45.5.1dr4
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 c27dbfbb8..deccd6512 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=4.7.2}
+: ${KERNELVERSION=4.7.4}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.7}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.5.1dr2}
+: ${SWANVERSION=5.5.1dr4}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}