Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

Commit 3e519cb

Browse files
committed
Update OpenSSL from 1.0.2r to 1.0.2s
1 parent aa8ee42 commit 3e519cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ macOS python 3.4.4 & 3.5.4 official installers are using Apple provided OpenSSL
88

99
What is the patch ?
1010
-------------------
11-
The patch provides OpenSSL 1.0.2r and an _ssl module rebuilt using this updated OpenSSL
11+
The patch provides OpenSSL 1.0.2s and an _ssl module rebuilt using this updated OpenSSL
1212

1313
How to install the patch ?
1414
--------------------------
1515
For Python 3.4.4:
1616
```
17-
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2r/patch-macos-python-3.4-openssl-v1.0.2r.tar.gz
18-
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.4/ -xmf patch-macos-python-3.4-openssl-v1.0.2r.tar.gz
17+
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2s/patch-macos-python-3.4-openssl-v1.0.2s.tar.gz
18+
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.4/ -xmf patch-macos-python-3.4-openssl-v1.0.2s.tar.gz
1919
```
2020
For Python 3.5.4:
2121
```
22-
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2r/patch-macos-python-3.5-openssl-v1.0.2r.tar.gz
23-
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.5/ -xmf patch-macos-python-3.5-openssl-v1.0.2r.tar.gz
22+
curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2s/patch-macos-python-3.5-openssl-v1.0.2s.tar.gz
23+
sudo tar -C /Library/Frameworks/Python.framework/Versions/3.5/ -xmf patch-macos-python-3.5-openssl-v1.0.2s.tar.gz
2424
```
2525

2626
[badge-build]: https://travis-ci.org/mayeut/patch-macos-python-openssl.svg?branch=master "Build Status"

create-patch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -x -e -u
44

5-
OPENSSL_VERSION=1.0.2r
6-
OPENSSL_SHA256=ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6
5+
OPENSSL_VERSION=1.0.2s
6+
OPENSSL_SHA256=cabd5c9492825ce5bd23f3c3aeed6a97f8142f606d893df216411f07d1abab96
77

88
if [ "${PYTHON_VERSION}" == "3.4" ]; then
99
PYTHON_VERSION_FULL=3.4.4

0 commit comments

Comments
 (0)