Skip to content

Commit 20758f9

Browse files
authored
gh-139573: Update OpenSSL version used in iOS builds (#139582)
Update OpenSSL version used in iOS builds.
1 parent 9964320 commit 20758f9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Apple/__main__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,18 @@ def unpack_deps(
312312
On iOS, as a safety mechanism, any dynamic libraries will be purged from
313313
the unpacked dependencies.
314314
"""
315+
# To create new builds of these dependencies, usually all that's necessary
316+
# is to push a tag to the cpython-apple-source-deps repository, and GitHub
317+
# Actions will do the rest.
318+
#
319+
# If you're a member of the Python core team, and you'd like to be able to
320+
# push these tags yourself, please contact Malcolm Smith or Russell
321+
# Keith-Magee.
315322
deps_url = "https://github.com/beeware/cpython-apple-source-deps/releases/download"
316323
for name_ver in [
317324
"BZip2-1.0.8-2",
318325
"libFFI-3.4.7-2",
319-
"OpenSSL-3.0.17-1",
326+
"OpenSSL-3.0.18-1",
320327
"XZ-5.6.4-2",
321328
"mpdecimal-4.0.0-2",
322329
"zstd-1.5.7-1",

0 commit comments

Comments
 (0)