Version bump to 6.0dr13

This commit is contained in:
Andreas Steffen 2020-10-18 12:19:10 +02:00
parent 29cfecc4fe
commit 80e9569f85
3 changed files with 6 additions and 3 deletions

3
NEWS
View File

@ -1,6 +1,9 @@
strongswan-6.0
--------------
- The oqs plugin supports the NIST round 3 submission signature algorithms
DILITHIUM and Falcon.
- Support of multiple post-quantum key exchanges using the IKE_INTERMEDIATE
message (draft-ietf-ipsecme-ikev2-intermediate) and the Additional Key
Exchange 1..7 transform types (draft-ietf-ipsecme-ikev2-multiple-ke).

View File

@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.9.5dr4])
AC_INIT([strongSwan],[6.0dr13])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects

View File

@ -27,11 +27,11 @@ fi
: ${KERNELVERSION=5.15.12}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-5.14}
: ${KERNELCONFIG=$DIR/../config/kernel/config-5.15}
: ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.9.5dr4}
: ${SWANVERSION=6.0dr13}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}