mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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 <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit b1c4276c2d)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
19 lines
584 B
Makefile
19 lines
584 B
Makefile
################################################################################
|
|
#
|
|
# libtpms
|
|
#
|
|
################################################################################
|
|
|
|
LIBTPMS_VERSION = 0.10.2
|
|
LIBTPMS_SITE = $(call github,stefanberger,libtpms,v$(LIBTPMS_VERSION))
|
|
LIBTPMS_LICENSE = BSD-4-Clause
|
|
LIBTPMS_LICENSE_FILES = LICENSE
|
|
LIBTPMS_INSTALL_STAGING = YES
|
|
|
|
# Required because a plain Git clone is used:
|
|
HOST_LIBTPMS_AUTORECONF = YES
|
|
HOST_LIBTPMS_DEPENDENCIES = host-pkgconf host-openssl
|
|
HOST_LIBTPMS_CONF_OPTS = --with-openssl -with-tpm2
|
|
|
|
$(eval $(host-autotools-package))
|