pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tor Trivially update tor to 0.1.0.17:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3c6b8889199
branches:  trunk
changeset: 508653:a3c6b8889199
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Feb 23 03:39:25 2006 +0000

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

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

diffs (28 lines):

diff -r a206562e324f -r a3c6b8889199 net/tor/Makefile
--- a/net/tor/Makefile  Thu Feb 23 01:27:36 2006 +0000
+++ b/net/tor/Makefile  Thu Feb 23 03:39:25 2006 +0000
@@ -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 -r a206562e324f -r a3c6b8889199 net/tor/distinfo
--- a/net/tor/distinfo  Thu Feb 23 01:27:36 2006 +0000
+++ b/net/tor/distinfo  Thu Feb 23 03:39:25 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index