This repository was archived by the owner on Dec 20, 2020. It is now read-only.
File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
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.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
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.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
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.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
24
24
```
25
25
26
26
[ badge-build ] : https://travis-ci.org/mayeut/patch-macos-python-openssl.svg?branch=master " Build Status "
Original file line number Diff line number Diff line change 2
2
3
3
set -x -e -u
4
4
5
- OPENSSL_VERSION=1.0.2r
6
- OPENSSL_SHA256=ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6
5
+ OPENSSL_VERSION=1.0.2s
6
+ OPENSSL_SHA256=cabd5c9492825ce5bd23f3c3aeed6a97f8142f606d893df216411f07d1abab96
7
7
8
8
if [ " ${PYTHON_VERSION} " == " 3.4" ]; then
9
9
PYTHON_VERSION_FULL=3.4.4
You can’t perform that action at this time.
0 commit comments