aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-09-01 17:29:30 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-09-01 17:29:30 +0200
commit57eb3b2b25ecb8cfc22b697e06906d13d3dd595c (patch)
treeca58064f1ea5ac68825f68b8d6052247f96cf6bb /testing/testing.conf
parent01604016f75ea1bee2d6f15f7df0ad5209306e14 (diff)
downloadstrongswan-57eb3b2b25ecb8cfc22b697e06906d13d3dd595c.tar.bz2
strongswan-57eb3b2b25ecb8cfc22b697e06906d13d3dd595c.tar.xz
testing: update to Linux 4.2 kernel
Diffstat (limited to 'testing/testing.conf')
-rw-r--r--testing/testing.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index 737bcae23..dedc3310f 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
-: ${KERNELVERSION=4.0}
+: ${KERNELVERSION=4.2}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-4.0}
-: ${KERNELPATCH=ha-3.18-abicompat.patch.bz2}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-4.2}
+: ${KERNELPATCH=ha-4.2-abicompat.patch.bz2}
# strongSwan version used in tests
-: ${SWANVERSION=5.3.1}
+: ${SWANVERSION=5.3.3}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}