From: Tobias Brunner Date: Wed, 7 Mar 2018 16:16:54 +0000 (+0100) Subject: testing: Use a HA patch that's actually compatible with 4.15 kernels X-Git-Tag: 5.6.3dr1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e860ea347abe92178c2324aa2d884703a551c9;p=thirdparty%2Fstrongswan.git testing: Use a HA patch that's actually compatible with 4.15 kernels --- diff --git a/testing/testing.conf b/testing/testing.conf index 595fd96672..10e1819a73 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,11 +24,11 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=4.15} +: ${KERNELVERSION=4.15.7} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} : ${KERNELCONFIG=$DIR/../config/kernel/config-4.15} -: ${KERNELPATCH=ha-4.14-abicompat.patch.bz2} +: ${KERNELPATCH=ha-4.15-abicompat.patch.bz2} # strongSwan version used in tests : ${SWANVERSION=5.6.2}