mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
This commit is contained in:
parent
c1a02f9101
commit
63a638c43f
18 changed files with 1277 additions and 38 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Replaces our copy of ``zlib`` with ``zlib-ng``, for performance improvements
|
||||
in :mod:`zlib`.
|
||||
|
|
@ -171,25 +171,25 @@
|
|||
"versionInfo": "5.2.5"
|
||||
},
|
||||
{
|
||||
"SPDXID": "SPDXRef-PACKAGE-zlib",
|
||||
"SPDXID": "SPDXRef-PACKAGE-zlib-ng",
|
||||
"checksums": [
|
||||
{
|
||||
"algorithm": "SHA256",
|
||||
"checksumValue": "e3f3fb32564952006eb18b091ca8464740e5eca29d328cfb0b2da22768e0b638"
|
||||
"checksumValue": "00bbd88709bc416cb96160ab61d3e1c8f76e106799af7328d0fe434dc7dd5004"
|
||||
}
|
||||
],
|
||||
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/zlib-1.3.1.tar.gz",
|
||||
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/zlib-ng-2.2.4.tar.gz",
|
||||
"externalRefs": [
|
||||
{
|
||||
"referenceCategory": "SECURITY",
|
||||
"referenceLocator": "cpe:2.3:a:zlib:zlib:1.3.1:*:*:*:*:*:*:*",
|
||||
"referenceLocator": "cpe:2.3:a:zlib-ng:zlib-ng:2.2.4:*:*:*:*:*:*:*",
|
||||
"referenceType": "cpe23Type"
|
||||
}
|
||||
],
|
||||
"licenseConcluded": "NOASSERTION",
|
||||
"name": "zlib",
|
||||
"name": "zlib-ng",
|
||||
"primaryPackagePurpose": "SOURCE",
|
||||
"versionInfo": "1.3.1"
|
||||
"versionInfo": "2.2.4"
|
||||
}
|
||||
],
|
||||
"spdxVersion": "SPDX-2.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue