]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.8.0 5.8.0
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 20 May 2019 10:31:08 +0000 (12:31 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 20 May 2019 10:31:08 +0000 (12:31 +0200)
configure.ac
testing/testing.conf

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