https://github.com/tpm2-software/tpm2-tools/releases/tag/5.7
Bunch of fixes.

Plugs CVEs (missing proper description at time of writing):
CVE-2024-29038
CVE-2024-29039

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/tpm2-tools.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/tpm2-tools.make b/rules/tpm2-tools.make
index 5261f972d..69666a828 100644
--- a/rules/tpm2-tools.make
+++ b/rules/tpm2-tools.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TPM2_TOOLS) += tpm2-tools
 #
 # Paths and names
 #
-TPM2_TOOLS_VERSION             := 5.6
-TPM2_TOOLS_MD5                 := c8362a622634646d3a5dbe012b9307d8
+TPM2_TOOLS_VERSION             := 5.7
+TPM2_TOOLS_MD5                 := 3acb6305070f064c28c5284d39aa0b04
 TPM2_TOOLS                     := tpm2-tools-$(TPM2_TOOLS_VERSION)
 TPM2_TOOLS_SUFFIX              := tar.gz
 TPM2_TOOLS_URL                 := 
https://github.com/tpm2-software/tpm2-tools/releases/download/$(TPM2_TOOLS_VERSION)/$(TPM2_TOOLS).$(TPM2_TOOLS_SUFFIX)
-- 
2.34.1


Reply via email to