mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libspdm: bump version to 3.8.1
Release notes: https://github.com/DMTF/libspdm/releases/tag/3.8.1 Fixes two issues: * Unaligned memory access in VENDOR_DEFINED_* : #3196 * Build failure when mutual authentication is disabled : #3178 Signed-off-by: Alistair Francis <alistair.francis@wdc.com> [Julien: add link to release notes] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
6a7fe6382a
commit
babedec9f6
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 e7aefb9bc546bbd3ff10d707a6f05213cfb2e679354438ea0d1b5c483b5daa85 libspdm-3.8.0.tar.gz
|
||||
sha256 2184a586bfe030218c6f336750d0fb0c3747fcfb0ed8af9a921bccb567029671 libspdm-3.8.1.tar.gz
|
||||
sha256 8c891ecf439cca84ceab33fc819c029a72c198f31818aa53a3788a0553841d6e LICENSE.md
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSPDM_VERSION = 3.8.0
|
||||
LIBSPDM_VERSION = 3.8.1
|
||||
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