aboutsummaryrefslogtreecommitdiff
path: root/network/tor/tor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/tor/tor.SlackBuild')
-rw-r--r--network/tor/tor.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/tor/tor.SlackBuild b/network/tor/tor.SlackBuild
index 1e89af95251e..fa9cdd43069c 100644
--- a/network/tor/tor.SlackBuild
+++ b/network/tor/tor.SlackBuild
@@ -25,7 +25,7 @@
# Updated by Donald Cooley dfc@warpmail.net
PRGNAM=tor
-VERSION=${VERSION:-0.2.3.25}
+VERSION=${VERSION:-0.2.4.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -103,6 +103,7 @@ CFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--with-tor-user=$TOR_USER \
--with-tor-group=$TOR_GROUP \
+ --enable-openbsd-malloc \
--build=$ARCH-slackware-linux
make
@@ -115,7 +116,6 @@ chmod 0700 $PKG/var/lib/tor
install -D -m 0755 $CWD/rc.tor $PKG/etc/rc.d/rc.tor.new
install -D -m 0755 contrib/torctl $PKG/usr/bin/torctl
install -D -m 0644 $CWD/torrc $PKG/etc/tor/torrc.new
-mv $PKG/etc/tor/tor-tsocks.conf $PKG/etc/tor/tor-tsocks.conf.new
mkdir -p $PKG/etc/logrotate.d
sed -e "s,@USER@,$TOR_USER," -e "s,@GROUP@,$TOR_GROUP," $CWD/logrotate.tor \
> $PKG/etc/logrotate.d/tor.new