From 476200ecc6c957382b9906d0c8f63d96b2a6894b Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 3 Feb 2018 11:05:21 +0100 Subject: [PATCH] Version bump to 5.6.2dr4 --- configure.ac | 2 +- testing/testing.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index d04dbb513..5c838c612 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.6.2dr3]) +AC_INIT([strongSwan],[5.6.2dr4]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects diff --git a/testing/testing.conf b/testing/testing.conf index 71a500f10..f1ea15d88 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,14 +24,14 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=4.13.16} +: ${KERNELVERSION=4.15} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} -: ${KERNELCONFIG=$DIR/../config/kernel/config-4.13} -: ${KERNELPATCH=ha-4.13-abicompat.patch.bz2} +: ${KERNELCONFIG=$DIR/../config/kernel/config-4.15} +: ${KERNELPATCH=ha-4.14-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.6.2dr3} +: ${SWANVERSION=5.6.2dr4} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build}