Version bump to 5.5.1rc1

This commit is contained in:
Andreas Steffen 2016-10-11 19:21:36 +02:00
parent 8a56405a82
commit a617223ed5
4 changed files with 2491 additions and 4 deletions

3
NEWS
View File

@ -18,6 +18,9 @@ strongswan-5.5.1
certificate cache. Optionally the type of the certificates to be
flushed (e.g. type = x509_crl) can be specified.
- Setting cache_crls = yes in strongswan.conf the vici plugin saves regular,
base and delta CRLs to disk.
- libtpmtss: In the TSS2 API the function TeardownSocketTcti() was replaced by
tss2_tcti_finalize().

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -24,14 +24,14 @@ fi
: ${TESTDIR=/srv/strongswan-testing}
# Kernel configuration
: ${KERNELVERSION=4.7.4}
: ${KERNELVERSION=4.8.1}
: ${KERNEL=linux-$KERNELVERSION}
: ${KERNELTARBALL=$KERNEL.tar.xz}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.7}
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.8}
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
# strongSwan version used in tests
: ${SWANVERSION=5.5.1dr5}
: ${SWANVERSION=5.5.1rc1}
# Build directory where the guest kernel and images will be built
: ${BUILDDIR=$TESTDIR/build}