all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57078] [PATCH] gnu: torsocks: Update to 2.4.0
@ 2022-08-09 14:38 Jim Newsome
  2022-08-15  9:22 ` bug#57078: " Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Newsome @ 2022-08-09 14:38 UTC (permalink / raw)
  To: 57078; +Cc: Jim Newsome

From: Jim Newsome <jnewsome@torproject.org>

* gnu/packages/tor.scm (torsocks): Update to 2.4.0.
[native-inputs]: Set to autoconf, automake, libtool. torsocks releases
no longer pre-run autogen.sh.
[synopsis, description]: Clarify that applications do not need to be
socks-aware to be used with torsocks.
---
 gnu/packages/tor.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 613575ae0e..fb913595ea 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -160,17 +160,19 @@ (define-public tor-client
 (define-public torsocks
   (package
     (name "torsocks")
-    (version "2.3.0")
+    (version "2.4.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://people.torproject.org/~dgoulet/"
-                                  "torsocks/torsocks-" version ".tar.xz"))
+              (uri (string-append "https://gitlab.torproject.org/tpo/core/torsocks/-/archive/v"
+                                   version "/torsocks-v" version ".tar.bz2"))
               (sha256
                (base32
-                "08inrkap29gikb6sdmb58z43hw4abwrfw7ny40c4xzdkss0vkwdr"))))
+                "1a7k3njdhp7dz603knhisna1zvxw35j3g213p6dvczv9bcjy7cjl"))))
     (build-system gnu-build-system)
     (inputs
      (list libcap))
+    (native-inputs
+     (list autoconf automake libtool))
     (arguments
      `(#:phases (modify-phases %standard-phases
                   (add-after 'build 'absolutize
@@ -180,9 +182,9 @@ (define-public torsocks
                          (string-append "getcap=" (which "getcap") "\n")))
                       #t)))))
     (home-page "https://www.torproject.org/")
-    (synopsis "Use socks-friendly applications with Tor")
+    (synopsis "Transparently route an application's traffic through Tor.")
     (description
-     "Torsocks allows you to use most socks-friendly applications in a safe
+     "Torsocks allows you to use most applications in a safe
 way with Tor.  It ensures that DNS requests are handled safely and explicitly
 rejects UDP traffic from the application you're using.")
 

base-commit: 515288874ff12c00ca8d1d22a94ef4b4903fec76
-- 
2.25.1





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

* bug#57078: [PATCH] gnu: torsocks: Update to 2.4.0
  2022-08-09 14:38 [bug#57078] [PATCH] gnu: torsocks: Update to 2.4.0 Jim Newsome
@ 2022-08-15  9:22 ` Mathieu Othacehe
  2022-08-15 14:32   ` [bug#57078] " Jim Newsome
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2022-08-15  9:22 UTC (permalink / raw)
  To: Jim Newsome; +Cc: Jim Newsome, 57078-done


Hello,

> * gnu/packages/tor.scm (torsocks): Update to 2.4.0.
> [native-inputs]: Set to autoconf, automake, libtool. torsocks releases
> no longer pre-run autogen.sh.
> [synopsis, description]: Clarify that applications do not need to be
> socks-aware to be used with torsocks.

I added your copyright and wrapped the description before pushing.

Thanks,

Mathieu




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

* [bug#57078] [PATCH] gnu: torsocks: Update to 2.4.0
  2022-08-15  9:22 ` bug#57078: " Mathieu Othacehe
@ 2022-08-15 14:32   ` Jim Newsome
  0 siblings, 0 replies; 3+ messages in thread
From: Jim Newsome @ 2022-08-15 14:32 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 57078-done

Great, thanks!

On 8/15/22 04:22, Mathieu Othacehe wrote:
> 
> Hello,
> 
>> * gnu/packages/tor.scm (torsocks): Update to 2.4.0.
>> [native-inputs]: Set to autoconf, automake, libtool. torsocks releases
>> no longer pre-run autogen.sh.
>> [synopsis, description]: Clarify that applications do not need to be
>> socks-aware to be used with torsocks.
> 
> I added your copyright and wrapped the description before pushing.
> 
> Thanks,
> 
> Mathieu




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

end of thread, other threads:[~2022-08-15 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 14:38 [bug#57078] [PATCH] gnu: torsocks: Update to 2.4.0 Jim Newsome
2022-08-15  9:22 ` bug#57078: " Mathieu Othacehe
2022-08-15 14:32   ` [bug#57078] " Jim Newsome

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.