mirror of
https://github.com/python/cpython.git
synced 2026-05-04 09:31:02 +00:00
Merge 98d08c4a87 into c55cce2e5f
This commit is contained in:
commit
c12217213d
3 changed files with 3 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
|
|||
for name_ver in [
|
||||
"bzip2-1.0.8-3",
|
||||
"libffi-3.4.4-3",
|
||||
"openssl-3.0.20-0",
|
||||
"openssl-3.5.6-0",
|
||||
"sqlite-3.50.4-0",
|
||||
"xz-5.4.6-1",
|
||||
"zstd-1.5.7-2"
|
||||
|
|
|
|||
|
|
@ -319,7 +319,7 @@ def unpack_deps(
|
|||
for name_ver in [
|
||||
"BZip2-1.0.8-2",
|
||||
"libFFI-3.4.7-2",
|
||||
"OpenSSL-3.0.20-1",
|
||||
"OpenSSL-3.5.6-1",
|
||||
"XZ-5.6.4-2",
|
||||
"mpdecimal-4.0.0-2",
|
||||
"zstd-1.5.7-1",
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Updated bundled version of OpenSSL to 3.5.6.
|
||||
Loading…
Add table
Add a link
Reference in a new issue