From: Andreas Steffen Date: Mon, 2 Sep 2019 12:39:16 +0000 (+0200) Subject: Version bump to 5.8.1 X-Git-Tag: 5.8.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e38151b30a8f4ea0a3f5227d6dbedd7cb5338dc;p=thirdparty%2Fstrongswan.git Version bump to 5.8.1 --- diff --git a/configure.ac b/configure.ac index e5e98d359f..6a20ce6911 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.8.1rc2]) +AC_INIT([strongSwan],[5.8.1]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects diff --git a/testing/testing.conf b/testing/testing.conf index 2532697bb3..5f77a075c1 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,14 +24,14 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=5.2.10} +: ${KERNELVERSION=5.2.11} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} -: ${KERNELCONFIG=$DIR/../config/kernel/config-5.1} +: ${KERNELCONFIG=$DIR/../config/kernel/config-5.2} : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.8.1rc2} +: ${SWANVERSION=5.8.1} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build}