]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.7.0dr6 5.7.0dr6
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 21 Jul 2018 07:30:53 +0000 (09:30 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 21 Jul 2018 07:30:53 +0000 (09:30 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index d466e4c4c427ae5c33892dbf2eaf1a925edb2639..00942e97bce0bd1edf412e6686bb3edc02e555c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,8 @@ strongswan-5.7.0
 - Added support for fuzzing the PA-TNC (RFC 5792) and PB-TNC (RFC 5793) NEA
   protocols on Google's OSS-Fuzz infrastructure.
 
-- Support for version 2 of Intel's TPM2-TSS TGC Software Stack.
+- Support for version 2 of Intel's TPM2-TSS TGC Software Stack. The presence of
+  the in-kernel /dev/tpmrm0 resource manager is automatically detected.
 
 
 strongswan-5.6.3
index e2b097748285366f36b4de8a02b5c2de915b92c0..e1a2e9d2b9ab1e6a7c6f330a0d2ea44fc78a437f 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.7.0dr5])
+AC_INIT([strongSwan],[5.7.0dr6])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 550a098fc958232c054243f468bea454978e2d44..5d461c617b514eb020a2c7e06ac7c6b6275cd96f 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.15.6-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.7.0dr5}
+: ${SWANVERSION=5.7.0dr6}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}