mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
Version bump to 6.0dr13
This commit is contained in:
parent
29cfecc4fe
commit
80e9569f85
3
NEWS
3
NEWS
@ -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).
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# initialize & set some vars
|
# initialize & set some vars
|
||||||
# ============================
|
# ============================
|
||||||
|
|
||||||
AC_INIT([strongSwan],[5.9.5dr4])
|
AC_INIT([strongSwan],[6.0dr13])
|
||||||
AM_INIT_AUTOMAKE(m4_esyscmd([
|
AM_INIT_AUTOMAKE(m4_esyscmd([
|
||||||
echo tar-ustar
|
echo tar-ustar
|
||||||
echo subdir-objects
|
echo subdir-objects
|
||||||
|
@ -27,11 +27,11 @@ fi
|
|||||||
: ${KERNELVERSION=5.15.12}
|
: ${KERNELVERSION=5.15.12}
|
||||||
: ${KERNEL=linux-$KERNELVERSION}
|
: ${KERNEL=linux-$KERNELVERSION}
|
||||||
: ${KERNELTARBALL=$KERNEL.tar.xz}
|
: ${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}
|
: ${KERNELPATCH=ha-5.15-abicompat.patch.bz2}
|
||||||
|
|
||||||
# strongSwan version used in tests
|
# strongSwan version used in tests
|
||||||
: ${SWANVERSION=5.9.5dr4}
|
: ${SWANVERSION=6.0dr13}
|
||||||
|
|
||||||
# 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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user