mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
base: Bump openssl to 1.0.2q
1.0.2o is now longer served. OpenSSH does currently not support 1.1 per: https://github.com/openssh/openssh-portable/pull/48
This commit is contained in:
parent
537a464742
commit
148cb4ce12
@ -47,10 +47,9 @@ source $MY_DIR/utils.sh
|
|||||||
# copied from https://github.com/pypa/manylinux/tree/master/docker/build_scripts
|
# copied from https://github.com/pypa/manylinux/tree/master/docker/build_scripts
|
||||||
#
|
#
|
||||||
|
|
||||||
OPENSSL_ROOT=openssl-1.0.2o
|
OPENSSL_ROOT=openssl-1.0.2q
|
||||||
# Hash from https://www.openssl.org/source/openssl-1.0.2o.tar.gz.sha256
|
# Hash from https://www.openssl.org/source/openssl-1.0.2q.tar.gz.sha256
|
||||||
# Matches hash at https://github.com/Homebrew/homebrew-core/blob/1766321103d9780f6e38d3ac7681b8fa42cdca86/Formula/openssl.rb#L11
|
OPENSSL_HASH=5744cfcbcec2b1b48629f7354203bc1e5e9b5466998bbccc5b5fcde3b18eb684
|
||||||
OPENSSL_HASH=ec3f5c9714ba0fd45cb4e087301eb1336c317e0d20b575a125050470e8089e4d
|
|
||||||
|
|
||||||
# XXX: the official https server at www.openssl.org cannot be reached
|
# XXX: the official https server at www.openssl.org cannot be reached
|
||||||
# with the old versions of openssl and curl in Centos 5.11 hence the fallback
|
# with the old versions of openssl and curl in Centos 5.11 hence the fallback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user