diff options
author | tv <tv@pkgsrc.org> | 2006-08-04 15:08:55 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-08-04 15:08:55 +0000 |
commit | 2110804230aef73318635ecc5016360a1f537433 (patch) | |
tree | 8410fa0250b97f00f8160ea3c57c09d3a9fca860 /net/tor | |
parent | b5f59d71bb14b7bd1f5f02f8eb81b759be386aa9 (diff) | |
download | pkgsrc-2110804230aef73318635ecc5016360a1f537433.tar.gz |
Changes in version 0.1.1.23 - 2006-07-30
o Major bugfixes:
- Fast Tor servers, especially exit nodes, were triggering asserts
due to a bug in handling the list of pending DNS resolves. Some
bugs still remain here; we're hunting them.
- Entry guards could crash clients by sending unexpected input.
- More fixes on reachability testing: if you find yourself reachable,
then don't ever make any client requests (so you stop predicting
circuits), then hup or have your clock jump, then later your IP
changes, you won't think circuits are working, so you won't try to
test reachability, so you won't publish.
o Minor bugfixes:
- Avoid a crash if the controller does a resetconf firewallports
and then a setconf fascistfirewall=1.
- Avoid an integer underflow when the dir authority decides whether
a router is stable: we might wrongly label it stable, and compute
a slightly wrong median stability, when a descriptor is published
later than now.
- Fix a place where we might trigger an assert if we can't build our
own server descriptor yet.
Diffstat (limited to 'net/tor')
-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 8b18975dbf4..7dd5ce0afd0 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2006/07/09 15:03:54 jschauma Exp $ +# $NetBSD: Makefile,v 1.33 2006/08/04 15:08:55 tv Exp $ # -DISTNAME= tor-0.1.1.22 +DISTNAME= tor-0.1.1.23 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 0ffd464b4a6..3b1c340340d 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2006/07/09 15:03:54 jschauma Exp $ +$NetBSD: distinfo,v 1.20 2006/08/04 15:08:55 tv Exp $ -SHA1 (tor-0.1.1.22.tar.gz) = 44409da83e896154b83178bec971074e14b6dbb0 -RMD160 (tor-0.1.1.22.tar.gz) = db9d81225d2cecda9c3faa94f7eb9ed23ba40335 -Size (tor-0.1.1.22.tar.gz) = 841296 bytes +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 (patch-ac) = 3e3a6bce4da2a55b60a52fcc4a575eaceb6a2aa8 SHA1 (patch-ad) = f0ead230249a0341b5d15c47d9361bd6e16ec23a SHA1 (patch-ae) = 9a1daff00de130028ec3be6c4ba1a4bd17e16a69 |