Skip to content

Commit

Permalink
pythongh-100180: Update macOS installer to OpenSSL 1.1.1s (pythonGH-1…
Browse files Browse the repository at this point in the history
…00908)

(cherry picked from commit 57a5259)

Co-authored-by: Ned Deily <nad@python.org>
  • Loading branch information
ned-deily authored and miss-islington committed Jan 10, 2023
1 parent 03732b1 commit 9255788
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
7 changes: 3 additions & 4 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,9 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 1.1.1q",
url="https://www.openssl.org/source/openssl-1.1.1q.tar.gz",
checksum='d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca',
patches=['openssl1.1.1q-pr-18719.patch'],
name="OpenSSL 1.1.1s",
url="https://www.openssl.org/source/openssl-1.1.1s.tar.gz",
checksum='c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
Expand Down
17 changes: 0 additions & 17 deletions Mac/BuildScript/openssl1.1.1q-pr-18719.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to OpenSSL 1.1.1s

0 comments on commit 9255788

Please sign in to comment.