From: Andreas Steffen Date: Sat, 3 Feb 2018 10:05:21 +0000 (+0100) Subject: Version bump to 5.6.2dr4 X-Git-Tag: 5.6.2dr4^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=476200ecc6c957382b9906d0c8f63d96b2a6894b;p=thirdparty%2Fstrongswan.git Version bump to 5.6.2dr4 --- diff --git a/configure.ac b/configure.ac index d04dbb513a..5c838c6120 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 71a500f10d..f1ea15d885 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}