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

This release fixes TROVE-2018-001 (also tracked as CVE-2018-0490),
TROVE-2018-002 (CVE-2018-049), and TROVEs-2018-00{3,4} as well.

* gnu/packages/tor.scm (tor): Update to 0.3.2.10.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-03 21:01:20 +01:00
parent 1adeef3194
commit c94752ad22
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -47,14 +47,14 @@ (define-module (gnu packages tor)
(define-public tor
(package
(name "tor")
(version "0.3.2.9")
(version "0.3.2.10")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"03qn55c969zynnx71r82iaqnadpzq0qclq0zmjhb3n4qma8pnnj3"))))
"1vnb2wkcmm8rnz0fqi3k7arl60mpycs8rjn8hvbgv56g3p1pgpv0"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-gcc-hardening"