me
/
guix
Archived
1
0
Fork 0

gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572].

* gnu/packages/tor.scm (tor): Update to 0.4.3.6.
master
Tobias Geerinckx-Rice 2020-07-09 19:45:08 +02:00
parent a9aa02874d
commit 5d5d68debc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -54,14 +54,14 @@
(define-public tor
(package
(name "tor")
(version "0.4.3.5")
(version "0.4.3.6")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"0s6qspi102drn1nk3gfxs51x992xarc44gkfsi8y3l48wr50wsk1"))))
"0qmcrkjip0ywq77232m73pjwqiaj0q2klwklqlpbw575shvhcbba"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags