From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] gnu: tor: Recommend torsocks. Date: Thu, 15 Dec 2016 10:37:21 +0000 Message-ID: <878trhlbq6.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> References: <20161018233949.22799-1-ng0@we.make.ritual.n0.is> <20161018233949.22799-2-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHTQM-000430-06 for guix-devel@gnu.org; Thu, 15 Dec 2016 05:38:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHTQI-0002Np-VR for guix-devel@gnu.org; Thu, 15 Dec 2016 05:38:06 -0500 Received: from aibo.runbox.com ([91.220.196.211]:33700) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHTQI-0002MR-O7 for guix-devel@gnu.org; Thu, 15 Dec 2016 05:38:02 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cHTQG-0005O5-85 for guix-devel@gnu.org; Thu, 15 Dec 2016 11:38:00 +0100 Received: from tor-exit-readme.memcpy.io ([163.172.67.180] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cHTPe-0003cC-E5 for guix-devel@gnu.org; Thu, 15 Dec 2016 11:37:22 +0100 In-Reply-To: <20161018233949.22799-2-ng0@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi, I see this received no feedback so far. Can someone review this? Or is it already on someones list? Thanks. ng0 writes: > * gnu/packages/tor.scm (tor)[description]: Recommend torsocks. > --- > gnu/packages/tor.scm | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm > index e6fbf6e..f0970ef 100644 > --- a/gnu/packages/tor.scm > +++ b/gnu/packages/tor.scm > @@ -54,9 +54,6 @@ > `(("zlib" ,zlib) > ("openssl" ,openssl) > ("libevent" ,libevent))) > - > - ;; TODO: Recommend `torsocks' since `torify' needs it. > - > (home-page "https://www.torproject.org/") > (synopsis "Anonymous network router to improve privacy on the Internet") > (description > @@ -66,7 +63,11 @@ somebody watching your Internet connection from learning what sites you > visit, and it prevents the sites you visit from learning your physical > location. Tor works with many of your existing applications, including > web browsers, instant messaging clients, remote login, and other > -applications based on the TCP protocol.") > +applications based on the TCP protocol. > +To @code{torify} applications (to take measures to ensure that an application, > +which has not been designed for use with Tor such as ssh, will use only Tor for > +internet connectivity, and also ensures that there are no leaks from DNS, UDP or > +the application layer) you need to install @code{torsocks}.") > (license bsd-3))) > > (define-public torsocks > -- > 2.10.1 > > -- ♥Ⓐ ng0 | ng0.chaosnet.org