~ruther/guix-local

e35dc5e75ea0fe98f9777f48715584b38b4cc302 — Marius Bakke 8 years ago 01614de
gnu: tor: Update to 0.3.0.8 [security fixes].

Fixes CVE-2017-0375 and CVE-2017-0376, among other things.

https://blog.torproject.org/blog/tor-0308-released-fix-hidden-services-also-are-02429-02514-02612-0278-02814-and-02911

* gnu/packages/tor.scm (tor): Update to 0.3.0.8.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/tor.scm
M gnu/packages/tor.scm => gnu/packages/tor.scm +2 -2
@@ 43,14 43,14 @@
(define-public tor
  (package
    (name "tor")
    (version "0.3.0.7")
    (version "0.3.0.8")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://dist.torproject.org/tor-"
                                 version ".tar.gz"))
             (sha256
              (base32
               "00kxa83bn0axh7479fynp6r8znq5wy26kvb8ghixgjpkir2c8h4n"))))
               "0j0dhq1zp6w6zy7y4kiw7zg1imbgv8nsl7imlzwc0951p2kknfk6"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags (list "--enable-expensive-hardening"