diff options
author | jschauma <jschauma> | 2006-05-26 02:21:41 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2006-05-26 02:21:41 +0000 |
commit | 96b2ce5c2d54fa28f5981142a7aaf4c2e223a48e (patch) | |
tree | 96a304257ce73fda34957ecaf197ca58ed66ec8a /net/tor/patches | |
parent | b01f89c67307d1282d51c1472d93e8debe0e2832 (diff) | |
download | pkgsrc-96b2ce5c2d54fa28f5981142a7aaf4c2e223a48e.tar.gz |
- Update tor to latest stable version 0.1.1.20 via files from pkgsrc-wip
- maintainer -> tv
Changes (summary):
some major security fixes, including entry guards to protect the
beginning of the circuit, exit enclaves to protect the end, and better
firewall support; a new directory protocol that improves bandwidth use
and keeps clients more up to date; two new directory authorities;
a new ascii-based controller protocol that lets people easily write
applications to interact with Tor; and
many scalability and performance improvements
Full changes available at
http://archives.seul.org/or/announce/May-2006/msg00000.html:
Diffstat (limited to 'net/tor/patches')
-rw-r--r-- | net/tor/patches/patch-ac | 8 | ||||
-rw-r--r-- | net/tor/patches/patch-ad | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/tor/patches/patch-ac b/net/tor/patches/patch-ac index 33fd73b3255..ee9dcf8e936 100644 --- a/net/tor/patches/patch-ac +++ b/net/tor/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.2 2005/08/04 10:55:31 drochner Exp $ +$NetBSD: patch-ac,v 1.3 2006/05/26 02:21:42 jschauma Exp $ ---- contrib/Makefile.in.orig 2005-07-18 21:11:02.000000000 +0200 +--- contrib/Makefile.in.orig 2006-05-23 13:08:04.000000000 -0400 +++ contrib/Makefile.in -@@ -78,7 +78,7 @@ confdir = $(sysconfdir)/tor +@@ -81,7 +81,7 @@ confdir = $(sysconfdir)/tor - EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi tor.sh torctl ExerciseServer.py PathDemo.py + EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi.in tor.sh torctl rc.subr ExerciseServer.py PathDemo.py -conf_DATA = tor-tsocks.conf +#conf_DATA = tor-tsocks.conf diff --git a/net/tor/patches/patch-ad b/net/tor/patches/patch-ad index 3592fe5a442..c3422a69390 100644 --- a/net/tor/patches/patch-ad +++ b/net/tor/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1 2005/08/04 10:55:31 drochner Exp $ +$NetBSD: patch-ad,v 1.2 2006/05/26 02:21:42 jschauma Exp $ ---- src/config/Makefile.in.orig 2005-07-21 23:08:06.000000000 +0200 +--- src/config/Makefile.in.orig 2006-03-18 23:02:54.000000000 -0500 +++ src/config/Makefile.in -@@ -75,7 +75,7 @@ confdir = $(sysconfdir)/tor +@@ -78,7 +78,7 @@ confdir = $(sysconfdir)/tor EXTRA_DIST = |