pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tor update tor to version 0.1.1.22:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d455e4362e4
branches: trunk
changeset: 515837:1d455e4362e4
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Jul 09 15:03:54 2006 +0000
description:
update tor to version 0.1.1.22:
Changes in version 0.1.1.22 - 2006-07-05
o Major bugfixes:
- Fix a big bug that was causing servers to not find themselves
reachable if they changed IP addresses. Since only 0.1.1.22+
servers can do reachability testing correctly, now we automatically
make sure to test via one of these.
- Fix to allow clients and mirrors to learn directory info from
descriptor downloads that get cut off partway through.
- Directory authorities had a bug in deciding if a newly published
descriptor was novel enough to make everybody want a copy -- a few
servers seem to be publishing new descriptors many times a minute.
o Minor bugfixes:
- Fix a rare bug that was causing some servers to complain about
"closing wedged cpuworkers" and skip some circuit create requests.
- Make the Exit flag in directory status documents actually work.
While here, patch sample config file to log to syslog per default to make
sure that tor starts as a daemon with the default config.
diffstat:
net/tor/Makefile | 4 ++--
net/tor/distinfo | 9 +++++----
net/tor/patches/patch-ae | 13 +++++++++++++
3 files changed, 20 insertions(+), 6 deletions(-)
diffs (46 lines):
diff -r 1b385c79f100 -r 1d455e4362e4 net/tor/Makefile
--- a/net/tor/Makefile Sun Jul 09 14:31:14 2006 +0000
+++ b/net/tor/Makefile Sun Jul 09 15:03:54 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2006/06/12 14:31:49 tv Exp $
+# $NetBSD: Makefile,v 1.32 2006/07/09 15:03:54 jschauma Exp $
#
-DISTNAME= tor-0.1.1.21
+DISTNAME= tor-0.1.1.22
CATEGORIES= net security
MASTER_SITES= http://tor.eff.org/dist/
diff -r 1b385c79f100 -r 1d455e4362e4 net/tor/distinfo
--- a/net/tor/distinfo Sun Jul 09 14:31:14 2006 +0000
+++ b/net/tor/distinfo Sun Jul 09 15:03:54 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.18 2006/06/12 14:31:49 tv Exp $
+$NetBSD: distinfo,v 1.19 2006/07/09 15:03:54 jschauma Exp $
-SHA1 (tor-0.1.1.21.tar.gz) = 553d91032647acac3d67c3306c1a4d9dcca4d0d5
-RMD160 (tor-0.1.1.21.tar.gz) = b9cf03751c48827668df07588731d9977da6604a
-Size (tor-0.1.1.21.tar.gz) = 833839 bytes
+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 (patch-ac) = 3e3a6bce4da2a55b60a52fcc4a575eaceb6a2aa8
SHA1 (patch-ad) = f0ead230249a0341b5d15c47d9361bd6e16ec23a
+SHA1 (patch-ae) = 9a1daff00de130028ec3be6c4ba1a4bd17e16a69
diff -r 1b385c79f100 -r 1d455e4362e4 net/tor/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tor/patches/patch-ae Sun Jul 09 15:03:54 2006 +0000
@@ -0,0 +1,13 @@
+$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