Skip to content

Commit 221d0ce

Browse files
committed
Merge pull request #34 from natefoo/update-openssl
Update OpenSSL to 1.0.2g
2 parents 1d745bf + a4034e7 commit 221d0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/build_scripts/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ PY_VERS="2.6.9 2.7.11 3.3.6 3.4.4 3.5.1"
99

1010
# openssl version to build, with expected sha256 hash of .tar.gz
1111
# archive
12-
OPENSSL_ROOT=openssl-1.0.2f
13-
OPENSSL_HASH=932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c
12+
OPENSSL_ROOT=openssl-1.0.2g
13+
OPENSSL_HASH=b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33
1414

1515
# Dependencies for compiling Python that we want to remove from
1616
# the final image after compiling Python

0 commit comments

Comments
 (0)