This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new f37dbbc Fix openssl download url is not avaliable (#3281) f37dbbc is described below commit f37dbbc8901154dabcc10feaddb47c732b200ad5 Author: yangzhg <780531...@qq.com> AuthorDate: Wed Apr 8 19:00:48 2020 +0800 Fix openssl download url is not avaliable (#3281) --- thirdparty/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh index 65eaec2..b048a9c 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -61,7 +61,7 @@ LIBEVENT_SOURCE=libevent-master LIBEVENT_MD5SUM="e8b9ba50270ba3b520aec8ff1089f9d7" # openssl -OPENSSL_DOWNLOAD="https://www.openssl.org/source/openssl-1.0.2k.tar.gz" +OPENSSL_DOWNLOAD="https://www.openssl.org/source/old/1.0.2/openssl-1.0.2k.tar.gz" OPENSSL_NAME=openssl-1.0.2k.tar.gz OPENSSL_SOURCE=openssl-1.0.2k OPENSSL_MD5SUM="f965fc0bf01bf882b31314b61391ae65" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org