mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/tpm2-tools: bump version to 5.7
tpm2_encodeobject is essential for testing RSAPKCS1 and ECDSA TPM2 signing keys, as the key blob is loaded to the chip in DER format defined by ASN.1 schema. Link: https://lore.kernel.org/linux-crypto/20240528210823.28798-1-jarkko@kernel.org/ Cc: Erik Larsson <who+buildroot@cnackers.org> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org> [yann.morin.1998@free.fr: fix path of LICENSE file] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
f820d41f0a
commit
7c286c345c
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630 tpm2-tools-5.2.tar.gz
|
||||
sha256 f6995d52c8b8e4d2c3bace7fc9c330a77a90d808166fbad4d7ead7e8ba2fc66c doc/LICENSE
|
||||
sha256 3810d36b5079256f4f2f7ce552e22213d43b1031c131538df8a2dbc3c570983a tpm2-tools-5.7.tar.gz
|
||||
sha256 f6995d52c8b8e4d2c3bace7fc9c330a77a90d808166fbad4d7ead7e8ba2fc66c docs/LICENSE
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TPM2_TOOLS_VERSION = 5.2
|
||||
TPM2_TOOLS_VERSION = 5.7
|
||||
TPM2_TOOLS_SITE = https://github.com/tpm2-software/tpm2-tools/releases/download/$(TPM2_TOOLS_VERSION)
|
||||
TPM2_TOOLS_LICENSE = BSD-3-Clause
|
||||
TPM2_TOOLS_LICENSE_FILES = doc/LICENSE
|
||||
TPM2_TOOLS_LICENSE_FILES = docs/LICENSE
|
||||
TPM2_TOOLS_CPE_ID_VALID = YES
|
||||
TPM2_TOOLS_SELINUX_MODULES = tpm2
|
||||
TPM2_TOOLS_DEPENDENCIES = libcurl openssl tpm2-tss host-pkgconf
|
||||
|
Loading…
Reference in New Issue
Block a user