guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004].
Date: Thu, 09 Nov 2023 02:04:05 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a60ff4611a gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004].
a60ff4611a is described below

commit a60ff4611a8814d1f33d64af07401762afbcc597
Author: André Batista <nandre@riseup.net>
AuthorDate: Tue Nov 7 20:20:35 2023 -0300

    gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004].
    
    * gnu/packages/tor.scm (tor): Update to 0.4.8.8.
    
    Fixes TROVE-2023-004 which affects tor relays. See
    https://gitlab.torproject.org/tpo/core/tor/-/issues/40880
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 562054ede4..71f32b3f43 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -63,14 +63,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.8.7")
+    (version "0.4.8.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "14blalf96240dg6crpmgyf2bdcj109dyx47h0w6a0a6vfjf2n3dj"))))
+               "0140d0zcjxi4vijvr2gk3kmnd4xa80sjj9kdcc2gzazyr84fkfr1"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]