]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.7.2rc1 5.7.2rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 19 Dec 2018 12:21:48 +0000 (13:21 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 19 Dec 2018 12:21:48 +0000 (13:21 +0100)
configure.ac
testing/testing.conf

index 81aa4e5ab99de3e9c8dc6f1e5d59a4088cb73f86..1f1a3b260a16a8eb53b21ff1af0ffecf4646b854 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.7.2dr4])
+AC_INIT([strongSwan],[5.7.2rc1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 753e982d63f51726325a16d0e8416f96fc495f4e..14b604f887a4e154d59e5739cdb301948ec50597 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=4.19.8}
+: ${KERNELVERSION=4.19.10}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-4.19}
 : ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.7.2dr4}
+: ${SWANVERSION=5.7.2rc1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}