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.6.7 [fixes CVE-2021-38385


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.6.7 [fixes CVE-2021-38385].
Date: Mon, 16 Aug 2021 17:21:00 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 43b7da5  gnu: tor: Update to 0.4.6.7 [fixes CVE-2021-38385].
43b7da5 is described below

commit 43b7da5cb9a9d80d668a20ae1c44db87fb049a13
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 16 23:18:12 2021 +0200

    gnu: tor: Update to 0.4.6.7 [fixes CVE-2021-38385].
    
    * gnu/packages/tor.scm (tor): Update to 0.4.6.7.
---
 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 5ad15d0..8bcc404 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -57,14 +57,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.6.6")
+    (version "0.4.6.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "04ifi18cj4cw5lhfzgfrrc42j7qqdmbvxq24xlhj0dsmljdih8rl"))))
+               "16hga7195va8v0x062dc05nbz4sm3dscifcqpl8235dj47hmqrpz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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