From fcb595f96191dc7ae0bf767339eed38e624f071d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 8 Jan 2021 10:34:48 +0100 Subject: [PATCH] Version bump to 5.9.2dr1 --- NEWS | 10 ++++++++++ configure.ac | 2 +- testing/testing.conf | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5572ac851..30ed901ef 100644 --- 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 ---------------- diff --git a/configure.ac b/configure.ac index da1da27bd..0c10acecd 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/testing/testing.conf b/testing/testing.conf index 6b353af38..d93f5cd99 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -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}