]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.4rc1 5.9.4rc1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 12 Oct 2021 06:54:03 +0000 (08:54 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 12 Oct 2021 06:54:03 +0000 (08:54 +0200)
configure.ac
testing/testing.conf

index 82f5bcaeb9e2adbe04dcb6fff7533127b23244da..47df6601d4ccd2dcd0d06456c113e91e2abe63e8 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.4dr3])
+AC_INIT([strongSwan],[5.9.4rc1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index dbc02e8f4355751d163189797dd815181dd445a0..dbced0785a2eeb390fb643bd4d334b9ef7593088 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.14.9}
+: ${KERNELVERSION=5.14.11}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.14}
 : ${KERNELPATCH=ha-5.14-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.4dr3}
+: ${SWANVERSION=5.9.4rc1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}