Version bump to 5.9.2dr1

This commit is contained in:
Andreas Steffen 2021-01-08 10:34:48 +01:00
parent 2889133cc0
commit fcb595f961
3 changed files with 12 additions and 2 deletions

10
NEWS
View File

@ -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
----------------

View 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

View 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}