guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tor: Update to 0.3.2.10 [security fixes].


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: tor: Update to 0.3.2.10 [security fixes].
Date: Sat, 3 Mar 2018 15:31:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c94752ad22da4f90e16bc2402751bcc6bb6fd79a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 3 21:01:20 2018 +0100

    gnu: tor: Update to 0.3.2.10 [security fixes].
    
    This release fixes TROVE-2018-001 (also tracked as CVE-2018-0490),
    TROVE-2018-002 (CVE-2018-049), and TROVEs-2018-00{3,4} as well.
    
    * gnu/packages/tor.scm (tor): Update to 0.3.2.10.
---
 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 50295da..2d685fc 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -47,14 +47,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.3.2.9")
+    (version "0.3.2.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "03qn55c969zynnx71r82iaqnadpzq0qclq0zmjhb3n4qma8pnnj3"))))
+               "1vnb2wkcmm8rnz0fqi3k7arl60mpycs8rjn8hvbgv56g3p1pgpv0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-gcc-hardening"



reply via email to

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