summaryrefslogtreecommitdiff
path: root/net/tor/patches
diff options
context:
space:
mode:
authordrochner <drochner>2011-09-06 19:34:01 +0000
committerdrochner <drochner>2011-09-06 19:34:01 +0000
commit73d5ac8646e6dd830583d1caf331e72fc9555945 (patch)
treee4eaec0e1a95dae402bc218ddfb6f7d0d065d375 /net/tor/patches
parent734ee747c9178559108ee86723bd31d0e5504d49 (diff)
downloadpkgsrc-73d5ac8646e6dd830583d1caf331e72fc9555945.tar.gz
update to 0.2.2.32
Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally ready. More than two years in the making, this release features improved client performance and hidden service reliability, better compatibility for Android, correct behavior for bridges that listen on more than one address, more extensible and flexible directory object handling, better reporting of network statistics, improved code security, and many many other features and bugfixes.
Diffstat (limited to 'net/tor/patches')
-rw-r--r--net/tor/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tor/patches/patch-aa b/net/tor/patches/patch-aa
index e4fdf8b0a5e..bfa9c6fbd4f 100644
--- a/net/tor/patches/patch-aa
+++ b/net/tor/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2010/08/02 07:06:04 wiz Exp $
+$NetBSD: patch-aa,v 1.7 2011/09/06 19:34:01 drochner Exp $
From: Taylor R Campbell
Subject: patch for Tor to workaround OpenSSL renegotiation lossage on 5.1
@@ -23,8 +23,8 @@ ssl.h) so that this patch would be unnecessary.
--- ./src/common/tortls.c.~1~ 2010-05-02 22:02:50.000000000 +0000
+++ ./src/common/tortls.c 2010-07-30 00:34:00.000000000 +0000
@@ -356,6 +356,17 @@
- * program should be allowed to use renegotiation its first passed an
- * test of intelligence and determination.
+ * program should be allowed to use renegotiation unless it first passed
+ * a test of intelligence and determination.
*/
+#ifdef __NetBSD__
+ /* In NetBSD 5.1, OpenSSL 0.9.9-dev was imported and `fixed' to use