guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: tor: Update to 0.3.0.8 [security fixes].


From: Marius Bakke
Subject: 02/03: gnu: tor: Update to 0.3.0.8 [security fixes].
Date: Sat, 10 Jun 2017 19:25:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e35dc5e75ea0fe98f9777f48715584b38b4cc302
Author: Marius Bakke <address@hidden>
Date:   Sun Jun 11 00:34:24 2017 +0200

    gnu: tor: Update to 0.3.0.8 [security fixes].
    
    Fixes CVE-2017-0375 and CVE-2017-0376, among other things.
    
    
https://blog.torproject.org/blog/tor-0308-released-fix-hidden-services-also-are-02429-02514-02612-0278-02814-and-02911
    
    * gnu/packages/tor.scm (tor): Update to 0.3.0.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 b31b58a..819092c 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -43,14 +43,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.3.0.7")
+    (version "0.3.0.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "00kxa83bn0axh7479fynp6r8znq5wy26kvb8ghixgjpkir2c8h4n"))))
+               "0j0dhq1zp6w6zy7y4kiw7zg1imbgv8nsl7imlzwc0951p2kknfk6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-expensive-hardening"



reply via email to

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