]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.8.3 5.8.3
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 24 Mar 2020 15:01:04 +0000 (16:01 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 24 Mar 2020 15:01:04 +0000 (16:01 +0100)
configure.ac
testing/testing.conf

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