mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [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

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