Skip to content
Snippets Groups Projects
Unverified Commit e35dc5e7 authored by Marius Bakke's avatar Marius Bakke
Browse files

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

Fixes CVE-2017-0375 and CVE-2017-0376, among other things.

https://blog.torproject.org/blog/tor-0308-released-fix-hidden-services-also-are-02429-02514-02612-0278-02814-and-02911

* gnu/packages/tor.scm (tor): Update to 0.3.0.8.
parent 01614de1
No related branches found
No related tags found
No related merge requests found
...@@ -43,14 +43,14 @@ (define-module (gnu packages tor) ...@@ -43,14 +43,14 @@ (define-module (gnu packages tor)
(define-public tor (define-public tor
(package (package
(name "tor") (name "tor")
(version "0.3.0.7") (version "0.3.0.8")
(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
"00kxa83bn0axh7479fynp6r8znq5wy26kvb8ghixgjpkir2c8h4n")))) "0j0dhq1zp6w6zy7y4kiw7zg1imbgv8nsl7imlzwc0951p2kknfk6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list "--enable-expensive-hardening" `(#:configure-flags (list "--enable-expensive-hardening"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment