From 3bfce3675049bcb4ae3674817870d85ab11dbce1 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 6 Mar 2026 08:41:06 +0100 Subject: [PATCH] package/libtpms: security bump version to 0.10.2 https://github.com/stefanberger/libtpms/blob/v0.10.2/CHANGES Fixes CVE-2026-21444. Added comment to hash file about locally computed hashes. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain (cherry picked from commit b1c4276c2d0fb266ccf08c03b8d50961b8f7553b) Signed-off-by: Thomas Perale --- package/libtpms/libtpms.hash | 3 ++- package/libtpms/libtpms.mk | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/libtpms/libtpms.hash b/package/libtpms/libtpms.hash index f10364f36e..175e6e3af6 100644 --- a/package/libtpms/libtpms.hash +++ b/package/libtpms/libtpms.hash @@ -1,2 +1,3 @@ -sha256 ebc24f3191d90f6cf0b4d4200cd876db4bd224b3c565708bbea0a82ee275e0fb libtpms-0.10.1.tar.gz +# Locally computed +sha256 edac03680f8a4a1c5c1d609a10e3f41e1a129e38ff5158f0c8deaedc719fb127 libtpms-0.10.2.tar.gz sha256 82f1e6bae374bb6a9d4f4596767fd33e499718d560de140fd9f3d402cc5e41fb LICENSE diff --git a/package/libtpms/libtpms.mk b/package/libtpms/libtpms.mk index 6e5708202e..7bc69a50d6 100644 --- a/package/libtpms/libtpms.mk +++ b/package/libtpms/libtpms.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBTPMS_VERSION = 0.10.1 +LIBTPMS_VERSION = 0.10.2 LIBTPMS_SITE = $(call github,stefanberger,libtpms,v$(LIBTPMS_VERSION)) LIBTPMS_LICENSE = BSD-4-Clause LIBTPMS_LICENSE_FILES = LICENSE