]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.8.0dr2 5.8.0dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 30 Mar 2019 16:11:34 +0000 (17:11 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 30 Mar 2019 16:11:34 +0000 (17:11 +0100)
configure.ac
testing/testing.conf

index 7e63a5af3fa59614a9fc62ff9ada131f464d38d1..62f8c11e8c63e2834763f12bbd866afc96b36fe4 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.8.0dr1])
+AC_INIT([strongSwan],[5.8.0dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 7e741bea831cf7dafc9bf37046edc00239e16faa..fea909fe615549efbaf7fa4dbc3d1d856879d311 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.0.1}
+: ${KERNELVERSION=5.0.5}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.0}
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.8.0dr1}
+: ${SWANVERSION=5.8.0dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}