gnu: tor: Update to 0.4.5.9 [security fixes].
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 14 Jun 2021 20:40:30 +0000 (22:40 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 14 Jun 2021 20:41:40 +0000 (22:41 +0200)
This release fixes CVE-2021-34548, CVE-2021-34550, and TROVE-2021-004.

* gnu/packages/tor.scm (tor): Update to 0.4.5.9.

gnu/packages/tor.scm

index bd11dd3..6e65c23 100644 (file)
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.5.8")
+    (version "0.4.5.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "09z22gc01yh5zms7i31md6qpr0ir8i5fzrrz06qfpp5wx28x1pjp"))))
+               "0mh8yz6l7sl6kh9max76nk6rhlsq2lhwwvpiwlwnrlif21bf817k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags