summaryrefslogtreecommitdiff
path: root/net/tor/Makefile
diff options
context:
space:
mode:
authorhauke <hauke>2012-06-17 12:09:40 +0000
committerhauke <hauke>2012-06-17 12:09:40 +0000
commit35b5ca907ced7b2a39c88b7e42912077412c971f (patch)
tree0c4fe1af2406e1b166feded34ef49ebabadf71b0 /net/tor/Makefile
parent1096a5e30c223dc1d65d5f55e7f9ecd339bc558b (diff)
downloadpkgsrc-35b5ca907ced7b2a39c88b7e42912077412c971f.tar.gz
Minor bugfix update. From the changelog:
Changes in version 0.2.2.37 - 2012-06-06 Tor 0.2.2.37 introduces a workaround for a critical renegotiation bug in OpenSSL 1.0.1 (where 20% of the Tor network can't talk to itself currently). o Major bugfixes: - Work around a bug in OpenSSL that broke renegotiation with TLS 1.1 and TLS 1.2. Without this workaround, all attempts to speak the v2 Tor connection protocol when both sides were using OpenSSL 1.0.1 would fail. Resolves ticket 6033. - When waiting for a client to renegotiate, don't allow it to add any bytes to the input buffer. This fixes a potential DoS issue. Fixes bugs 5934 and 6007; bugfix on 0.2.0.20-rc. - Fix an edge case where if we fetch or publish a hidden service descriptor, we might build a 4-hop circuit and then use that circuit for exiting afterwards -- even if the new last hop doesn't obey our ExitNodes config option. Fixes bug 5283; bugfix on 0.2.0.10-alpha. o Minor bugfixes: - Fix a build warning with Clang 3.1 related to our use of vasprintf. Fixes bug 5969. Bugfix on 0.2.2.11-alpha. o Minor features: - Tell GCC and Clang to check for any errors in format strings passed to the tor_v*(print|scan)f functions. Patch submitted by Christian Sturm, fixes PR pkg/46609.
Diffstat (limited to 'net/tor/Makefile')
-rw-r--r--net/tor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 3031b5081d1..0cec6685da6 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2012/06/14 14:50:45 hauke Exp $
+# $NetBSD: Makefile,v 1.87 2012/06/17 12:09:40 hauke Exp $
#
-DISTNAME= tor-0.2.2.36
+DISTNAME= tor-0.2.2.37
CATEGORIES= net security
MASTER_SITES= http://www.torproject.org/dist/
# MASTER_SITES redirects to https, and ftp(1) cannot handle that.