diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-02-23 03:39:25 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-02-23 03:39:25 +0000 |
commit | 90813d38312632c0516f61505c7b4e7d5a71f2c2 (patch) | |
tree | 5bae22d44b3cbf7633d1b453e6fcba603260ca59 /net/tor | |
parent | 0b3ab7a0139bd86bbe651bcb5df087bac06a8f72 (diff) | |
download | pkgsrc-90813d38312632c0516f61505c7b4e7d5a71f2c2.tar.gz |
Trivially update tor to 0.1.0.17:
Changes in version 0.1.0.17 - 2006-02-17
o Crash bugfixes on 0.1.0.x:
- When servers with a non-zero DirPort came out of hibernation,
sometimes they would trigger an assert.
o Other important bugfixes:
- On platforms that don't have getrlimit (like Windows), we
were artificially constraining ourselves to a max of 1024
connections. Now just assume that we can handle
as many as 15000 connections. Hopefully this won't cause
other problems.
o Backported features:
- When we're a server, a client asks
for an old-style directory, and our write bucket is empty,
don't give it to him. This way small servers can
continue to serve the directory *sometimes*,
without getting overloaded.
- Whenever you get a 503 in response to a directory fetch, try
once more. This will become important once servers start sending
503's whenever they feel busy.
- Fetch a new directory every 120 minutes, not every 40 minutes.
Now that we have hundreds of thousands of users running the old
directory algorithm, it's starting to hurt a lot.
- Bump up the period for forcing a hidden service descriptor upload
from 20 minutes to 1 hour.
Diffstat (limited to 'net/tor')
-rw-r--r-- | net/tor/Makefile | 4 | ||||
-rw-r--r-- | net/tor/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index de6b5e0f079..09245b12ec8 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2006/01/15 19:08:06 jschauma Exp $ +# $NetBSD: Makefile,v 1.25 2006/02/23 03:39:25 jschauma Exp $ # -DISTNAME= tor-0.1.0.16 +DISTNAME= tor-0.1.0.17 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 7d4123f46d6..e35c9ac8b21 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2006/01/15 19:08:06 jschauma Exp $ +$NetBSD: distinfo,v 1.16 2006/02/23 03:39:25 jschauma Exp $ -SHA1 (tor-0.1.0.16.tar.gz) = 567fd02d5d22c571c452bc354f1c902cfb37d3f4 -RMD160 (tor-0.1.0.16.tar.gz) = f932433aa3687d5366d10f60315bf4e580a020b4 -Size (tor-0.1.0.16.tar.gz) = 633340 bytes +SHA1 (tor-0.1.0.17.tar.gz) = 4df754374b5b14e6e9f96b88e694d4bb3deef4a5 +RMD160 (tor-0.1.0.17.tar.gz) = d3b99e1f1ea26d73dae073ee62d3a1899905074a +Size (tor-0.1.0.17.tar.gz) = 634144 bytes SHA1 (patch-ac) = 56236bb89dc5975beaf24513218acbba39f9fa82 SHA1 (patch-ad) = b70a2d675349ecb815de27ad4c67c195ed79e658 |