From c3c7405bc2d3a028f7f8e28ca71e99ff36d97d5d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 12 Oct 2022 17:03:59 +0200 Subject: [PATCH] Version bump to 6.0dr18 --- configure.ac | 2 +- testing/testing.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index adedbda543..2cad9f9128 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/testing/testing.conf b/testing/testing.conf index 93c84813b3..981aa1e061 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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} -- 2.47.2