package/tpm2-pkcs11: bump version to 1.8.0
Signed-off-by: Yair Ben-Avraham <yairba@protonmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c1c32fc617
commit
a85f5f2a41
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 078a445ed0e9f5009675a162b4b7b88f3520436cfbc791bb2249f37bd1f475bd tpm2-pkcs11-1.7.0.tar.gz
|
||||
sha256 79f28899047defd6b4b72b7268dd56abf27774954022315f818c239af33e05bd tpm2-pkcs11-1.8.0.tar.gz
|
||||
sha256 793aa007f793458434d7cc60b1c827053a399308658b32fcaa6023802adc22e1 LICENSE
|
||||
|
@ -4,14 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TPM2_PKCS11_VERSION = 1.7.0
|
||||
TPM2_PKCS11_VERSION = 1.8.0
|
||||
TPM2_PKCS11_SITE = https://github.com/tpm2-software/tpm2-pkcs11/releases/download/$(TPM2_PKCS11_VERSION)
|
||||
TPM2_PKCS11_LICENSE = BSD-2-Clause
|
||||
TPM2_PKCS11_LICENSE_FILES = LICENSE
|
||||
TPM2_PKCS11_DEPENDENCIES = host-pkgconf libyaml openssl sqlite tpm2-tss
|
||||
|
||||
TPM2_PKCS11_CONF_OPTS += \
|
||||
--disable-hardening
|
||||
--disable-hardening \
|
||||
--disable-ptool-checks
|
||||
|
||||
# Fix tpm.c:746:5: error: 'for' loop initial declarations are only allowed in C99 mode
|
||||
# Fix implicit declaration of function 'strnlen'
|
||||
|
Loading…
Reference in New Issue
Block a user