pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tor Changes in version 0.1.1.23 - 2006-07-30



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd3b165b755c
branches:  trunk
changeset: 517108:bd3b165b755c
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Aug 04 15:08:55 2006 +0000

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

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

diffs (29 lines):

diff -r 130de2988e51 -r bd3b165b755c net/tor/Makefile
--- a/net/tor/Makefile  Fri Aug 04 14:43:39 2006 +0000
+++ b/net/tor/Makefile  Fri Aug 04 15:08:55 2006 +0000
@@ -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 -r 130de2988e51 -r bd3b165b755c net/tor/distinfo
--- a/net/tor/distinfo  Fri Aug 04 14:43:39 2006 +0000
+++ b/net/tor/distinfo  Fri Aug 04 15:08:55 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index