commit fd66dca7c4bb63bfa11d924449613d2226aa74f7 Author: stephen soltesz stephen.soltesz@gmail.com Date: Thu Jun 6 17:16:05 2013 +0000
zlib 1.2.7 removed from zlib.net; update to 1.2.8 --- 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 d46b04d..557282d 100755 --- a/scripts/build_tor2web_tor.sh +++ b/scripts/build_tor2web_tor.sh @@ -3,9 +3,9 @@ # Versions of libraries that we need to build a static Tor OPENSSL_VERSION=1.0.1e LIBEVENT_VERSION=2.0.21-stable -ZLIB_VERSION=1.2.7 +ZLIB_VERSION=1.2.8 TOR_VERSION=0.2.3.25 -ZLIB_MD5=60df6a37c56e7c1366cca812414f7b85 +ZLIB_MD5=44d667c142d7cda120332623eab69f40
SCRIPT_ROOT=`pwd`