diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-08-16 23:18:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-08-16 23:21:18 +0200 |
commit | 43b7da5cb9a9d80d668a20ae1c44db87fb049a13 (patch) | |
tree | 9947cf763dce68557b720ba44a7caf460b4091cf | |
parent | a9eb969bb63fc421e5cb2a699ef1f1e7c5cbd1b4 (diff) | |
download | guix-43b7da5cb9a9d80d668a20ae1c44db87fb049a13.tar guix-43b7da5cb9a9d80d668a20ae1c44db87fb049a13.tar.gz |
gnu: tor: Update to 0.4.6.7 [fixes CVE-2021-38385].
* gnu/packages/tor.scm (tor): Update to 0.4.6.7.
-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 5ad15d085d..8bcc404184 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -57,14 +57,14 @@ (define-public tor (package (name "tor") - (version "0.4.6.6") + (version "0.4.6.7") (source (origin (method url-fetch) (uri (string-append "https://dist.torproject.org/tor-" version ".tar.gz")) (sha256 (base32 - "04ifi18cj4cw5lhfzgfrrc42j7qqdmbvxq24xlhj0dsmljdih8rl")))) + "16hga7195va8v0x062dc05nbz4sm3dscifcqpl8235dj47hmqrpz")))) (build-system gnu-build-system) (arguments `(#:configure-flags |