* [ptxdist] [PATCH v2] tpm2-tss: Version bump. 3.2.1 -> 4.0.0
@ 2023-01-04 13:43 Christian Melki
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-01-04 13:43 UTC (permalink / raw)
To: ptxdist
Looks scarier than it is.
https://github.com/tpm2-software/tpm2-tss/releases/tag/4.0.0
Mostly fixes and the additions shouldn't be overwhelming.
Note that library so-names (version) have chaged though.
* Add libuuid to the dependency list.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/tpm2-tss.in | 1 +
rules/tpm2-tss.make | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/tpm2-tss.in b/rules/tpm2-tss.in
index 75d32188c..4149323f2 100644
--- a/rules/tpm2-tss.in
+++ b/rules/tpm2-tss.in
@@ -6,6 +6,7 @@ config TPM2_TSS
select OPENSSL
select JSON_C
select LIBCURL
+ select LIBUUID
prompt "tpm2-tss"
help
TPM2 Software stack library - TSS and TCTI libraries
diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make
index 979dd4eca..b60bd50d1 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.2.1
-TPM2_TSS_MD5 := 92963c8985fe7ff21dc550c3fff1e783
+TPM2_TSS_VERSION := 4.0.0
+TPM2_TSS_MD5 := 7c9997a73910252c736051fb9b1aa5e0
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.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] tpm2-tss: Version bump. 3.2.1 -> 4.0.0
2023-01-04 13:43 [ptxdist] [PATCH v2] tpm2-tss: Version bump. 3.2.1 -> 4.0.0 Christian Melki
@ 2023-01-06 16:01 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-01-06 16:01 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as c7e94620a70ce2267937cf0e7a284bcaf9d100c1.
Michael
[sent from post-receive hook]
On Fri, 06 Jan 2023 17:01:29 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Looks scarier than it is.
> https://github.com/tpm2-software/tpm2-tss/releases/tag/4.0.0
> Mostly fixes and the additions shouldn't be overwhelming.
> Note that library so-names (version) have chaged though.
>
> * Add libuuid to the dependency list.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230104134329.3296899-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/tpm2-tss.in b/rules/tpm2-tss.in
> index 75d32188ca59..4149323f2262 100644
> --- a/rules/tpm2-tss.in
> +++ b/rules/tpm2-tss.in
> @@ -6,6 +6,7 @@ config TPM2_TSS
> select OPENSSL
> select JSON_C
> select LIBCURL
> + select LIBUUID
> prompt "tpm2-tss"
> help
> TPM2 Software stack library - TSS and TCTI libraries
> diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make
> index 979dd4eca2ea..b60bd50d1b13 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.2.1
> -TPM2_TSS_MD5 := 92963c8985fe7ff21dc550c3fff1e783
> +TPM2_TSS_VERSION := 4.0.0
> +TPM2_TSS_MD5 := 7c9997a73910252c736051fb9b1aa5e0
> 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-06 16:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 13:43 [ptxdist] [PATCH v2] tpm2-tss: Version bump. 3.2.1 -> 4.0.0 Christian Melki
2023-01-06 16:01 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox