gnu: tor: Update to 0.3.0.9 [fixes CVE-2017-0377].

* gnu/packages/tor.scm (tor): Update to 0.3.0.9.
master
Tobias Geerinckx-Rice 2017-07-01 00:20:53 +02:00
parent f4ade9b6c8
commit 0c7ce625b7
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -44,14 +44,14 @@
(define-public tor
(package
(name "tor")
(version "0.3.0.8")
(version "0.3.0.9")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"0j0dhq1zp6w6zy7y4kiw7zg1imbgv8nsl7imlzwc0951p2kknfk6"))))
"0hhyb1wil8japynqnm07r1f67w3wdnafdg9amzlrrcfcyq5qim28"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-expensive-hardening"