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

This release contains fixes for TROVE-2017-{009,010,011,012,013}.

* gnu/packages/tor.scm (tor): Update to 3.1.9.
master
Tobias Geerinckx-Rice 2017-12-01 16:40:25 +01:00
parent b9fb70ca65
commit 27c4796ef9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -47,14 +47,14 @@
(define-public tor
(package
(name "tor")
(version "0.3.1.8")
(version "0.3.1.9")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"18dinpj03d036rashlad16lv7j2hba8gg742z07l37x5c242kxkx"))))
"09ixizsr635qyshvrn1m5asjkaz4fm8dx80lc3ajyy0fi7vh86vf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-gcc-hardening"