pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tor Update to 0.1.1.24. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07671f18aa12
branches:  trunk
changeset: 519741:07671f18aa12
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 09 00:51:26 2006 +0000

description:
Update to 0.1.1.24.  Changes:

Changes in version 0.1.1.24 - 2006-09-29
 o Major bugfixes:
   - Allow really slow clients to not hang up five minutes into their
     directory downloads (suggested by Adam J. Richter).
   - Fix major performance regression from 0.1.0.x: instead of checking
     whether we have enough directory information every time we want to
     do something, only check when the directory information has changed.
     This should improve client CPU usage by 25-50%.
   - Don't crash if, after a server has been running for a while,
     it can't resolve its hostname.
   - When a client asks us to resolve (not connect to) an address,
     and we have a cached answer, give them the cached answer.
     Previously, we would give them no answer at all.

 o Minor bugfixes:
   - Allow Tor to start when RunAsDaemon is set but no logs are set.
   - Don't crash when the controller receives a third argument to an
     "extendcircuit" request.
   - Controller protocol fixes: fix encoding in "getinfo addr-mappings"
     response; fix error code when "getinfo dir/status/" fails.
   - Fix configure.in to not produce broken configure files with
     more recent versions of autoconf. Thanks to Clint for his auto*
     voodoo.
   - Fix security bug on NetBSD that could allow someone to force
     uninitialized RAM to be sent to a server's DNS resolver. This
     only affects NetBSD and other platforms that do not bounds-check
     tolower().
   - Warn user when using libevent 1.1a or earlier with win32 or kqueue
     methods: these are known to be buggy.
   - If we're a directory mirror and we ask for "all" network status
     documents, we would discard status documents from authorities
     we don't recognize.

diffstat:

 net/tor/Makefile         |   4 ++--
 net/tor/distinfo         |   9 ++++-----
 net/tor/patches/patch-ae |  13 -------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diffs (46 lines):

diff -r 40c148c46773 -r 07671f18aa12 net/tor/Makefile
--- a/net/tor/Makefile  Sun Oct 08 23:13:41 2006 +0000
+++ b/net/tor/Makefile  Mon Oct 09 00:51:26 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2006/08/04 15:08:55 tv Exp $
+# $NetBSD: Makefile,v 1.34 2006/10/09 00:51:26 tv Exp $
 #
 
-DISTNAME=              tor-0.1.1.23
+DISTNAME=              tor-0.1.1.24
 CATEGORIES=            net security
 MASTER_SITES=          http://tor.eff.org/dist/
 
diff -r 40c148c46773 -r 07671f18aa12 net/tor/distinfo
--- a/net/tor/distinfo  Sun Oct 08 23:13:41 2006 +0000
+++ b/net/tor/distinfo  Mon Oct 09 00:51:26 2006 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.20 2006/08/04 15:08:55 tv Exp $
+$NetBSD: distinfo,v 1.21 2006/10/09 00:51:26 tv Exp $
 
-SHA1 (tor-0.1.1.23.tar.gz) = d3f0120f5a18658231127281343aafb6c06aed70
-RMD160 (tor-0.1.1.23.tar.gz) = e958ed22f44e5f06736cadb5406dad04510a69f5
-Size (tor-0.1.1.23.tar.gz) = 847906 bytes
+SHA1 (tor-0.1.1.24.tar.gz) = 627a449efc2c094eafd8389d33f29a9030feb3a3
+RMD160 (tor-0.1.1.24.tar.gz) = cf6cd6cb69fac2fc89f0e0b48c8188fae8051ab2
+Size (tor-0.1.1.24.tar.gz) = 849462 bytes
 SHA1 (patch-ac) = 3e3a6bce4da2a55b60a52fcc4a575eaceb6a2aa8
 SHA1 (patch-ad) = f0ead230249a0341b5d15c47d9361bd6e16ec23a
-SHA1 (patch-ae) = 9a1daff00de130028ec3be6c4ba1a4bd17e16a69
diff -r 40c148c46773 -r 07671f18aa12 net/tor/patches/patch-ae
--- a/net/tor/patches/patch-ae  Sun Oct 08 23:13:41 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/07/09 15:03:55 jschauma Exp $
-
---- src/config/torrc.sample.in.orig    2006-07-09 10:44:17.000000000 -0400
-+++ src/config/torrc.sample.in         2006-07-09 10:44:25.000000000 -0400
-@@ -43,7 +43,7 @@
- ## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
- #Log debug file @LOCALSTATEDIR@/log/tor/debug.log
- ## Use the system log instead of Tor's logfiles
--#Log notice syslog
-+Log notice syslog
- ## To send all messages to stderr:
- #Log debug stderr
- 



Home | Main Index | Thread Index | Old Index