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:
parent
1adeef3194
commit
c94752ad22
|
@ -47,14 +47,14 @@
|
||||||
(define-public tor
|
(define-public tor
|
||||||
(package
|
(package
|
||||||
(name "tor")
|
(name "tor")
|
||||||
(version "0.3.2.9")
|
(version "0.3.2.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dist.torproject.org/tor-"
|
(uri (string-append "https://dist.torproject.org/tor-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03qn55c969zynnx71r82iaqnadpzq0qclq0zmjhb3n4qma8pnnj3"))))
|
"1vnb2wkcmm8rnz0fqi3k7arl60mpycs8rjn8hvbgv56g3p1pgpv0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--enable-gcc-hardening"
|
`(#:configure-flags (list "--enable-gcc-hardening"
|
||||||
|
|
Loading…
Reference in New Issue