From 0161ac7af37c34c2e47e2c91b953509b2b7f03ef Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 10 May 2025 00:05:41 +0200 Subject: [PATCH] package/tpm2-pkcs11: bump to version 1.9.1 1.9.0..1.9.1 changes described at: https://github.com/tpm2-software/tpm2-pkcs11/releases/tag/1.9.1 Update suggested by https://gitlab.com/magerkraut at https://gitlab.com/buildroot.org/buildroot/-/issues/109 as "There is a issue with the database LOCK file". Fixes: https://gitlab.com/buildroot.org/buildroot/-/issues/109 Signed-off-by: Thomas Petazzoni Signed-off-by: Julien Olivain (cherry picked from commit 07eb63935aa566864cae08daeef83bb9bd113a47) Signed-off-by: Thomas Perale --- package/tpm2-pkcs11/tpm2-pkcs11.hash | 2 +- package/tpm2-pkcs11/tpm2-pkcs11.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/tpm2-pkcs11/tpm2-pkcs11.hash b/package/tpm2-pkcs11/tpm2-pkcs11.hash index 797955a69b..5f5abfbbe8 100644 --- a/package/tpm2-pkcs11/tpm2-pkcs11.hash +++ b/package/tpm2-pkcs11/tpm2-pkcs11.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 35bf06c30cfa76fc0eba2c5f503cf7dd0d34a66afb2d292fee896b90362f633b tpm2-pkcs11-1.9.0.tar.gz +sha256 ce24aa5ec2471545576e892b6f64fd873a424371bbf9be4ca3a0e689ea11c9b7 tpm2-pkcs11-1.9.1.tar.gz sha256 793aa007f793458434d7cc60b1c827053a399308658b32fcaa6023802adc22e1 LICENSE diff --git a/package/tpm2-pkcs11/tpm2-pkcs11.mk b/package/tpm2-pkcs11/tpm2-pkcs11.mk index c6218d772e..b26f53de27 100644 --- a/package/tpm2-pkcs11/tpm2-pkcs11.mk +++ b/package/tpm2-pkcs11/tpm2-pkcs11.mk @@ -4,7 +4,7 @@ # ################################################################################ -TPM2_PKCS11_VERSION = 1.9.0 +TPM2_PKCS11_VERSION = 1.9.1 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