[tor-commits] [oonib/master] Download openssl with wget as well to fix SSL errors on MLAB
art at torproject.org
art at torproject.org
Mon May 30 13:44:55 UTC 2016
commit 94d34521e9ec7f6a61b1d486dbc53506cb9034cb
Author: Arturo Filastò <arturo at filasto.net>
Date: Tue May 10 19:06:44 2016 +0200
Download openssl with wget as well to fix SSL errors on MLAB
---
scripts/build_tor2web_tor.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/build_tor2web_tor.sh b/scripts/build_tor2web_tor.sh
index 080a878..c9d7d1b 100755
--- a/scripts/build_tor2web_tor.sh
+++ b/scripts/build_tor2web_tor.sh
@@ -12,12 +12,12 @@ SCRIPT_ROOT=`pwd`
# Package URLS
CURL_URLS="\
http://zlib.net/zlib-$ZLIB_VERSION.tar.gz
-https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz.asc
-https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz
https://github.com/downloads/libevent/libevent/libevent-$LIBEVENT_VERSION.tar.gz.asc
https://github.com/downloads/libevent/libevent/libevent-$LIBEVENT_VERSION.tar.gz"
WGET_URLS="\
+https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz.asc
+https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz
https://dist.torproject.org/tor-$TOR_VERSION.tar.gz
https://dist.torproject.org/tor-$TOR_VERSION.tar.gz.asc"
More information about the tor-commits
mailing list