Version bump to 5.5.1rc1
This commit is contained in:
@@ -18,6 +18,9 @@ strongswan-5.5.1
|
|||||||
certificate cache. Optionally the type of the certificates to be
|
certificate cache. Optionally the type of the certificates to be
|
||||||
flushed (e.g. type = x509_crl) can be specified.
|
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
|
- libtpmtss: In the TSS2 API the function TeardownSocketTcti() was replaced by
|
||||||
tss2_tcti_finalize().
|
tss2_tcti_finalize().
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
# initialize & set some vars
|
# initialize & set some vars
|
||||||
# ============================
|
# ============================
|
||||||
|
|
||||||
AC_INIT([strongSwan],[5.5.1dr5])
|
AC_INIT([strongSwan],[5.5.1rc1])
|
||||||
AM_INIT_AUTOMAKE(m4_esyscmd([
|
AM_INIT_AUTOMAKE(m4_esyscmd([
|
||||||
echo tar-ustar
|
echo tar-ustar
|
||||||
echo subdir-objects
|
echo subdir-objects
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -24,14 +24,14 @@ fi
|
|||||||
: ${TESTDIR=/srv/strongswan-testing}
|
: ${TESTDIR=/srv/strongswan-testing}
|
||||||
|
|
||||||
# Kernel configuration
|
# Kernel configuration
|
||||||
: ${KERNELVERSION=4.7.4}
|
: ${KERNELVERSION=4.8.1}
|
||||||
: ${KERNEL=linux-$KERNELVERSION}
|
: ${KERNEL=linux-$KERNELVERSION}
|
||||||
: ${KERNELTARBALL=$KERNEL.tar.xz}
|
: ${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}
|
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
|
||||||
|
|
||||||
# strongSwan version used in tests
|
# strongSwan version used in tests
|
||||||
: ${SWANVERSION=5.5.1dr5}
|
: ${SWANVERSION=5.5.1rc1}
|
||||||
|
|
||||||
# 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}
|
||||||
|
|||||||
Reference in New Issue
Block a user