[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: tor: Update to 0.3.3.6 [security fixes].
From: |
Tobias Geerinckx-Rice |
Subject: |
03/09: gnu: tor: Update to 0.3.3.6 [security fixes]. |
Date: |
Wed, 23 May 2018 09:31:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 27f44a46df15d8ac073ca463ab403f24ba704cd1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed May 23 01:48:22 2018 +0200
gnu: tor: Update to 0.3.3.6 [security fixes].
* gnu/packages/tor.scm (tor): Update to 0.3.3.6.
---
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 795c105..b18673b 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.10")
+ (version "0.3.3.6")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "1vnb2wkcmm8rnz0fqi3k7arl60mpycs8rjn8hvbgv56g3p1pgpv0"))))
+ "1drk2h8zd05xrfpx7xn77pcxz0hs4nrq6figw56qk5gkvgv5kg4r"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-gcc-hardening"
- branch master updated (a4ab65e -> 34fb6c5), Tobias Geerinckx-Rice, 2018/05/23
- 02/09: gnu: x265: Return a boolean from the snippet., Tobias Geerinckx-Rice, 2018/05/23
- 01/09: gnu: x265: Update to 2.7., Tobias Geerinckx-Rice, 2018/05/23
- 04/09: gnu: parallel: Update to 20180522., Tobias Geerinckx-Rice, 2018/05/23
- 07/09: gnu: simplescreenrecorder: Update to 0.3.11., Tobias Geerinckx-Rice, 2018/05/23
- 03/09: gnu: tor: Update to 0.3.3.6 [security fixes].,
Tobias Geerinckx-Rice <=
- 05/09: gnu: stunnel: Update to 5.45., Tobias Geerinckx-Rice, 2018/05/23
- 06/09: gnu: redshift: Update to 1.12., Tobias Geerinckx-Rice, 2018/05/23
- 09/09: gnu: connman: Update to 1.36., Tobias Geerinckx-Rice, 2018/05/23
- 08/09: gnu: python-gitpython: Update to 2.1.10., Tobias Geerinckx-Rice, 2018/05/23