* [ptxdist] [PATCH] tpm2-tss: Version bump. 3.1.0 -> 3.2.0
@ 2022-03-09 21:18 Christian Melki
2022-03-11 12:03 ` Michael Olbrich
0 siblings, 1 reply; 5+ messages in thread
From: Christian Melki @ 2022-03-09 21:18 UTC (permalink / raw)
To: ptxdist
Mostly bugfixes.
Notable changes: openssl < 1.1.0 dropped, openssl 3.0.0 added.
https://github.com/tpm2-software/tpm2-tss/blob/master/CHANGELOG.md
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/tpm2-tss.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make
index 6e68441f8..540f057c2 100644
--- a/rules/tpm2-tss.make
+++ b/rules/tpm2-tss.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TPM2_TSS) += tpm2-tss
#
# Paths and names
#
-TPM2_TSS_VERSION := 3.1.0
-TPM2_TSS_MD5 := 4d04cf52fff4ee061bb3f7b4f4ea03b7
+TPM2_TSS_VERSION := 3.2.0
+TPM2_TSS_MD5 := 0d60d0df3fd0daae66881a3022281323
TPM2_TSS := tpm2-tss-$(TPM2_TSS_VERSION)
TPM2_TSS_SUFFIX := tar.gz
TPM2_TSS_URL := https://github.com/tpm2-software/tpm2-tss/releases/download/$(TPM2_TSS_VERSION)/$(TPM2_TSS).$(TPM2_TSS_SUFFIX)
--
2.30.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] tpm2-tss: Version bump. 3.1.0 -> 3.2.0
2022-03-09 21:18 [ptxdist] [PATCH] tpm2-tss: Version bump. 3.1.0 -> 3.2.0 Christian Melki
@ 2022-03-11 12:03 ` Michael Olbrich
2022-03-11 12:09 ` Christian Melki
0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2022-03-11 12:03 UTC (permalink / raw)
To: Christian Melki; +Cc: ptxdist
On Wed, Mar 09, 2022 at 10:18:45PM +0100, Christian Melki wrote:
> Mostly bugfixes.
> Notable changes: openssl < 1.1.0 dropped, openssl 3.0.0 added.
> https://github.com/tpm2-software/tpm2-tss/blob/master/CHANGELOG.md
>
This fails to build here because of missing useradd/groupadd etc.
I would expect that to fail at install time even if the tools are
available...
Michael
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
> rules/tpm2-tss.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make
> index 6e68441f8..540f057c2 100644
> --- a/rules/tpm2-tss.make
> +++ b/rules/tpm2-tss.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TPM2_TSS) += tpm2-tss
> #
> # Paths and names
> #
> -TPM2_TSS_VERSION := 3.1.0
> -TPM2_TSS_MD5 := 4d04cf52fff4ee061bb3f7b4f4ea03b7
> +TPM2_TSS_VERSION := 3.2.0
> +TPM2_TSS_MD5 := 0d60d0df3fd0daae66881a3022281323
> TPM2_TSS := tpm2-tss-$(TPM2_TSS_VERSION)
> TPM2_TSS_SUFFIX := tar.gz
> TPM2_TSS_URL := https://github.com/tpm2-software/tpm2-tss/releases/download/$(TPM2_TSS_VERSION)/$(TPM2_TSS).$(TPM2_TSS_SUFFIX)
> --
> 2.30.2
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>
--
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
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] tpm2-tss: Version bump. 3.1.0 -> 3.2.0
2022-03-11 12:03 ` Michael Olbrich
@ 2022-03-11 12:09 ` Christian Melki
2022-03-11 12:28 ` Michael Olbrich
0 siblings, 1 reply; 5+ messages in thread
From: Christian Melki @ 2022-03-11 12:09 UTC (permalink / raw)
To: Michael Olbrich; +Cc: ptxdist
On 3/11/22 1:03 PM, Michael Olbrich wrote:
> On Wed, Mar 09, 2022 at 10:18:45PM +0100, Christian Melki wrote:
>> Mostly bugfixes.
>> Notable changes: openssl < 1.1.0 dropped, openssl 3.0.0 added.
>> https://github.com/tpm2-software/tpm2-tss/blob/master/CHANGELOG.md
>>
>
> This fails to build here because of missing useradd/groupadd etc.
>
> I would expect that to fail at install time even if the tools are
> available...
>
> Michael
>
Ack.
https://github.com/tpm2-software/tpm2-tss/commit/7fde604383c62fc764a1e060dff48fc06f79860b
Apparently they've poked that code a bit. Worked fine here.
Let me check and hopefully get back with a v2 suggestion.
>> Signed-off-by: Christian Melki <christian.melki@t2data.com>
>> ---
>> rules/tpm2-tss.make | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make
>> index 6e68441f8..540f057c2 100644
>> --- a/rules/tpm2-tss.make
>> +++ b/rules/tpm2-tss.make
>> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TPM2_TSS) += tpm2-tss
>> #
>> # Paths and names
>> #
>> -TPM2_TSS_VERSION := 3.1.0
>> -TPM2_TSS_MD5 := 4d04cf52fff4ee061bb3f7b4f4ea03b7
>> +TPM2_TSS_VERSION := 3.2.0
>> +TPM2_TSS_MD5 := 0d60d0df3fd0daae66881a3022281323
>> TPM2_TSS := tpm2-tss-$(TPM2_TSS_VERSION)
>> TPM2_TSS_SUFFIX := tar.gz
>> TPM2_TSS_URL := https://github.com/tpm2-software/tpm2-tss/releases/download/$(TPM2_TSS_VERSION)/$(TPM2_TSS).$(TPM2_TSS_SUFFIX)
>> --
>> 2.30.2
>>
>>
>> _______________________________________________
>> ptxdist mailing list
>> ptxdist@pengutronix.de
>> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>>
>
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] tpm2-tss: Version bump. 3.1.0 -> 3.2.0
2022-03-11 12:09 ` Christian Melki
@ 2022-03-11 12:28 ` Michael Olbrich
2022-03-12 19:41 ` Christian Melki
0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2022-03-11 12:28 UTC (permalink / raw)
To: Christian Melki; +Cc: ptxdist
On Fri, Mar 11, 2022 at 01:09:35PM +0100, Christian Melki wrote:
>
>
> On 3/11/22 1:03 PM, Michael Olbrich wrote:
> > On Wed, Mar 09, 2022 at 10:18:45PM +0100, Christian Melki wrote:
> > > Mostly bugfixes.
> > > Notable changes: openssl < 1.1.0 dropped, openssl 3.0.0 added.
> > > https://github.com/tpm2-software/tpm2-tss/blob/master/CHANGELOG.md
> > >
> >
> > This fails to build here because of missing useradd/groupadd etc.
> >
> > I would expect that to fail at install time even if the tools are
> > available...
> >
> > Michael
> >
>
> Ack.
>
> https://github.com/tpm2-software/tpm2-tss/commit/7fde604383c62fc764a1e060dff48fc06f79860b
>
> Apparently they've poked that code a bit. Worked fine here.
> Let me check and hopefully get back with a v2 suggestion.
You can overwrite the configure check with env variables. At install time
the error is ignored with a warning, so nothing else needed.
Michael
> > > Signed-off-by: Christian Melki <christian.melki@t2data.com>
> > > ---
> > > rules/tpm2-tss.make | 4 ++--
> > > 1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make
> > > index 6e68441f8..540f057c2 100644
> > > --- a/rules/tpm2-tss.make
> > > +++ b/rules/tpm2-tss.make
> > > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TPM2_TSS) += tpm2-tss
> > > #
> > > # Paths and names
> > > #
> > > -TPM2_TSS_VERSION := 3.1.0
> > > -TPM2_TSS_MD5 := 4d04cf52fff4ee061bb3f7b4f4ea03b7
> > > +TPM2_TSS_VERSION := 3.2.0
> > > +TPM2_TSS_MD5 := 0d60d0df3fd0daae66881a3022281323
> > > TPM2_TSS := tpm2-tss-$(TPM2_TSS_VERSION)
> > > TPM2_TSS_SUFFIX := tar.gz
> > > TPM2_TSS_URL := https://github.com/tpm2-software/tpm2-tss/releases/download/$(TPM2_TSS_VERSION)/$(TPM2_TSS).$(TPM2_TSS_SUFFIX)
> > > --
> > > 2.30.2
> > >
> > >
> > > _______________________________________________
> > > ptxdist mailing list
> > > ptxdist@pengutronix.de
> > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> > >
> >
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>
--
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
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] tpm2-tss: Version bump. 3.1.0 -> 3.2.0
2022-03-11 12:28 ` Michael Olbrich
@ 2022-03-12 19:41 ` Christian Melki
0 siblings, 0 replies; 5+ messages in thread
From: Christian Melki @ 2022-03-12 19:41 UTC (permalink / raw)
To: Michael Olbrich; +Cc: ptxdist
On 3/11/22 13:28, Michael Olbrich wrote:
> On Fri, Mar 11, 2022 at 01:09:35PM +0100, Christian Melki wrote:
>>
>>
>> On 3/11/22 1:03 PM, Michael Olbrich wrote:
>>> On Wed, Mar 09, 2022 at 10:18:45PM +0100, Christian Melki wrote:
>>>> Mostly bugfixes.
>>>> Notable changes: openssl < 1.1.0 dropped, openssl 3.0.0 added.
>>>> https://github.com/tpm2-software/tpm2-tss/blob/master/CHANGELOG.md
>>>>
>>>
>>> This fails to build here because of missing useradd/groupadd etc.
>>>
>>> I would expect that to fail at install time even if the tools are
>>> available...
>>>
>>> Michael
>>>
>>
>> Ack.
>>
>> https://github.com/tpm2-software/tpm2-tss/commit/7fde604383c62fc764a1e060dff48fc06f79860b
>>
>> Apparently they've poked that code a bit. Worked fine here.
>> Let me check and hopefully get back with a v2 suggestion.
>
> You can overwrite the configure check with env variables. At install time
> the error is ignored with a warning, so nothing else needed.
>
>
> Michael
>
I've sent a v2. It works fine here.
If it ends up stuck at your end, please send me the log.
Maybe I'm not catching the error you're seeing.
Regards,
Christian
>>>> Signed-off-by: Christian Melki <christian.melki@t2data.com>
>>>> ---
>>>> rules/tpm2-tss.make | 4 ++--
>>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make
>>>> index 6e68441f8..540f057c2 100644
>>>> --- a/rules/tpm2-tss.make
>>>> +++ b/rules/tpm2-tss.make
>>>> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TPM2_TSS) += tpm2-tss
>>>> #
>>>> # Paths and names
>>>> #
>>>> -TPM2_TSS_VERSION := 3.1.0
>>>> -TPM2_TSS_MD5 := 4d04cf52fff4ee061bb3f7b4f4ea03b7
>>>> +TPM2_TSS_VERSION := 3.2.0
>>>> +TPM2_TSS_MD5 := 0d60d0df3fd0daae66881a3022281323
>>>> TPM2_TSS := tpm2-tss-$(TPM2_TSS_VERSION)
>>>> TPM2_TSS_SUFFIX := tar.gz
>>>> TPM2_TSS_URL := https://github.com/tpm2-software/tpm2-tss/releases/download/$(TPM2_TSS_VERSION)/$(TPM2_TSS).$(TPM2_TSS_SUFFIX)
>>>> --
>>>> 2.30.2
>>>>
>>>>
>>>> _______________________________________________
>>>> ptxdist mailing list
>>>> ptxdist@pengutronix.de
>>>> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>>>>
>>>
>>
>> _______________________________________________
>> ptxdist mailing list
>> ptxdist@pengutronix.de
>> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
>>
>
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-03-12 19:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09 21:18 [ptxdist] [PATCH] tpm2-tss: Version bump. 3.1.0 -> 3.2.0 Christian Melki
2022-03-11 12:03 ` Michael Olbrich
2022-03-11 12:09 ` Christian Melki
2022-03-11 12:28 ` Michael Olbrich
2022-03-12 19:41 ` Christian Melki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox