]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.6.3dr1 5.6.3dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 19 Apr 2018 14:34:06 +0000 (16:34 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 19 Apr 2018 14:34:06 +0000 (16:34 +0200)
configure.ac
testing/testing.conf

index ae04fc87c751956504ae9432d116a6bab79b3a49..88abe7f2ddb31d0bc2c18b7309923c2023fb0bcd 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.6.2])
+AC_INIT([strongSwan],[5.6.3dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 83988c187acdcb6efa544825aa6f48956b6faba8..26ae25b570113eb70aafc97e2eb8fb76c73e242c 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=4.15.7}
+: ${KERNELVERSION=4.15.18}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-4.15}
 : ${KERNELPATCH=ha-4.15.6-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.6.2}
+: ${SWANVERSION=5.6.3dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}