]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.9.2dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 8 Jan 2021 09:34:48 +0000 (10:34 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 8 Jan 2021 10:00:15 +0000 (11:00 +0100)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index 5572ac851cfaebcbc72e21a5c2dc41210a232058..30ed901ef9333c9afa9a22e5c1e379dc05612c8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+strongswan-5.9.2
+----------------
+
+- Together with a Linux 5.8 kernel supporting the IMA measurement of the
+  grub bootloader and the Linux kernel, the strongSwan Attestation IMC
+  allows to do remote attestation of the complete boot phase. A recent
+  TPM 2.0 device with a SHA-256 PCR bank is required, so that both BIOS
+  and IMA file measurements are based on SHA-256 hashes.
+
 strongswan-5.9.1
 ----------------
 
index da1da27bdca9cbb10fc202756b11b526635baea2..0c10acecd1182648e39795f2af82db0b9af172ba 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.9.1])
+AC_INIT([strongSwan],[5.9.2dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 6b353af3824f9debd7339281fe19f202244615bb..d93f5cd990ecc23dff4636c28ba429697f10dba0 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.9.1}
+: ${SWANVERSION=5.9.2dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}