Version bump to 5.5.2dr6

This commit is contained in:
Andreas Steffen 2017-03-03 09:34:50 +01:00
parent 2da6a5f541
commit 6885375e66
3 changed files with 5 additions and 3 deletions

4
NEWS
View File

@ -11,7 +11,9 @@ strongswan-5.5.2
- The new "tpm" libtpmtss plugin allows to use persistent private RSA and ECDSA
keys bound to a TPM 2.0 for both IKE and TLS authentication. Using the
TPM 2.0 object handle as keyid parameter, the pki --pub tool can extract
the public key from the TPM thereby replacing the aikpub2 tool.
the public key from the TPM thereby replacing the aikpub2 tool. In a similar
fashion pki --req can generate a PKCS#10 certificate request signed with
the TPM private key.
- The pki tool gained support for generating certificates with the RFC 3779
addrblock extension. The charon addrblock plugin now dynamically narrows

View File

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

View File

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