summaryrefslogtreecommitdiff
path: root/net/tor
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2012-06-17 12:09:40 +0000
committerhauke <hauke@pkgsrc.org>2012-06-17 12:09:40 +0000
commit6e8f7916a5d5dc32f72cc2ac04d93049c8826275 (patch)
tree0c4fe1af2406e1b166feded34ef49ebabadf71b0 /net/tor
parent65c210005ffd1c0436c4e71035b898ed0e99c132 (diff)
downloadpkgsrc-6e8f7916a5d5dc32f72cc2ac04d93049c8826275.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')
-rw-r--r--net/tor/Makefile4
-rw-r--r--net/tor/distinfo8
2 files changed, 6 insertions, 6 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.
diff --git a/net/tor/distinfo b/net/tor/distinfo
index eced3873725..64d0e812b76 100644
--- a/net/tor/distinfo
+++ b/net/tor/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2012/06/14 14:50:45 hauke Exp $
+$NetBSD: distinfo,v 1.54 2012/06/17 12:09:40 hauke Exp $
-SHA1 (tor-0.2.2.36.tar.gz) = a11ac8cb1703d036b83427c1f3fab16574c12d49
-RMD160 (tor-0.2.2.36.tar.gz) = 84a8180abe20014ce69569ef407318528ed429bf
-Size (tor-0.2.2.36.tar.gz) = 2925136 bytes
+SHA1 (tor-0.2.2.37.tar.gz) = 3ac353e813426a27a86accdea76a6efd1b02d404
+RMD160 (tor-0.2.2.37.tar.gz) = 374675400ba8a740681fcb81d3cd66d373c6f165
+Size (tor-0.2.2.37.tar.gz) = 2925598 bytes
SHA1 (patch-aa) = 5b89228dc37c459c48f24616933a5673a5a0a0d1