pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tor Update tor to 0.0.9.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c50258a74efa
branches:  trunk
changeset: 492615:c50258a74efa
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sat Apr 16 15:58:07 2005 +0000

description:
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.

diffstat:

 net/tor/Makefile |  4 ++--
 net/tor/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r d2a75fe01dd4 -r c50258a74efa net/tor/Makefile
--- a/net/tor/Makefile  Sat Apr 16 14:51:59 2005 +0000
+++ b/net/tor/Makefile  Sat Apr 16 15:58:07 2005 +0000
@@ -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 -r d2a75fe01dd4 -r c50258a74efa net/tor/distinfo
--- a/net/tor/distinfo  Sat Apr 16 14:51:59 2005 +0000
+++ b/net/tor/distinfo  Sat Apr 16 15:58:07 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index