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.2.9.9 [fixes security issue TROVE-2017-001]


From: Leo Famulari
Subject: 01/01: gnu: tor: Update to 0.2.9.9 [fixes security issue TROVE-2017-001].
Date: Tue, 24 Jan 2017 19:04:52 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 7c04154940b746fb872536ea6833f5ef8ddbe288
Author: ng0 <address@hidden>
Date:   Tue Jan 24 11:19:34 2017 +0000

    gnu: tor: Update to 0.2.9.9 [fixes security issue TROVE-2017-001].
    
    See 'ChangeLog' in the source distribution for more information about the 
denial
    of service bug TROVE-2017-001.
    
    * gnu/packages/tor.scm (tor): Update to 0.2.9.9.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/tor.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 6f26f40..c7f97ab 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
-;;; Copyright © 2016 ng0 <address@hidden>
+;;; Copyright © 2016, 2017 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39,14 +39,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.2.9.8")
+    (version "0.2.9.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0sklgmx4nikcfhqd606kvpwy1l8840w24ikli1xjjx25739k7pgv"))))
+               "0hqdk5p6dw4bpn7c8gmhyi8jjkhc37112pfw5nx4gl0g4lmmscik"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))  ; for tests



reply via email to

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