unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] tor: recommend torsocks.
@ 2016-10-18 23:39 ng0
  2016-10-18 23:39 ` [PATCH] gnu: tor: Recommend torsocks ng0
  0 siblings, 1 reply; 7+ messages in thread
From: ng0 @ 2016-10-18 23:39 UTC (permalink / raw)
  To: guix-devel

A first and quick version on fixing the "TODO: Recommend torsocks" note.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] gnu: tor: Recommend torsocks.
  2016-10-18 23:39 [PATCH] tor: recommend torsocks ng0
@ 2016-10-18 23:39 ` ng0
  2016-12-15 10:37   ` ng0
  0 siblings, 1 reply; 7+ messages in thread
From: ng0 @ 2016-10-18 23:39 UTC (permalink / raw)
  To: guix-devel

* 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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: tor: Recommend torsocks.
  2016-10-18 23:39 ` [PATCH] gnu: tor: Recommend torsocks ng0
@ 2016-12-15 10:37   ` ng0
  2016-12-15 16:44     ` Kei Kebreau
  2016-12-16 21:33     ` Hartmut Goebel
  0 siblings, 2 replies; 7+ messages in thread
From: ng0 @ 2016-12-15 10:37 UTC (permalink / raw)
  To: guix-devel

Hi, I see this received no feedback so far. Can someone review
this? Or is it already on someones list?

Thanks.

ng0 <ng0@we.make.ritual.n0.is> 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: tor: Recommend torsocks.
  2016-12-15 10:37   ` ng0
@ 2016-12-15 16:44     ` Kei Kebreau
  2016-12-16 15:50       ` Kei Kebreau
  2016-12-16 21:33     ` Hartmut Goebel
  1 sibling, 1 reply; 7+ messages in thread
From: Kei Kebreau @ 2016-12-15 16:44 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1717 bytes --]

ng0 <ng0@libertad.pw> writes:

> Hi, I see this received no feedback so far. Can someone review
> this? Or is it already on someones list?
>
> Thanks.
>
> ng0 <ng0@we.make.ritual.n0.is> 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
>>
>>

LGTM. :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: tor: Recommend torsocks.
  2016-12-15 16:44     ` Kei Kebreau
@ 2016-12-16 15:50       ` Kei Kebreau
  0 siblings, 0 replies; 7+ messages in thread
From: Kei Kebreau @ 2016-12-16 15:50 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1894 bytes --]

Kei Kebreau <kei@openmailbox.org> writes:

> ng0 <ng0@libertad.pw> writes:
>
>> Hi, I see this received no feedback so far. Can someone review
>> this? Or is it already on someones list?
>>
>> Thanks.
>>
>> ng0 <ng0@we.make.ritual.n0.is> 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
>>>
>>>
>
> LGTM. :)

Seeing no protest, this was pushed as fc9286d03a79837d70d8f209521d73f6b18d171b.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: tor: Recommend torsocks.
  2016-12-15 10:37   ` ng0
  2016-12-15 16:44     ` Kei Kebreau
@ 2016-12-16 21:33     ` Hartmut Goebel
  2016-12-17 17:34       ` Kei Kebreau
  1 sibling, 1 reply; 7+ messages in thread
From: Hartmut Goebel @ 2016-12-16 21:33 UTC (permalink / raw)
  To: guix-devel

Am 15.12.2016 um 11:37 schrieb ng0:
> -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

Even if his is already pushed: An empty line for making the new text
another paragraph would be fine.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: tor: Recommend torsocks.
  2016-12-16 21:33     ` Hartmut Goebel
@ 2016-12-17 17:34       ` Kei Kebreau
  0 siblings, 0 replies; 7+ messages in thread
From: Kei Kebreau @ 2016-12-17 17:34 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 613 bytes --]

Hartmut Goebel <h.goebel@crazy-compilers.com> writes:

> Am 15.12.2016 um 11:37 schrieb ng0:
>> -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
>
> Even if his is already pushed: An empty line for making the new text
> another paragraph would be fine.

I agree; that change would make it more readable. I'll commit it at my
soonest oppurtunity provided someone doesn't beat me to it. Thanks, Hartmut.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-12-17 17:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-18 23:39 [PATCH] tor: recommend torsocks ng0
2016-10-18 23:39 ` [PATCH] gnu: tor: Recommend torsocks ng0
2016-12-15 10:37   ` ng0
2016-12-15 16:44     ` Kei Kebreau
2016-12-16 15:50       ` Kei Kebreau
2016-12-16 21:33     ` Hartmut Goebel
2016-12-17 17:34       ` Kei Kebreau

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).