]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Version bump to 5.9.0rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 21 Jul 2020 20:43:36 +0000 (22:43 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 21 Jul 2020 20:43:36 +0000 (22:43 +0200)
configure.ac
testing/testing.conf

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