diff --git a/README.md b/README.md index e3363ff..cf18760 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ to update you need: -apt install python3-pip python3.4 python3.5 python3.4-dev python3.5-dev python3.6 python3.6-dev +apt install python3-pip python3-venv python3.5 python3.5-dev python3.6 python3.6-dev python3.6-dev + + +# TOR update + +wget https://www.torproject.org/dist/torbrowser/8.0.4/tor-browser-linux64-8.0.4_en-US.tar.xz +tar xvf tor-browser-linux64-8.0.4_en-US.tar.xz + +rm -r tor +mv tor-browser_en-US/Browser/TorBrowser/Tor tor +mv tor/libstdc++/libstdc++.so.6 tor/ +rmdir tor/libstdc++/ +rm -r tor/PluggableTransports +rm -r tor-browser_en-US + diff --git a/tor/libcrypto.so.1.0.0 b/tor/libcrypto.so.1.0.0 index 8bb4a7b..74e4607 100755 Binary files a/tor/libcrypto.so.1.0.0 and b/tor/libcrypto.so.1.0.0 differ diff --git a/tor/libevent-2.0.so.5 b/tor/libevent-2.0.so.5 deleted file mode 100755 index 1bf7016..0000000 Binary files a/tor/libevent-2.0.so.5 and /dev/null differ diff --git a/tor/libevent-2.1.so.6 b/tor/libevent-2.1.so.6 new file mode 100755 index 0000000..6371c8a Binary files /dev/null and b/tor/libevent-2.1.so.6 differ diff --git a/tor/libgmp.so.10 b/tor/libgmp.so.10 index 106a421..3ec8883 100755 Binary files a/tor/libgmp.so.10 and b/tor/libgmp.so.10 differ diff --git a/tor/libssl.so.1.0.0 b/tor/libssl.so.1.0.0 index 0756959..2efad5d 100755 Binary files a/tor/libssl.so.1.0.0 and b/tor/libssl.so.1.0.0 differ diff --git a/tor/libstdc++.so.6 b/tor/libstdc++.so.6 index 2bf67f0..7421ac6 100755 Binary files a/tor/libstdc++.so.6 and b/tor/libstdc++.so.6 differ diff --git a/tor/tor b/tor/tor index ae3734f..d45fee7 100755 Binary files a/tor/tor and b/tor/tor differ