From 79655e27686031326eda3ea290225db6aea3b53f Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Wed, 29 May 2024 15:46:04 -0400 Subject: SecurityPkg: Update libspdm submodule to use GitLab cmocka repo As noted in https://github.com/DMTF/libspdm/issues/2707, the cmocka submodule on cryptomilk is unreliable and impacting downstream consumer builds of SecurityPkg. This is considered a regression in that pre-existing workflows that clone and recursively initialize the repo are now broken. The cmocka host was switched to a more reliable gitlab host in https://github.com/DMTF/libspdm/pull/2710. This change updates the submodule in edk2 to use that commit so edk2 users are not blocked by cryptomilk.org service issues. Signed-off-by: Michael Kubacki --- SecurityPkg/DeviceSecurity/SpdmLib/libspdm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SecurityPkg') diff --git a/SecurityPkg/DeviceSecurity/SpdmLib/libspdm b/SecurityPkg/DeviceSecurity/SpdmLib/libspdm index 828ef62..50924a4 160000 --- a/SecurityPkg/DeviceSecurity/SpdmLib/libspdm +++ b/SecurityPkg/DeviceSecurity/SpdmLib/libspdm @@ -1 +1 @@ -Subproject commit 828ef62524bcaeca4e90d0c021221e714872e2b5 +Subproject commit 50924a4c8145fc721e17208f55814d2b38766fe6 -- cgit v1.1