Hi,

The following update fixes a DoS on OpenBSD machines.

%-------------------------------------------------------------------------------
o Major bugfixes (openbsd, denial-of-service, backport from 0.3.1.5-alpha):
    - Avoid an assertion failure bug affecting our implementation of
      inet_pton(AF_INET6) on certain OpenBSD systems whose strtol()
      handling of "0xfoo" differs from what we had expected. Fixes bug
      22789; bugfix on 0.2.3.8-alpha. Also tracked as TROVE-2017-007.
%-------------------------------------------------------------------------------
https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id=tor-0.3.0.10

Regress tests pass.

============================================================================
Testsuite summary for tor 0.3.0.10
============================================================================
# TOTAL: 17
# PASS:  13
# SKIP:  4
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/tor/Makefile,v
retrieving revision 1.104
diff -u -p -u -p -r1.104 Makefile
--- Makefile    1 Jul 2017 19:11:57 -0000       1.104
+++ Makefile    3 Aug 2017 11:05:21 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       anonymity service using onion routing
 
-DISTNAME=      tor-0.3.0.9
+DISTNAME=      tor-0.3.0.10
 CATEGORIES=    net
 HOMEPAGE=      https://www.torproject.org/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/tor/distinfo,v
retrieving revision 1.85
diff -u -p -u -p -r1.85 distinfo
--- distinfo    1 Jul 2017 19:11:57 -0000       1.85
+++ distinfo    3 Aug 2017 11:05:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (tor-0.3.0.9.tar.gz) = SNSIC/bMsZzpryq95pRtfPBjXMgHVIutv0oiGnlYHkI=
-SIZE (tor-0.3.0.9.tar.gz) = 5811303
+SHA256 (tor-0.3.0.10.tar.gz) = mo5uSaFoja5k3KEPhKQU7JpPOT+yJWrijgwuMjkYWrE=
+SIZE (tor-0.3.0.10.tar.gz) = 5845205

Reply via email to