Skip to content

v2023110001.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 22:11
· 20 commits to refs/heads/release/202311 since this release

What's Changed

⚠️ Breaking Changes

  • SecurityPkg: Temporarily remove DeviceSecurity (and libspdm) from build @makubacki (#272)
    Change Details
      ## Description

    The SecurityPkg/DeviceSecurity/SpdmLib/libspdm submodule contains a
    unit_test/cmockalib/cmocka submodule to https://git.cryptomilk.org/projects/cmocka.git.

    cryptomilk.org is very unreliable and breaking all builds right now.
    Since the DeviceSecurity content is not actively used in any main
    branches, this change removes the libspdm submodule from the package
    which, in turn, leads to removal of the content dependent on the
    submodule.

    These changes are made such that this commit can be reverted in the future.

    That will easily restore everything after the libspdm submodule is updated
    to find a more reliable host than cryptomilk.org.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    • SecurityPkg CI build

    Integration Instructions

    • This is a temporary change. It is expected to be reverted soon.
      • If you depend on the libspdm submodule in SecurityPkg, it is
        recommended to stay on the commit prior to its removal and wait
        for it to be restored in a future commit.
      • If you do not depend on the libspdm submodule, there is not impact.
    • If you pick up this change be aware that any files in your build
      dependent on the libspdm submodule will fail.


Full Changelog: v2023110000.1.0...v2023110001.0.0