]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 6.0dr18 ikev2-qske-multi-ke 6.0dr18
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 12 Oct 2022 15:03:59 +0000 (17:03 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 12 Oct 2022 15:03:59 +0000 (17:03 +0200)
configure.ac
testing/testing.conf

index adedbda543c1e7bf88375599ad2a9e93d34645e9..2cad9f91284842f7a17a5a159b732c0b9c64ba60 100644 (file)
@@ -20,7 +20,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[6.0dr17])
+AC_INIT([strongSwan],[6.0dr18])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 93c84813b36158232bd91f209a28b27fe6ddfdac..981aa1e061885143084bace6e01a65d9f9231fb5 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=6.0}
+: ${KERNELVERSION=6.0.1}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
-: ${KERNELCONFIG=$DIR/../config/kernel/config-5.19}
+: ${KERNELCONFIG=$DIR/../config/kernel/config-6.0}
 : ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=6.0dr17}
+: ${SWANVERSION=6.0dr18}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}