[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [oonib/master] Download openssl with wget as well to fix SSL errors on MLAB
commit 94d34521e9ec7f6a61b1d486dbc53506cb9034cb
Author: Arturo Filastò <arturo@xxxxxxxxxxx>
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"
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits