diff options
author | tv <tv> | 2006-10-09 00:51:26 +0000 |
---|---|---|
committer | tv <tv> | 2006-10-09 00:51:26 +0000 |
commit | 8d433d0378b3f882875e3e1cc7feb75f6c3891fb (patch) | |
tree | 1beee5d39e3fcb29aff32dda09c549e71710c05a /net/tor | |
parent | 39fbc410d66197bdb50a3f3a0227bf18facadfb3 (diff) | |
download | pkgsrc-8d433d0378b3f882875e3e1cc7feb75f6c3891fb.tar.gz |
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 (limited to 'net/tor')
-rw-r--r-- | net/tor/Makefile | 4 | ||||
-rw-r--r-- | net/tor/distinfo | 9 | ||||
-rw-r--r-- | net/tor/patches/patch-ae | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 7dd5ce0afd0..8995d239d1e 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -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 --git a/net/tor/distinfo b/net/tor/distinfo index 3b1c340340d..341a8ec1e44 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -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 --git a/net/tor/patches/patch-ae b/net/tor/patches/patch-ae deleted file mode 100644 index 73f8ed109e8..00000000000 --- a/net/tor/patches/patch-ae +++ /dev/null @@ -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 - |