diff options
-rw-r--r-- | network/tor/README | 6 | ||||
-rw-r--r-- | network/tor/tor.SlackBuild | 2 | ||||
-rw-r--r-- | network/tor/tor.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/network/tor/README b/network/tor/README index 28a799da09..ef4c0eff74 100644 --- a/network/tor/README +++ b/network/tor/README @@ -26,8 +26,10 @@ The following can be used to start/stop tor automatically: torsocks is an optional dependency. See README.SLACKWARE for more information. -nacl is an optional dependency and may provide faster performance on 32-bit -systems. + +optional dependencies: +- zstd for better compression ratios. +- nacl may provide faster performance on 32-bit systems. Take a look at README.SLACKWARE for important notes and read also very carefully the essential hints that tor developers give you diff --git a/network/tor/tor.SlackBuild b/network/tor/tor.SlackBuild index 0d10156e72..83b18090e7 100644 --- a/network/tor/tor.SlackBuild +++ b/network/tor/tor.SlackBuild @@ -26,7 +26,7 @@ # Updated by Fernando Lopez Jr. fernando.lopezjr@gmail.com PRGNAM=tor -VERSION=${VERSION:-0.3.3.9} +VERSION=${VERSION:-0.3.4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/tor/tor.info b/network/tor/tor.info index 6a140d95ee..2b98b9be09 100644 --- a/network/tor/tor.info +++ b/network/tor/tor.info @@ -1,8 +1,8 @@ PRGNAM="tor" -VERSION="0.3.3.9" +VERSION="0.3.4.8" HOMEPAGE="https://www.torproject.org/" -DOWNLOAD="https://dist.torproject.org/tor-0.3.3.9.tar.gz" -MD5SUM="16b24bda0772dc3d5c4c05254ec4bce7" +DOWNLOAD="https://dist.torproject.org/tor-0.3.4.8.tar.gz" +MD5SUM="84497a248f49ed42c344612501bae934" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |