Skip to content

Commit 7d530aa

Browse files
authored
[3.13] gh-151159: Bump OpenSSL version for Android (GH-151200)
1 parent 2d8b0b8 commit 7d530aa

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
216216
for name_ver in [
217217
"bzip2-1.0.8-3",
218218
"libffi-3.4.4-3",
219-
"openssl-3.0.20-0",
219+
"openssl-3.0.21-0",
220220
"sqlite-3.50.4-0",
221221
"xz-5.4.6-1"
222222
]:

Misc/NEWS.d/next/Security/2026-05-02-16-27-17.gh-issue-149254.ng1cPU.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bumps the OpenSSL version to 3.0.21 on Android.

0 commit comments

Comments
 (0)