GNU bug report logs - #60949
[PATCH] gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].

Previous Next

Package: guix-patches;

Reported by: André Batista <nandre <at> riseup.net>

Date: Thu, 19 Jan 2023 16:40:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: André Batista <nandre <at> riseup.net>
Subject: bug#60949: closed (Re: [bug#60949] [PATCH] gnu: tor: Update to
 0.4.7.13 [fixes TROVE-2022-002].)
Date: Thu, 19 Jan 2023 21:46:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#60949: [PATCH] gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 60949 <at> debbugs.gnu.org.

-- 
60949: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60949
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: André Batista <nandre <at> riseup.net>
Cc: 60949-done <at> debbugs.gnu.org
Subject: Re: [bug#60949] [PATCH] gnu: tor: Update to 0.4.7.13 [fixes
 TROVE-2022-002].
Date: Thu, 19 Jan 2023 22:45:41 +0100
Hi André,

On 2023-01-19 17:40, André Batista wrote:
> * gnu/packages/tor.scm (tor): Update to 0.4.7.13.

Thanks!  Pushed as 4e9cb45da0cc41cf85b720640a8ba9bc88c28d46.

Kind regards,

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.

[Message part 3 (message/rfc822, inline)]
From: André Batista <nandre <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: André Batista <nandre <at> riseup.net>
Subject: [PATCH] gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].
Date: Thu, 19 Jan 2023 13:40:20 -0300
* gnu/packages/tor.scm (tor): Update to 0.4.7.13.
---
 gnu/packages/tor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index d88a840906..63ffba9d74 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -61,14 +61,14 @@ (define-module (gnu packages tor)
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.7.12")
+    (version "0.4.7.13")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "15g3p42hnccpz8zyk4bi8pm9fnpi7qs19wr8s0dqary42abrcp9v"))))
+               "17ga25dq2lcph390ljqmyd8sggp97h42d3h423qmci83rqn1fy90"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags
-- 
2.38.0




This bug report was last modified 2 years and 118 days ago.

Previous Next


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