diff options
author | Ned Deily <nad@python.org> | 2022-03-15 20:53:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 20:53:48 (GMT) |
commit | e8b72fc7f3937b6b86354110917da161ca36cff7 (patch) | |
tree | 315bba01c67fac3dd78fd4024adefbfd5eae7764 /Misc | |
parent | 7a315d8a0d4df01f96d82286739b86920ccebc05 (diff) | |
download | cpython-e8b72fc7f3937b6b86354110917da161ca36cff7.zip cpython-e8b72fc7f3937b6b86354110917da161ca36cff7.tar.gz cpython-e8b72fc7f3937b6b86354110917da161ca36cff7.tar.bz2 |
[3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31912)
* bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n.
* Revert inadvertent sqlite downgrade
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-03-15-11-53-10.bpo-47024.p3PjRy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-03-15-11-53-10.bpo-47024.p3PjRy.rst b/Misc/NEWS.d/next/Build/2022-03-15-11-53-10.bpo-47024.p3PjRy.rst new file mode 100644 index 0000000..235ece3 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-03-15-11-53-10.bpo-47024.p3PjRy.rst @@ -0,0 +1 @@ +Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. |