diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-21 19:53:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-21 19:55:05 +0100 |
commit | db3fb5b9ad873043c4164d5350f9df22c719f1c2 (patch) | |
tree | 0325f737c6a47f608724fe85bff365a28ea54d6d /gnu/packages/tor.scm | |
parent | 6ce8284899803b07084cc0a6ad59f09905416276 (diff) | |
download | patches-db3fb5b9ad873043c4164d5350f9df22c719f1c2.tar patches-db3fb5b9ad873043c4164d5350f9df22c719f1c2.tar.gz |
gnu: tor: Update to 0.3.4.11 [fixes TROVE-2019-001].
* gnu/packages/tor.scm (tor): Update to 0.3.4.11.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r-- | gnu/packages/tor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index c5346e04a2..a0b16db3a7 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -49,14 +49,14 @@ (define-public tor (package (name "tor") - (version "0.3.4.10") + (version "0.3.4.11") (source (origin (method url-fetch) (uri (string-append "https://dist.torproject.org/tor-" version ".tar.gz")) (sha256 (base32 - "12i51i6swkdpnbcpa6f1csc00q177sbjnw2x31j53glxshmwpv5d")))) + "04l42k86y5saab4ijnkd8vjvd0lvrkrg359ddkir5gwgfb3mvijq")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--enable-gcc-hardening" |