]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.2dr4 5.6.2dr4
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 3 Feb 2018 10:05:21 +0000 (11:05 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 3 Feb 2018 10:05:21 +0000 (11:05 +0100)
configure.ac
testing/testing.conf

index d04dbb513ae201cc4cbfb5f39e91baecac54c917..5c838c6120d9ee479aa1cd58765408f572b2b558 100644 (file)
@@ -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
index 71a500f10d2670cec3074f6385ba01430745988e..f1ea15d8852bf60f0156a7711dc1b65b7291899d 100644 (file)
@@ -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}