This repository was archived by the owner on Dec 20, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ macOS python 3.4.4 & 3.5.4 official installers are using Apple provided OpenSSL
8
8
9
9
What is the patch ?
10
10
-------------------
11
- The patch provides OpenSSL 1.0.2q and an _ ssl module rebuilt using this updated OpenSSL
11
+ The patch provides OpenSSL 1.0.2r and an _ ssl module rebuilt using this updated OpenSSL
12
12
13
13
How to install the patch ?
14
14
--------------------------
15
15
For Python 3.4.4:
16
16
```
17
- curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2q /patch-macos-python-3.4-openssl-v1.0.2q .tar.gz
18
- sudo tar -C /Library/Frameworks/Python.framework/Versions/3.4/ -xmf patch-macos-python-3.4-openssl-v1.0.2q .tar.gz
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
19
19
```
20
20
For Python 3.5.4:
21
21
```
22
- curl -fsSLO https://github.com/mayeut/patch-macos-python-openssl/releases/download/v1.0.2q /patch-macos-python-3.5-openssl-v1.0.2q .tar.gz
23
- sudo tar -C /Library/Frameworks/Python.framework/Versions/3.5/ -xmf patch-macos-python-3.5-openssl-v1.0.2q .tar.gz
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
24
24
```
25
25
26
26
[ badge-build ] : https://travis-ci.org/mayeut/patch-macos-python-openssl.svg?branch=master " Build Status "
You can’t perform that action at this time.
0 commit comments