guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572].


From: guix-commits
Subject: 12/15: gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572].
Date: Thu, 9 Jul 2020 13:58:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5d5d68debcf0d266a27f47c478d5d22aab82de46
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 9 19:45:08 2020 +0200

    gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572].
    
    * gnu/packages/tor.scm (tor): Update to 0.4.3.6.
---
 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 8f03dc4..24d10cc 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -54,14 +54,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.3.5")
+    (version "0.4.3.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0s6qspi102drn1nk3gfxs51x992xarc44gkfsi8y3l48wr50wsk1"))))
+               "0qmcrkjip0ywq77232m73pjwqiaj0q2klwklqlpbw575shvhcbba"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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