mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00:00
[3.15] gh-151159: Bump OpenSSL versions for iOS and Android (GH-151197)
(cherry picked from commit 627dd14346)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
f1ca289fbf
commit
c3d0205bbc
3 changed files with 3 additions and 2 deletions
|
|
@ -0,0 +1 @@
|
|||
Update Android and iOS installers to use OpenSSL 3.5.7.
|
||||
|
|
@ -219,7 +219,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.5.6-0",
|
||||
"openssl-3.5.7-0",
|
||||
"sqlite-3.53.1-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.5.6-1",
|
||||
"OpenSSL-3.5.7-1",
|
||||
"XZ-5.6.4-2",
|
||||
"mpdecimal-4.0.0-2",
|
||||
"zstd-1.5.7-1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue