mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-10 17:33:43 -09:00
package/libspdm: bump version to 3.8.0
For change log since 3.5.0, see: https://github.com/DMTF/libspdm/releases Following the upgrade of libopenssl to version 3.5.0 [1], the build process for libspdm encountered issues due to the new openssl API. It requires some modifications in the asn1.h file of libspdm. This build error was addressed by a specific commit [2] in libspdm. As Buildroot 2025.02 isn't impacted, this commit bumps libspdm to the latest libspdm version to fix the build error. This commit also updates the license hash, after a year update in:e8a35c8d0d[1]:9868ca6ec9[2]:88797f83daFixes: https://autobuild.buildroot.org/results/87b8805975ef132a58c40e622e2e023199f6ee2a/ Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> [Julien: - add link to change log - fix LICENSE.md hash ] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
64de9e5142
commit
a01c07f572
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 7b8a556be64120bab9c321964e67b90f5e6adb59abf3992c5c7937f37a4e7c8f libspdm-3.5.0.tar.gz
|
||||
sha256 c6ffa7e6889e63893078cb21b89594070183f7e2cf5b4ea01a4fb23eac59ed32 LICENSE.md
|
||||
sha256 e7aefb9bc546bbd3ff10d707a6f05213cfb2e679354438ea0d1b5c483b5daa85 libspdm-3.8.0.tar.gz
|
||||
sha256 8c891ecf439cca84ceab33fc819c029a72c198f31818aa53a3788a0553841d6e LICENSE.md
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSPDM_VERSION = 3.5.0
|
||||
LIBSPDM_VERSION = 3.8.0
|
||||
LIBSPDM_SITE = $(call github,DMTF,libspdm,$(LIBSPDM_VERSION))
|
||||
LIBSPDM_LICENSE = BSD-3-Clause
|
||||
LIBSPDM_LICENSE_FILES = LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user