]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685)
authorZachary Ware <zach@python.org>
Wed, 4 Sep 2024 22:42:58 +0000 (17:42 -0500)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 22:42:58 +0000 (17:42 -0500)
Android/android.py
Misc/NEWS.d/next/Build/2024-09-04-12-01-43.gh-issue-123418.ynzspB.rst [new file with mode: 0644]

index b5403b5d2a4a5e4440641556c394b42a39747015..bfa7832a4a83dab982fa669c4cdabaf13caa34e5 100755 (executable)
@@ -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 (file)
index 0000000..38d0e02
--- /dev/null
@@ -0,0 +1 @@
+Updated Android build to use OpenSSL 3.0.15.