0.3.0.11 fixed CVE-2017-0380, TROVE-2017-008 (only affects onion
services with SafeLogging set to 0).

Directory traffic can now be compressed, pkg-config is used to detect
zstd and lzma at bulid time.

There are lots of other important changes, see
https://blog.torproject.org/tor-0317-now-released for a full changelog.

My hidden services and clients continue to work after this update, both
on running -CURRENT on amd64.

Tests pass on amd64:

        =================================
        Testsuite summary for tor 0.3.1.7
        =================================
        # TOTAL: 18
        # PASS:  12
        # SKIP:  6
        # XFAIL: 0
        # FAIL:  0
        # XPASS: 0
        # ERROR: 0
        =================================

More testing and feedback welcome.


diff --git a/net/tor/Makefile b/net/tor/Makefile
index d52a055a49c..9940071a792 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -2,7 +2,7 @@
 
 COMMENT=       anonymity service using onion routing
 
-DISTNAME=      tor-0.3.0.10
+DISTNAME=      tor-0.3.1.7
 CATEGORIES=    net
 HOMEPAGE=      https://www.torproject.org/
 
diff --git a/net/tor/distinfo b/net/tor/distinfo
index fc49e8413e6..5fc453345cf 100644
--- a/net/tor/distinfo
+++ b/net/tor/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tor-0.3.0.10.tar.gz) = mo5uSaFoja5k3KEPhKQU7JpPOT+yJWrijgwuMjkYWrE=
-SIZE (tor-0.3.0.10.tar.gz) = 5845205
+SHA256 (tor-0.3.1.7.tar.gz) = HfXdSJS7L14NyWxGaVUUY1PPM6xQzZl8/Bso6j7ZwI8=
+SIZE (tor-0.3.1.7.tar.gz) = 6058284

Reply via email to