]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.8.1 5.8.1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 2 Sep 2019 12:39:16 +0000 (14:39 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 2 Sep 2019 12:39:16 +0000 (14:39 +0200)
configure.ac
testing/testing.conf

index e5e98d359fe34547681067698da78aacff775139..6a20ce6911f85ebe63ec9fc5eb9cd2ba3ddd431f 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.8.1rc2])
+AC_INIT([strongSwan],[5.8.1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 2532697bb3b9cd89cf88e9f86751fee2981a4571..5f77a075c105bd1409ce00f92c55028bc0ad0bd0 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.2.10}
+: ${KERNELVERSION=5.2.11}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-5.1}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-5.2}
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.8.1rc2}
+: ${SWANVERSION=5.8.1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}