Message ID | 20250509220542.379160-1-thomas.petazzoni@bootlin.com |
---|---|
State | Accepted |
Delegated to: | Julien Olivain |
Headers | show |
Series | package/tpm2-pkcs11: bump to version 1.9.1 | expand |
On 10/05/2025 00:05, Thomas Petazzoni via buildroot wrote: > 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 <thomas.petazzoni@bootlin.com> Applied to master, thanks.
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
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 <thomas.petazzoni@bootlin.com> --- package/tpm2-pkcs11/tpm2-pkcs11.hash | 2 +- package/tpm2-pkcs11/tpm2-pkcs11.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)