On Thu, Jan 27, 2022 at 07:07:41PM +0100, Christian Melki wrote: > Approx 2 years worth of fixes. > https://github.com/tpm2-software/tpm2-tools/releases > > Fixes CVE-2021-3565. > Update license file hash. > tpm2-tools now depend on EFIVAR. > > Signed-off-by: Christian Melki <[email protected]> > --- > rules/tpm2-tools.in | 1 + > rules/tpm2-tools.make | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/rules/tpm2-tools.in b/rules/tpm2-tools.in > index 4c9cbaa92..99482845b 100644 > --- a/rules/tpm2-tools.in > +++ b/rules/tpm2-tools.in > @@ -5,6 +5,7 @@ config TPM2_TOOLS > select TPM2_TSS > select OPENSSL > select LIBCURL > + select EFIVAR
See my other mail about this. Michael > prompt "tpm2-tools" > help > This package contains a set of tools to use with TPM 2.0 > diff --git a/rules/tpm2-tools.make b/rules/tpm2-tools.make > index ead881ffb..1c0fc190c 100644 > --- a/rules/tpm2-tools.make > +++ b/rules/tpm2-tools.make > @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_TPM2_TOOLS) += tpm2-tools > # > # Paths and names > # > -TPM2_TOOLS_VERSION := 4.1 > -TPM2_TOOLS_MD5 := aecec22668233776922909f2ebf55e65 > +TPM2_TOOLS_VERSION := 5.2 > +TPM2_TOOLS_MD5 := 0057615ef43b9322d4577fc3bde0e8d6 > TPM2_TOOLS := tpm2-tools-$(TPM2_TOOLS_VERSION) > TPM2_TOOLS_SUFFIX := tar.gz > TPM2_TOOLS_URL := > https://github.com/tpm2-software/tpm2-tools/releases/download/$(TPM2_TOOLS_VERSION)/$(TPM2_TOOLS).$(TPM2_TOOLS_SUFFIX) > TPM2_TOOLS_SOURCE := $(SRCDIR)/$(TPM2_TOOLS).$(TPM2_TOOLS_SUFFIX) > TPM2_TOOLS_DIR := $(BUILDDIR)/$(TPM2_TOOLS) > TPM2_TOOLS_LICENSE := BSD-3-Clause > -TPM2_TOOLS_LICENSE_FILES := > file://LICENSE;md5=0eb1216e46938bd723098d93a23c3bcc > +TPM2_TOOLS_LICENSE_FILES := > file://doc/LICENSE;md5=a846608d090aa64494c45fc147cc12e3 > > # > ---------------------------------------------------------------------------- > # Prepare > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
