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.8.


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.6.8.
Date: Tue, 26 Oct 2021 18:10:08 -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 ebc2740  gnu: tor: Update to 0.4.6.8.
ebc2740 is described below

commit ebc274063716a3a9471f51abb526d693c06b9f63
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 27 00:08:27 2021 +0200

    gnu: tor: Update to 0.4.6.8.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.6.8.
    [fixes low-severity TROVE-2021-008]
---
 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 972160f..2507f80 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.7")
+    (version "0.4.6.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "16hga7195va8v0x062dc05nbz4sm3dscifcqpl8235dj47hmqrpz"))))
+               "0sj7qn6d6js6gk4vjfkc7p9g021czbfaq00yfq3mn5ycnhvimkhm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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