[Buildroot] [PATCH 1/4] package/tpm2-tss: bump to version 2.3.2

Peter Korsgaard peter at korsgaard.com
Sun Dec 15 08:26:57 UTC 2019


>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice at gmail.com> writes:

Thanks, it was on my todo list for a while to bump the tpm2-* packages.

 > - Drop patch (already in version)
 > - Update hash of license file (SPDX ID has been removed with
 >   https://github.com/tpm2-software/tpm2-tss/commit/0dbc84ee45d0e4cd7eae528f53968f8877455aab)

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

 > +++ b/package/tpm2-tss/tpm2-tss.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -TPM2_TSS_VERSION = 2.1.3
 > +TPM2_TSS_VERSION = 2.3.2
 >  TPM2_TSS_SITE = https://github.com/tpm2-software/tpm2-tss/releases/download/$(TPM2_TSS_VERSION)
 >  TPM2_TSS_LICENSE = BSD-2-Clause
 >  TPM2_TSS_LICENSE_FILES = LICENSE

The ax_cv_check_* environment variables we were setting to get rid the
hardcoded fstack-protector and _FORTIFY_SOURCE had changed upstream, but
while looking at that I see they have introduced a nicer way to get rid
of these hardcoded flags using --disable-defaultflags:

https://github.com/tpm2-software/tpm2-tss/commit/085755d44e5b953865eb4f2666063a7c773ea69d

So I reworked it to use that. This unfortunately also means that it
doesn't add -std=c99, so I had to manually do that to fix the build.

Committed with those changes, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list