gnu: tor: Update to 0.4.6.7 [fixes CVE-2021-38385].

* gnu/packages/tor.scm (tor): Update to 0.4.6.7.
This commit is contained in:
Tobias Geerinckx-Rice 2021-08-16 23:18:12 +02:00
parent a9eb969bb6
commit 43b7da5cb9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -57,14 +57,14 @@ (define-module (gnu packages tor)
(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