]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.9rc2 5.9.9rc2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 23 Dec 2022 10:19:06 +0000 (11:19 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 23 Dec 2022 10:19:06 +0000 (11:19 +0100)
configure.ac
testing/testing.conf

index f97c30029c046089348bf9f34d93de24059a9b33..7ebaca2a13972d2df43e63e2d36dbaa1ae708ec9 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.9rc1])
+AC_INIT([strongSwan],[5.9.9rc2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 75ebfaf7fe089d0483071553ac3a6e926974c143..cfdb382664192db9c1497ceaef65a2ac7a7ca981 100644 (file)
@@ -27,11 +27,11 @@ fi
 : ${KERNELVERSION=6.1.1}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-6.0}
-: ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-6.1}
+: ${KERNELPATCH=ha-6.1-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.9rc1}
+: ${SWANVERSION=5.9.9rc2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}