me
/
guix
Archived
1
0
Fork 0

gnu: tor: Update to 0.3.0.11 [fixes CVE-2017-0380].

* gnu/packages/tor.scm (tor): Update to 0.3.0.11.
master
Tobias Geerinckx-Rice 2017-09-18 21:03:26 +02:00
parent d5b0a8e50a
commit f53e4ada03
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
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.10")
(version "0.3.0.11")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"1cas30wk4bhcivi6l9dj7wwlz6pc2jj883x1vijax3b8l54nx3ls"))))
"1hjhxkkrx04ydiddhwb3z2xb0vkcwmn1x8jsdcp6kd6i1qa0fp1a"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-gcc-hardening"