]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.8.2rc1 5.8.2rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 7 Dec 2019 22:06:22 +0000 (23:06 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 7 Dec 2019 22:06:22 +0000 (23:06 +0100)
configure.ac
testing/testing.conf

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