GNU bug report logs - #57078
[PATCH] gnu: torsocks: Update to 2.4.0

Previous Next

Package: guix-patches;

Reported by: Jim Newsome <jim <at> jimnewsome.net>

Date: Tue, 9 Aug 2022 14:40:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57078 in the body.
You can then email your comments to 57078 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57078; Package guix-patches. (Tue, 09 Aug 2022 14:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jim Newsome <jim <at> jimnewsome.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 09 Aug 2022 14:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jim Newsome <jim <at> jimnewsome.net>
To: guix-patches <at> gnu.org
Cc: Jim Newsome <jnewsome <at> torproject.org>
Subject: [PATCH] gnu: torsocks: Update to 2.4.0
Date: Tue,  9 Aug 2022 09:38:40 -0500
From: Jim Newsome <jnewsome <at> 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





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Mon, 15 Aug 2022 09:24:02 GMT) Full text and rfc822 format available.

Notification sent to Jim Newsome <jim <at> jimnewsome.net>:
bug acknowledged by developer. (Mon, 15 Aug 2022 09:24:02 GMT) Full text and rfc822 format available.

Message #10 received at 57078-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Jim Newsome <jim <at> jimnewsome.net>
Cc: Jim Newsome <jnewsome <at> torproject.org>, 57078-done <at> debbugs.gnu.org
Subject: Re: bug#57078: [PATCH] gnu: torsocks: Update to 2.4.0
Date: Mon, 15 Aug 2022 11:22:50 +0200
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




Information forwarded to guix-patches <at> gnu.org:
bug#57078; Package guix-patches. (Mon, 15 Aug 2022 15:45:03 GMT) Full text and rfc822 format available.

Message #13 received at 57078-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Newsome <jnewsome <at> torproject.org>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 57078-done <at> debbugs.gnu.org
Subject: Re: bug#57078: [PATCH] gnu: torsocks: Update to 2.4.0
Date: Mon, 15 Aug 2022 09:32:08 -0500
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 Sep 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.