]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.7rc1 5.9.7rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 23 Jul 2022 12:38:36 +0000 (14:38 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 23 Jul 2022 12:38:36 +0000 (14:38 +0200)
configure.ac
testing/testing.conf

index cd54054d911bb692ac3acbb4e01e938bf60e7621..79de27f5bf46900650450e57b23ffca0aaeff24f 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.7dr2])
+AC_INIT([strongSwan],[5.9.7rc1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index fec429ce70d6f3e161539b2daa9dcba95f039677..700aaf262a57bd8356b3bcb4dc7abec557e7d144 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.18.7}
+: ${KERNELVERSION=5.18.13}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.18}
 : ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.7dr2}
+: ${SWANVERSION=5.9.7rc1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}