Archived
1
0
Fork 0

gnu: tor: Update to 0.4.5.9 [security fixes].

This release fixes CVE-2021-34548, CVE-2021-34550, and TROVE-2021-004.

* gnu/packages/tor.scm (tor): Update to 0.4.5.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-14 22:40:30 +02:00
parent e84a710b57
commit 27a26663f6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -54,14 +54,14 @@
(define-public tor
(package
(name "tor")
(version "0.4.5.8")
(version "0.4.5.9")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"09z22gc01yh5zms7i31md6qpr0ir8i5fzrrz06qfpp5wx28x1pjp"))))
"0mh8yz6l7sl6kh9max76nk6rhlsq2lhwwvpiwlwnrlif21bf817k"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags