From: Andreas Steffen Date: Fri, 8 Jan 2021 09:34:48 +0000 (+0100) Subject: Version bump to 5.9.2dr1 X-Git-Tag: 5.9.2dr1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb595f96191dc7ae0bf767339eed38e624f071d;p=thirdparty%2Fstrongswan.git Version bump to 5.9.2dr1 --- diff --git a/NEWS b/NEWS index 5572ac851c..30ed901ef9 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 da1da27bdc..0c10acecd1 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 6b353af382..d93f5cd990 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}