* [PATCH] tor: Update.
@ 2016-09-23 20:49 ng0
2016-09-25 19:22 ` Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2016-09-23 20:49 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: 0001-gnu-tor-Update-to-0.2.8.8.patch --]
[-- Type: text/x-patch, Size: 1474 bytes --]
From ff56f2a1c3384acffd4f12edbaa9cdc36d928477 Mon Sep 17 00:00:00 2001
From: ng0 <ngillmann@runbox.com>
Date: Fri, 23 Sep 2016 20:46:54 +0000
Subject: [PATCH] gnu: tor: Update to 0.2.8.8.
* gnu/packages/tor.scm (tor): Update to 0.2.8.8.
---
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 0dc72a3..aef5e3d 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
+;;; Copyright © 2016 ng0 <ngillmann@runbox.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -40,14 +40,14 @@
(define-public tor
(package
(name "tor")
- (version "0.2.8.7")
+ (version "0.2.8.8")
(source (origin
(method url-fetch)
(uri (string-append "https://www.torproject.org/dist/tor-"
version ".tar.gz"))
(sha256
(base32
- "1iigfi8ljl88s8b5y1g4ak8im57simazscl467zvfbg8k6vf4i5f"))))
+ "1pp3h0a1cl25fv04b3j6wp8aw1sfpbd2lmag397dpp2k2b305bxi"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2))) ; for tests
--
2.10.0
[-- Attachment #1.2: Type: text/plain, Size: 24 bytes --]
--
ng0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tor: Update.
2016-09-23 20:49 [PATCH] tor: Update ng0
@ 2016-09-25 19:22 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2016-09-25 19:22 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1927 bytes --]
On Fri, Sep 23, 2016 at 08:49:09PM +0000, ng0 wrote:
> From ff56f2a1c3384acffd4f12edbaa9cdc36d928477 Mon Sep 17 00:00:00 2001
> From: ng0 <ngillmann@runbox.com>
> Date: Fri, 23 Sep 2016 20:46:54 +0000
> Subject: [PATCH] gnu: tor: Update to 0.2.8.8.
>
> * gnu/packages/tor.scm (tor): Update to 0.2.8.8.
> ---
> 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 0dc72a3..aef5e3d 100644
> --- a/gnu/packages/tor.scm
> +++ b/gnu/packages/tor.scm
> @@ -2,7 +2,7 @@
> ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
> ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
> -;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
> +;;; Copyright © 2016 ng0 <ngillmann@runbox.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -40,14 +40,14 @@
> (define-public tor
> (package
> (name "tor")
> - (version "0.2.8.7")
> + (version "0.2.8.8")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://www.torproject.org/dist/tor-"
> version ".tar.gz"))
> (sha256
> (base32
> - "1iigfi8ljl88s8b5y1g4ak8im57simazscl467zvfbg8k6vf4i5f"))))
> + "1pp3h0a1cl25fv04b3j6wp8aw1sfpbd2lmag397dpp2k2b305bxi"))))
> (build-system gnu-build-system)
> (native-inputs
> `(("python" ,python-2))) ; for tests
> --
> 2.10.0
>
> --
> ng0
sorry, updated this one earlier without checking the mailinglist
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-25 19:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-23 20:49 [PATCH] tor: Update ng0
2016-09-25 19:22 ` Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.