diff options
-rw-r--r-- | network/tor/README | 6 | ||||
-rw-r--r-- | network/tor/README.SLACKWARE | 4 | ||||
-rw-r--r-- | network/tor/tor.SlackBuild | 2 | ||||
-rw-r--r-- | network/tor/tor.info | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/network/tor/README b/network/tor/README index 149d5c911d..425c746d6f 100644 --- a/network/tor/README +++ b/network/tor/README @@ -8,9 +8,11 @@ applications with built-in anonymity, safety, and privacy features. This script requires a 'tor' user/group to exist before running. The recommended UID/GID is 220. You can create these like so: groupadd -g 220 tor - useradd -u 220 -g 220 -c "The Onion Router" -d /dev/null -s /bin/false tor + useradd -u 220 -g 220 -c "The Onion Router" -d /dev/null \ + -s /bin/false tor -You can pass another user/group to the script; this is however, less safe: +You can pass another user/group to the script; this is however, less +safe: TOR_USER=nobody TOR_GROUP=nogroup sh tor.SlackBuild The following can be used to start/stop tor automatically: diff --git a/network/tor/README.SLACKWARE b/network/tor/README.SLACKWARE index cc45175114..70b0f821d7 100644 --- a/network/tor/README.SLACKWARE +++ b/network/tor/README.SLACKWARE @@ -16,3 +16,7 @@ Starting from Tor 0.4.2.5 this is the default for the tor.SlackBuild. Also, since Tor 0.4.2.5 contrib/dist/torctl has been removed by upstream. Have a look at https://bugs.torproject.org/30550 + +In case your relay does not start after the upgrade to Tor 0.4.5.6+ +make sure your system is IPv6 ready. Have a look at +https://lists.torproject.org/pipermail/tor-relays/2021-February/019299.html diff --git a/network/tor/tor.SlackBuild b/network/tor/tor.SlackBuild index 15ede35d52..20a1f978dc 100644 --- a/network/tor/tor.SlackBuild +++ b/network/tor/tor.SlackBuild @@ -27,7 +27,7 @@ # Updated by Markus Reichelt slackbuilds@mareichelt.de PRGNAM=tor -VERSION=${VERSION:-0.4.4.7} +VERSION=${VERSION:-0.4.5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/tor/tor.info b/network/tor/tor.info index c0f4432b80..5729b62251 100644 --- a/network/tor/tor.info +++ b/network/tor/tor.info @@ -1,8 +1,8 @@ PRGNAM="tor" -VERSION="0.4.4.7" +VERSION="0.4.5.6" HOMEPAGE="https://www.torproject.org/" -DOWNLOAD="https://dist.torproject.org/tor-0.4.4.7.tar.gz" -MD5SUM="6ea60eb939ab3633a682a81fb46dd37f" +DOWNLOAD="https://dist.torproject.org/tor-0.4.5.6.tar.gz" +MD5SUM="22a04ef62c714b7d9d8928ebe238e4c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |