diff options
author | jschauma <jschauma> | 2005-03-29 22:08:52 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-03-29 22:08:52 +0000 |
commit | 4b3acd894c89bbc252b0b8653f278e550feee416 (patch) | |
tree | f40b7e881abc52ad75738bf427c58746158e84ee /net | |
parent | a4d44cb4b4c20736c74e64f3b14932ddd96814bc (diff) | |
download | pkgsrc-4b3acd894c89bbc252b0b8653f278e550feee416.tar.gz |
Update tor to 0.0.9.6, with the following bugfixes:
- Add new end stream reasons to maintainance branch. Fix bug where
reason (8) could trigger an assert. Prevent bug from recurring.
- Apparently win32 stat wants paths to not end with a slash.
- Fix assert triggers in assert_cpath_layer_ok(), where we were
blowing away the circuit that conn->cpath_layer points to, then
checking to see if the circ is well-formed. Backport check to make
sure we dont use the cpath on a closed connection.
- Prevent circuit_resume_edge_reading_helper() from trying to package
inbufs for marked-for-close streams.
- Don't crash on hup if your options->address has become unresolvable.
- Some systems (like OS X) sometimes accept() a connection and tell
you the remote host is 0.0.0.0:0. If this happens, due to some
other mis-features, we get confused; so refuse the conn for now.
- Fix harmless but scary "Unrecognized content encoding" warn message.
- Add new stream error reason: TORPROTOCOL reason means "you are not
speaking a version of Tor I understand; say bye-bye to your stream."
- Be willing to cache directories from up to ROUTER_MAX_AGE seconds
into the future, now that we are more tolerant of skew. This
resolves a bug where a Tor server would refuse to cache a directory
because all the directories it gets are too far in the future;
yet the Tor server never logs any complaints about clock skew.
Diffstat (limited to 'net')
-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 e340312be47..863b29d67c7 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2005/02/28 20:58:30 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/29 22:08:52 jschauma Exp $ # -DISTNAME= tor-0.0.9.5 +DISTNAME= tor-0.0.9.6 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 758a5154901..135869caf3f 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2005/02/28 20:58:30 jschauma Exp $ +$NetBSD: distinfo,v 1.8 2005/03/29 22:08:52 jschauma Exp $ -SHA1 (tor-0.0.9.5.tar.gz) = 8dcd2235d934b54223cae12bf796d8ff0b254fbf -RMD160 (tor-0.0.9.5.tar.gz) = 246963fe209f283be729714c3cdb95f3777ebab5 -Size (tor-0.0.9.5.tar.gz) = 569467 bytes +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 (patch-ac) = c036da74ca6f842af9c5426b96ee0e65215bb964 |