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.7.8 [fixes CVE-2022-33903


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.7.8 [fixes CVE-2022-33903].
Date: Fri, 17 Jun 2022 16:13:50 -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 6013f80810 gnu: tor: Update to 0.4.7.8 [fixes CVE-2022-33903].
6013f80810 is described below

commit 6013f808102e7e2093b41fc71324cdd89bb607a0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 12 02:00:03 2022 +0200

    gnu: tor: Update to 0.4.7.8 [fixes CVE-2022-33903].
    
    * gnu/packages/tor.scm (tor): Update to 0.4.7.8.
---
 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 40f941fcea..139ef4b9e4 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -58,14 +58,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.7.7")
+    (version "0.4.7.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0i2v3a2h7d0bjn64pi1c6h2x15lb53plf71xwkbkb51bnmc124ry"))))
+               "15g1dyk0y2lrcr039y5b10bnn1zd3xcys55yz3qdbk9ammkmr6ly"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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