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.6, with the following bugf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60bf958da980
branches:  trunk
changeset: 491782:60bf958da980
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Mar 29 22:08:52 2005 +0000

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

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

diffs (27 lines):

diff -r 3cb0dff34972 -r 60bf958da980 net/tor/Makefile
--- a/net/tor/Makefile  Tue Mar 29 20:53:49 2005 +0000
+++ b/net/tor/Makefile  Tue Mar 29 22:08:52 2005 +0000
@@ -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 -r 3cb0dff34972 -r 60bf958da980 net/tor/distinfo
--- a/net/tor/distinfo  Tue Mar 29 20:53:49 2005 +0000
+++ b/net/tor/distinfo  Tue Mar 29 22:08:52 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index