Version bump to 6.0dr11

This commit is contained in:
Andreas Steffen 2020-10-18 12:19:10 +02:00
parent 9e08c0fed3
commit 2665c40afc
3 changed files with 5 additions and 2 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.4])
AC_INIT([strongSwan],[6.0dr11])
AM_INIT_AUTOMAKE(m4_esyscmd([
echo tar-ustar
echo subdir-objects

View File

@ -31,7 +31,7 @@ fi
: ${KERNELPATCH=ha-5.14-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.9.4}
: ${SWANVERSION=6.0dr11}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}