https://github.com/python/cpython/commit/d8324335b57bb2502557b5895209b95c4ea3807d
commit: d8324335b57bb2502557b5895209b95c4ea3807d
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2024-09-04T23:08:38Z
summary:

[3.13] gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685) 
(#123715)

gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685)
(cherry picked from commit 1fdfce9452706a8a12ccdacff6d02c9231dc48ce)

Co-authored-by: Zachary Ware <[email protected]>

files:
A Misc/NEWS.d/next/Build/2024-09-04-12-01-43.gh-issue-123418.ynzspB.rst
M Android/android.py

diff --git a/Android/android.py b/Android/android.py
index b5403b5d2a4a5e..bfa7832a4a83da 100755
--- a/Android/android.py
+++ b/Android/android.py
@@ -138,7 +138,7 @@ def make_build_python(context):
 
 def unpack_deps(host):
     deps_url = 
"https://github.com/beeware/cpython-android-source-deps/releases/download";
-    for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-2", "openssl-3.0.13-1",
+    for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-2", "openssl-3.0.15-0",
                      "sqlite-3.45.1-0", "xz-5.4.6-0"]:
         filename = f"{name_ver}-{host}.tar.gz"
         download(f"{deps_url}/{name_ver}/{filename}")
diff --git 
a/Misc/NEWS.d/next/Build/2024-09-04-12-01-43.gh-issue-123418.ynzspB.rst 
b/Misc/NEWS.d/next/Build/2024-09-04-12-01-43.gh-issue-123418.ynzspB.rst
new file mode 100644
index 00000000000000..38d0e02f3ce404
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-09-04-12-01-43.gh-issue-123418.ynzspB.rst
@@ -0,0 +1 @@
+Updated Android build to use OpenSSL 3.0.15.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to