mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
Version bump to 5.5.1rc1
This commit is contained in:
parent
8a56405a82
commit
a617223ed5
3
NEWS
3
NEWS
@ -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().
|
||||
|
||||
|
@ -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
|
||||
|
2484
testing/config/kernel/config-4.8
Normal file
2484
testing/config/kernel/config-4.8
Normal file
File diff suppressed because it is too large
Load Diff
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user