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/Makefile | |
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/Makefile')
-rw-r--r-- | net/tor/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |