GNU bug report logs - #64892
[PATCH] gnu: tor: Update to 0.4.7.14.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Thu, 27 Jul 2023 09:24:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64892: closed ([PATCH] gnu: tor: Update to 0.4.7.14.)
Date: Wed, 16 Aug 2023 20:24:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 16 Aug 2023 22:23:27 +0200
with message-id <87edk24tz4.fsf <at> gnu.org>
and subject line Re: bug#64892: [PATCH] gnu: tor: Update to 0.4.7.14.
has caused the debbugs.gnu.org bug report #64892,
regarding [PATCH] gnu: tor: Update to 0.4.7.14.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
64892: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64892
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: tor: Update to 0.4.7.14.
Date: Thu, 27 Jul 2023 10:22:34 +0100
From 54d7b12d79c52339e992ae5f19b02709230ed7df Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Thu, 27 Jul 2023 10:21:53 +0100
Subject: [PATCH] gnu: tor: Update to 0.4.7.14.

* gnu/packages/tor.scm (tor): Update to 0.4.7.14.
---
 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 8ae2118188..7fec88656f 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -63,14 +63,14 @@ (define-module (gnu packages tor)
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.7.13")
+    (version "0.4.7.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "17ga25dq2lcph390ljqmyd8sggp97h42d3h423qmci83rqn1fy90"))))
+               "1y2xwrji1rvk6h0k15705yra5s74h72h2g84x02zr0338vv6gb55"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags
-- 
2.41.0


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 64892-done <at> debbugs.gnu.org
Subject: Re: bug#64892: [PATCH] gnu: tor: Update to 0.4.7.14.
Date: Wed, 16 Aug 2023 22:23:27 +0200
Hi,

Michael Ford <fanquake <at> gmail.com> skribis:

>>From 54d7b12d79c52339e992ae5f19b02709230ed7df Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Thu, 27 Jul 2023 10:21:53 +0100
> Subject: [PATCH] gnu: tor: Update to 0.4.7.14.
>
> * gnu/packages/tor.scm (tor): Update to 0.4.7.14.

Applied, thanks!

Ludo’.


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

Previous Next


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