network/tor: Updated for version 0.2.5.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2014-10-26 09:14:51 +07:00 committed by Willy Sudiarto Raharjo
parent 1635f79bd2
commit 43126a6327
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
# Updated by Donald Cooley dfc@warpmail.net
PRGNAM=tor
VERSION=${VERSION:-0.2.4.24}
VERSION=${VERSION:-0.2.5.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -114,7 +114,7 @@ mkdir -p $PKG/var/{run,log,lib}/tor
chown $TOR_USER:$TOR_GROUP $PKG/var/{run,log,lib}/tor
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 0755 contrib/dist/torctl $PKG/usr/bin/torctl
install -D -m 0644 $CWD/torrc $PKG/etc/tor/torrc.new
mkdir -p $PKG/etc/logrotate.d
sed -e "s,@USER@,$TOR_USER," -e "s,@GROUP@,$TOR_GROUP," $CWD/logrotate.tor \

View file

@ -1,8 +1,8 @@
PRGNAM="tor"
VERSION="0.2.4.24"
VERSION="0.2.5.10"
HOMEPAGE="https://www.torproject.org/"
DOWNLOAD="https://www.torproject.org/dist/tor-0.2.4.24.tar.gz"
MD5SUM="9acb86b529f0f48cc495da3801f85d1f"
DOWNLOAD="https://www.torproject.org/dist/tor-0.2.5.10.tar.gz"
MD5SUM="4bde375229a7a7f77c0596ae05556527"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""