gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572].

* gnu/packages/tor.scm (tor): Update to 0.4.3.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-09 19:45:08 +02:00
parent a9aa02874d
commit 5d5d68debc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -54,14 +54,14 @@ (define-module (gnu packages tor)
(define-public tor
(package
(name "tor")
(version "0.4.3.5")
(version "0.4.3.6")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"0s6qspi102drn1nk3gfxs51x992xarc44gkfsi8y3l48wr50wsk1"))))
"0qmcrkjip0ywq77232m73pjwqiaj0q2klwklqlpbw575shvhcbba"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags