guix-commits
[Top][All Lists]
Advanced

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

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


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: tor: Update to 3.1.9 [security fixes].
Date: Fri, 1 Dec 2017 10:45:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 27c4796ef957a854c619c948abf0fd276f8d5ccb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 1 16:40:25 2017 +0100

    gnu: tor: Update to 3.1.9 [security fixes].
    
    This release contains fixes for TROVE-2017-{009,010,011,012,013}.
    
    * gnu/packages/tor.scm (tor): Update to 3.1.9.
---
 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 6cf8334..055916a 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -47,14 +47,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.3.1.8")
+    (version "0.3.1.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "18dinpj03d036rashlad16lv7j2hba8gg742z07l37x5c242kxkx"))))
+               "09ixizsr635qyshvrn1m5asjkaz4fm8dx80lc3ajyy0fi7vh86vf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-gcc-hardening"



reply via email to

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