All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] package/tpm2-tss: bump to version 2.3.2
Date: Sun, 15 Dec 2019 09:26:57 +0100	[thread overview]
Message-ID: <87sglmdmem.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20191214232602.3337220-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sun, 15 Dec 2019 00:25:59 +0100")

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@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@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

      parent reply	other threads:[~2019-12-15  8:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-14 23:25 [Buildroot] [PATCH 1/4] package/tpm2-tss: bump to version 2.3.2 Fabrice Fontaine
2019-12-14 23:26 ` [Buildroot] [PATCH 2/4] package/tpm2-totp: bump to version 0.2.0 Fabrice Fontaine
2019-12-15 10:06   ` Peter Korsgaard
2019-12-14 23:26 ` [Buildroot] [PATCH 3/4] package/tpm2-abrmd: bump to version 2.3.0 Fabrice Fontaine
2019-12-15 16:39   ` Peter Korsgaard
2019-12-14 23:26 ` [Buildroot] [PATCH 4/4] package/tpm2-tools: bump to version 4.1 Fabrice Fontaine
2019-12-15 16:40   ` Peter Korsgaard
2019-12-15  8:26 ` Peter Korsgaard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sglmdmem.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.