From: Andreas Steffen Date: Tue, 21 Sep 2021 12:18:16 +0000 (+0200) Subject: Version bump to 5.9.4dr2 X-Git-Tag: 5.9.4dr2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b21a00fa77364bce3fa65dcb53292ccd2a52824;p=thirdparty%2Fstrongswan.git Version bump to 5.9.4dr2 --- diff --git a/NEWS b/NEWS index 0fc01557c7..a2390df6bd 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ strongswan-5.9.4 - Initialize libtpmtss in all programs and library that use it. +- Migrated testing scripts to Python 3. + strongswan-5.9.3 ---------------- diff --git a/configure.ac b/configure.ac index 53940c725c..696554620e 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.9.4dr1]) +AC_INIT([strongSwan],[5.9.4dr2]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects diff --git a/testing/testing.conf b/testing/testing.conf index f8d9ec34c5..fed8cbbbe0 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,14 +24,14 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=5.13.12} +: ${KERNELVERSION=5.13.19} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} : ${KERNELCONFIG=$DIR/../config/kernel/config-5.13} : ${KERNELPATCH=ha-5.10-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.9.4dr1} +: ${SWANVERSION=5.9.4dr2} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build}