From f1949688059818fcf3be6473be17ac8409e80a60 Mon Sep 17 00:00:00 2001 From: jschauma Date: Sat, 16 Apr 2005 15:58:07 +0000 Subject: Update tor to 0.0.9.8: - Fix another race crash bug (thanks to Glenn Fink for reporting). - Compare identity to identity, not to nickname, when extending to a router not already in the directory. This was preventing us from extending to unknown routers. Oops. - Make sure to create OS X Tor user in <500 range, so we aren't creating actual system users. - Note where connection-that-hasn't-sent-end was marked, and fix a few really loud instances of this harmless bug (it's fixed more in 0.1.0.x). - We have a bug that I haven't found yet. Sometimes, very rarely, cpuworkers get stuck in the 'busy' state, even though the cpuworker thinks of itself as idle. This meant that no new circuits ever got established. Here's a workaround to kill any cpuworker that's been busy for more than 100 seconds. --- net/tor/Makefile | 4 ++-- net/tor/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index 38a8c645b7e..f64a0fced8d 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:47:01 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/16 15:58:07 jschauma Exp $ # -DISTNAME= tor-0.0.9.6 +DISTNAME= tor-0.0.9.8 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 135869caf3f..059620b9568 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2005/03/29 22:08:52 jschauma Exp $ +$NetBSD: distinfo,v 1.9 2005/04/16 15:58:07 jschauma Exp $ -SHA1 (tor-0.0.9.6.tar.gz) = 6f85c4d13fcf0ef6e182acf6c70a224f158f9454 -RMD160 (tor-0.0.9.6.tar.gz) = dff8821fef920e3660c4e7abd67f6d7d6735fa35 -Size (tor-0.0.9.6.tar.gz) = 573412 bytes +SHA1 (tor-0.0.9.8.tar.gz) = 59895c9e9dd52fcb474d757eda46a14a4e590390 +RMD160 (tor-0.0.9.8.tar.gz) = 62f37cbbeee33ef35f983c36a5911a3f4c23d3d5 +Size (tor-0.0.9.8.tar.gz) = 574685 bytes SHA1 (patch-ac) = c036da74ca6f842af9c5426b96ee0e65215bb964 -- cgit v1.2.3