diff options
author | Yuriy Chernyshov <thegeorg@yandex-team.com> | 2024-03-04 16:59:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 16:59:57 (GMT) |
commit | 9b9e819b5116302cb4e471763feb2764eb17dde8 (patch) | |
tree | d297c4014a69f744a02eee1c4b15a21e7592dba6 /Misc | |
parent | 0adfa8482d369899e9963206a3307f423309e10c (diff) | |
download | cpython-9b9e819b5116302cb4e471763feb2764eb17dde8.zip cpython-9b9e819b5116302cb4e471763feb2764eb17dde8.tar.gz cpython-9b9e819b5116302cb4e471763feb2764eb17dde8.tar.bz2 |
gh-116116: Backport blake2 change to fix building with clang-cl on windows-i686 (GH-116117)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-02-29-15-12-31.gh-issue-116117.eENkQK.rst | 2 | ||||
-rw-r--r-- | Misc/sbom.spdx.json | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-02-29-15-12-31.gh-issue-116117.eENkQK.rst b/Misc/NEWS.d/next/Build/2024-02-29-15-12-31.gh-issue-116117.eENkQK.rst new file mode 100644 index 0000000..22477b3 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-02-29-15-12-31.gh-issue-116117.eENkQK.rst @@ -0,0 +1,2 @@ +Backport ``libb2``'s PR #42 to fix compiling CPython on 32-bit Windows +with ``clang-cl``. diff --git a/Misc/sbom.spdx.json b/Misc/sbom.spdx.json index 49c1bf5..7e9aa6d 100644 --- a/Misc/sbom.spdx.json +++ b/Misc/sbom.spdx.json @@ -678,11 +678,11 @@ "checksums": [ { "algorithm": "SHA1", - "checksumValue": "6fa074693aa7305018dfa8db48010a8ef1050ad4" + "checksumValue": "f935d64cc633c38e09fc2d89281c95edfbc1fb05" }, { "algorithm": "SHA256", - "checksumValue": "c8c6dd861ac193d4a0e836242ff44900f83423f86d2c2940c8c4c1e41fbd5812" + "checksumValue": "b932aa273b2504606a48895a50ff08c883f7a68a7e4aced5daa909c43348605a" } ], "fileName": "Modules/_blake2/impl/blake2b.c" @@ -762,11 +762,11 @@ "checksums": [ { "algorithm": "SHA1", - "checksumValue": "d2691353fa54ac6ffcd7c0a294984dc9d7968ef7" + "checksumValue": "13ac5bb93578a7ee8f815b4e247e82c849992bbe" }, { "algorithm": "SHA256", - "checksumValue": "cfd7948c9fd50e9f9c62f8a93b20a254d1d510a862d1092af4f187b7c1a859a3" + "checksumValue": "25ec5dd5c79f916307358059fe9f633781f27df1c0e0962c4fcccdda1feb93a7" } ], "fileName": "Modules/_blake2/impl/blake2s.c" |