diff options
Diffstat (limited to 'security/tor')
-rw-r--r-- | security/tor/Makefile | 2 | ||||
-rw-r--r-- | security/tor/distinfo | 4 | ||||
-rw-r--r-- | security/tor/files/patch-contrib-tor.sh.in | 13 |
3 files changed, 14 insertions, 5 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 528fbfccaec4..b485e9335fee 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -PORTVERSION= 0.1.0.12 +PORTVERSION= 0.1.0.14 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ diff --git a/security/tor/distinfo b/security/tor/distinfo index dd7ac858dccc..b7e0032bec88 100644 --- a/security/tor/distinfo +++ b/security/tor/distinfo @@ -1,2 +1,2 @@ -MD5 (tor-0.1.0.12.tar.gz) = 8f4fea2631f5f8c973cff6700960b937 -SIZE (tor-0.1.0.12.tar.gz) = 630549 +MD5 (tor-0.1.0.14.tar.gz) = a3698218371ed0e647886fef0545bb44 +SIZE (tor-0.1.0.14.tar.gz) = 631723 diff --git a/security/tor/files/patch-contrib-tor.sh.in b/security/tor/files/patch-contrib-tor.sh.in index ebf4e9359cbd..c271ee2e4d54 100644 --- a/security/tor/files/patch-contrib-tor.sh.in +++ b/security/tor/files/patch-contrib-tor.sh.in @@ -1,5 +1,5 @@ ---- contrib/tor.sh.in.orig Sat Jun 18 13:27:28 2005 -+++ contrib/tor.sh.in Sat Jun 18 13:29:00 2005 +--- contrib/tor.sh.in.orig Sun Jun 5 15:44:43 2005 ++++ contrib/tor.sh.in Fri Sep 2 13:25:51 2005 @@ -5,12 +5,12 @@ # chkconfig: 2345 90 10 # description: Onion Router @@ -17,3 +17,12 @@ TORCONF=@CONFDIR@/torrc # Strictly speaking, we don't need to su if we have --user and --group. +@@ -48,7 +48,7 @@ + if [ "x$TORUSER" = "x" ]; then + $TORBIN -f $TORCONF $TORARGS + else +- $SUPROG -c "$TORBIN -f $TORCONF $TORARGS" $TORUSER ++ $SUPROG $TORUSER -c "$TORBIN -f $TORCONF $TORARGS" + fi + RETVAL=$? + if [ $RETVAL -eq 0 ]; then |