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>
2023.02.x
Yair Ben-Avraham 2022-11-09 06:38:21 +00:00 committed by Thomas Petazzoni
parent c1c32fc617
commit a85f5f2a41
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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'