From fc9286d03a79837d70d8f209521d73f6b18d171b Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 15 Dec 2016 10:37:21 +0000 Subject: gnu: tor: Recommend torsocks. * gnu/packages/tor.scm (tor)[description]: Recommend torsocks. Signed-off-by: Kei Kebreau --- gnu/packages/tor.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gnu/packages/tor.scm') diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 92644fed2e..031c23a610 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 -- cgit 1.4.1 From 55b2756906b87f091ea6bd88e6e056a5e5089afb Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Sat, 17 Dec 2016 16:13:31 -0500 Subject: gnu: tor: split description into two parts for easier reading. * gnu/packages/tor.scm (tor)[description]: Split it. --- gnu/packages/tor.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/tor.scm') diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 031c23a610..707c0c9703 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -64,6 +64,7 @@ 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. + 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 -- cgit 1.4.1 From 08703721590d897ef8f87849887604c100eb561b Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 20 Dec 2016 03:55:38 +0200 Subject: gnu: tor: Update to 0.2.9.8. * gnu/packages/tor.scm (tor): Update to 0.2.9.8. --- gnu/packages/tor.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/tor.scm') diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 707c0c9703..6f26f404be 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -39,14 +39,14 @@ (define-public tor (package (name "tor") - (version "0.2.8.11") + (version "0.2.9.8") (source (origin (method url-fetch) (uri (string-append "https://dist.torproject.org/tor-" version ".tar.gz")) (sha256 (base32 - "1cvaviamvmajzpdgjn2k1rk3g9ywl1c4ygs5157gvnkyl6zs1pks")))) + "0sklgmx4nikcfhqd606kvpwy1l8840w24ikli1xjjx25739k7pgv")))) (build-system gnu-build-system) (native-inputs `(("python" ,python-2))) ; for tests -- cgit 1.4.1