Version bump to 5.5.1dr5

This commit is contained in:
Andreas Steffen 2016-09-22 17:36:37 +02:00
parent d505658038
commit 6b3e408ba5
3 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -11,6 +11,9 @@ strongswan-5.5.1
and the more traditional MGF1 Mask Generation Functions based on the SHA-1,
SHA-256 and SHA-512 hash algorithms implemented by the new mgf1 plugin.
- The pki tool can handle RSASSA-PKCS1v1.5-with-SHA-3 signatures using the
sha3 and gmp plugins.
- The VICI flush-certs command flushes certificates from the volatile
certificate cache. Optionally the type of the certificates to be
flushed (e.g. type = x509_crl) can be specified.

View File

@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.5.1dr4])
AC_INIT([strongSwan],[5.5.1dr5])
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.1dr4}
: ${SWANVERSION=5.5.1dr5}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}