Version bump to 6.0dr5

This commit is contained in:
Andreas Steffen 2020-10-18 12:19:10 +02:00 committed by Tobias Brunner
parent 462e3321ef
commit 118dfe0eb1
3 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -1,6 +1,9 @@
strongswan-6.0 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 - Support of multiple post-quantum key exchanges using the IKE_INTERMEDIATE
message (draft-ietf-ipsecme-ikev2-intermediate) and the Additional Key message (draft-ietf-ipsecme-ikev2-intermediate) and the Additional Key
Exchange 1..7 transform types (draft-ietf-ipsecme-ikev2-multiple-ke). Exchange 1..7 transform types (draft-ietf-ipsecme-ikev2-multiple-ke).

View File

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

View File

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