Skip to content

Commit ea03426

Browse files
authored
Update OpenSSL from 1.0.2r to 1.0.2s (#321)
1 parent 11f3a4d commit ea03426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/build_scripts/build_env.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ CPYTHON_VERSIONS="2.7.16 3.4.10 3.5.7 3.6.8 3.7.3"
55

66
# openssl version to build, with expected sha256 hash of .tar.gz
77
# archive.
8-
OPENSSL_ROOT=openssl-1.0.2r
9-
OPENSSL_HASH=ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6
8+
OPENSSL_ROOT=openssl-1.0.2s
9+
OPENSSL_HASH=cabd5c9492825ce5bd23f3c3aeed6a97f8142f606d893df216411f07d1abab96
1010
OPENSSL_DOWNLOAD_URL=https://www.openssl.org/source
1111

1212
PATCHELF_VERSION=0.10

0 commit comments

Comments
 (0)