diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-07-09 15:03:54 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-07-09 15:03:54 +0000 |
commit | 32ca9f158d2adf4f3afcecc017209b52f42756c8 (patch) | |
tree | ec6b653c29971c01636c93ddd32c1517a04301c0 /net | |
parent | c7028df83c924ccf18e4de114bd42151b39768cb (diff) | |
download | pkgsrc-32ca9f158d2adf4f3afcecc017209b52f42756c8.tar.gz |
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 (limited to 'net')
-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, 20 insertions, 6 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 775073668aa..8b18975dbf4 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -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 --git a/net/tor/distinfo b/net/tor/distinfo index e14fa5473c5..0ffd464b4a6 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -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 --git a/net/tor/patches/patch-ae b/net/tor/patches/patch-ae new file mode 100644 index 00000000000..73f8ed109e8 --- /dev/null +++ b/net/tor/patches/patch-ae @@ -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 + |