tor: depend on torsocks instead of tsocks.
> /usr/bin/torify: torsocks not found in your PATH. Perhaps it isn't > installed? (tsocks is no longer supported, for security reasons.)
This commit is contained in:
parent
a981a1d91c
commit
05ab7e0e13
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'tor'
|
# Template file for 'tor'
|
||||||
pkgname=tor
|
pkgname=tor
|
||||||
version=0.2.7.6
|
version=0.2.7.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel libressl-devel libevent-devel libseccomp-devel"
|
makedepends="zlib-devel libressl-devel libevent-devel libseccomp-devel"
|
||||||
depends="ca-certificates tsocks"
|
depends="ca-certificates torsocks"
|
||||||
conf_files="/etc/tor/torrc"
|
conf_files="/etc/tor/torrc"
|
||||||
system_accounts="tor"
|
system_accounts="tor"
|
||||||
tor_homedir="/var/lib/tor"
|
tor_homedir="/var/lib/tor"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue