guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: tor: Update to 0.2.8.6


From: ng0
Subject: Re: [PATCH] gnu: tor: Update to 0.2.8.6
Date: Fri, 05 Aug 2016 13:11:09 +0000

Despite the misleading title (I included a forward of the original
release message) this is a patch and it is quickly applied and build. I
think we should keep up to date with crypto software like tor.

Could someone please review this?
ng0 <address@hidden> writes:

> Hi,
>
> this patch updates tor to 0.2.8.6.
>
>
> From e23f0495b9648885c4b218cca95572d100b740d2 Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> Date: Wed, 3 Aug 2016 00:15:24 +0000
> Subject: [PATCH] gnu: tor: Update to 0.2.8.6.
>
> * gnu/packages/tor.scm (tor): Update to 0.2.8.6.
> ---
>  gnu/packages/tor.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
> index 5155fc0..eec3c96 100644
> --- a/gnu/packages/tor.scm
> +++ b/gnu/packages/tor.scm
> @@ -2,6 +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>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -37,14 +38,14 @@
>  (define-public tor
>    (package
>      (name "tor")
> -    (version "0.2.7.6")
> +    (version "0.2.8.6")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append "https://www.torproject.org/dist/tor-";
>                                   version ".tar.gz"))
>               (sha256
>                (base32
> -               "0p8hjlfi8dwghlyjif5s0q98cmpgz9kn9jja25430l04z5wqcfj9"))))
> +               "0nmbwcr8s1qkrc2ahrk7jz81nax74sdhszkhrrgys8ndyw1grj9x"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("python" ,python-2)))  ; for tests
> -- 
> 2.9.2


-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org



reply via email to

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