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.
This commit is contained in:
parent
d71dbbb965
commit
f194968805
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue