Date: Fri, 5 May 2006 14:50:17 GMT From: Peter Thoenen <peter.thoenen@yahoo.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/96000: [Maintainer Update] security/tor-devel doesn't start on boot Message-ID: <200605051450.k45EoHof081449@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/96000; it has been noted by GNATS. From: Peter Thoenen <peter.thoenen@yahoo.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/96000: [Maintainer Update] security/tor-devel doesn't start on boot Date: Fri, 5 May 2006 07:41:44 -0700 (PDT) --0-1933779006-1146840104=:96830 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Attached is the fix for this and yet another update (1.1.19). --0-1933779006-1146840104=:96830 Content-Type: text/plain; name="tor.diff.txt" Content-Description: 3935507696-tor.diff.txt Content-Disposition: inline; filename="tor.diff.txt" diff -ruN tor-devel.orig/Makefile tor-devel/Makefile --- tor-devel.orig/Makefile Fri Apr 21 21:55:55 2006 +++ tor-devel/Makefile Fri May 5 17:13:29 2006 @@ -6,9 +6,10 @@ # PORTNAME= tor -PORTVERSION= 0.1.1.18 +PORTVERSION= 0.1.1.19 CATEGORIES= security net -MASTER_SITES= http://tor.eff.org/dist/ +MASTER_SITES= http://tor.eff.org/dist/ \ + http://mirror.onionland.org/dist/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${PORTVERSION}-rc diff -ruN tor-devel.orig/distinfo tor-devel/distinfo --- tor-devel.orig/distinfo Fri Apr 21 21:55:55 2006 +++ tor-devel/distinfo Fri May 5 17:02:19 2006 @@ -1,3 +1,3 @@ -MD5 (tor-0.1.1.18-rc.tar.gz) = 1e67150f74b23db92fdf8000a5ed107b -SHA256 (tor-0.1.1.18-rc.tar.gz) = 98c6ae87a41ceafbc98fea7128bba8ffce2857610ef367da3a4c0d9fcc963193 -SIZE (tor-0.1.1.18-rc.tar.gz) = 811574 +MD5 (tor-0.1.1.19-rc.tar.gz) = d0a4d78ca86bbe5ac97d9eb811569dc8 +SHA256 (tor-0.1.1.19-rc.tar.gz) = bbc3aa78cc78bd3ba6f41b4c8cbae3a06cf406cbff1112f1b2ce8ed23b936b44 +SIZE (tor-0.1.1.19-rc.tar.gz) = 816793 diff -ruN tor-devel.orig/files/tor.in tor-devel/files/tor.in --- tor-devel.orig/files/tor.in Fri Apr 21 21:55:55 2006 +++ tor-devel/files/tor.in Fri Apr 21 22:13:30 2006 @@ -2,6 +2,7 @@ # # $FreeBSD: ports/security/tor-devel/files/tor.in,v 1.2 2006/04/13 13:43:02 johans Exp $ # +# PROVIDE: tor # REQUIRE: NETWORKING SERVERS USR # BEFORE: LOGIN # diff -ruN tor-devel.orig/pkg-plist tor-devel/pkg-plist --- tor-devel.orig/pkg-plist Fri Apr 21 21:55:55 2006 +++ tor-devel/pkg-plist Fri Apr 21 22:09:31 2006 @@ -1,6 +1,7 @@ bin/tor bin/tor-resolve bin/torify +etc/rc.d/tor etc/tor/tor-tsocks.conf.sample etc/tor/torrc.sample @dirrm etc/tor --0-1933779006-1146840104=:96830--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605051450.k45EoHof081449>