Date: Tue, 24 May 2005 08:57:00 -0400 (EDT) From: rik <freebsd-ports@rikrose.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81435: maintainer-update: security/tor 0.0.9.2 -> 0.0.9.9 to make work Message-ID: <200505241257.j4OCv0qi081840@spoon.pkl.net> Resent-Message-ID: <200505241300.j4OD0FIp053038@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81435 >Category: ports >Synopsis: maintainer-update: security/tor 0.0.9.2 -> 0.0.9.9 to make work >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 24 13:00:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: rik >Release: FreeBSD 4.9-STABLE i386 >Organization: N/A >Environment: System: FreeBSD spoon.pkl.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Mar 4 22:27:24 EST 2004 root@spoon.pkl.net:/usr/src/sys/compile/SPOON i386 >Description: tor-0.0.9.2 no longer works for connections into the tor network. update to tor-0.0.9.9 to fix. My apologies to all the potential users who found this. >How-To-Repeat: >Fix: Note for committers. You can cvs rm files/patch-aa files/patch-src::or::or.h diff -ruN tor.old/Makefile tor/Makefile --- tor.old/Makefile Mon May 23 12:31:35 2005 +++ tor/Makefile Mon May 23 12:42:12 2005 @@ -6,8 +6,8 @@ # PORTNAME= tor -PORTVERSION= 0.0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.0.9.9 +# PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://tor.eff.org/dist/ diff -ruN tor.old/distinfo tor/distinfo --- tor.old/distinfo Mon May 23 12:31:35 2005 +++ tor/distinfo Mon May 23 12:39:53 2005 @@ -1,2 +1,2 @@ -MD5 (tor-0.0.9.2.tar.gz) = 65fe27324904c350be555e4eb0ae9fcd -SIZE (tor-0.0.9.2.tar.gz) = 539296 +MD5 (tor-0.0.9.9.tar.gz) = a9979fc4d20d7e3734d7b8a51e60a7d5 +SIZE (tor-0.0.9.9.tar.gz) = 574809 diff -ruN tor.old/files/patch-aa tor/files/patch-aa --- tor.old/files/patch-aa Sat Jan 29 21:05:05 2005 +++ tor/files/patch-aa Mon May 23 12:51:29 2005 @@ -1,29 +0,0 @@ ---- contrib/tor.sh.in.orig Sat Jan 29 20:41:19 2005 -+++ contrib/tor.sh.in Sat Jan 29 20:46:14 2005 -@@ -5,12 +5,12 @@ - # chkconfig: 2345 90 10 - # description: Onion Router - --TORUSER= --TORGROUP= -+TORUSER=_tor -+TORGROUP=_tor - TORBIN=@BINDIR@/tor --TORPID=@LOCALSTATEDIR@/run/tor/tor.pid --TORLOG=@LOCALSTATEDIR@/log/tor/tor.log --TORDATA=@LOCALSTATEDIR@/lib/tor -+TORPID=/var/run/tor.pid -+TORLOG=/var/log/tor.log -+TORDATA=/var/db/tor/data - - TORCONF=@CONFDIR@/torrc - # Strictly speaking, we don't need to su if we have --user and --group. -@@ -36,7 +36,7 @@ - if [ "x$TORUSER" = "x" ]; then - $TORBIN -f $TORCONF $TORARGS - else -- /bin/su -c "$TORBIN -f $TORCONF $TORARGS" $TORUSER -+ /usr/bin/su $TORUSER -c "$TORBIN -f $TORCONF $TORARGS" - fi - RETVAL=$? - if [ $RETVAL -eq 0 ]; then >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505241257.j4OCv0qi081840>