diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-05-26 02:21:41 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-05-26 02:21:41 +0000 |
commit | c4c1fb921ac15dd8bd0a0cc0cdb7d78b334c6399 (patch) | |
tree | 96a304257ce73fda34957ecaf197ca58ed66ec8a /net | |
parent | ad5b9a61fc920471e211f16b8082b5a3021855e5 (diff) | |
download | pkgsrc-c4c1fb921ac15dd8bd0a0cc0cdb7d78b334c6399.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')
-rw-r--r-- | net/tor/MESSAGE | 19 | ||||
-rw-r--r-- | net/tor/Makefile | 10 | ||||
-rw-r--r-- | net/tor/PLIST | 2 | ||||
-rw-r--r-- | net/tor/distinfo | 12 | ||||
-rw-r--r-- | net/tor/patches/patch-ac | 8 | ||||
-rw-r--r-- | net/tor/patches/patch-ad | 6 |
6 files changed, 19 insertions, 38 deletions
diff --git a/net/tor/MESSAGE b/net/tor/MESSAGE index b52d3e2f933..acb1666a516 100644 --- a/net/tor/MESSAGE +++ b/net/tor/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2006/01/16 16:52:31 jschauma Exp $ +$NetBSD: MESSAGE,v 1.4 2006/05/26 02:21:41 jschauma Exp $ You probably want to install www/privoxy to torify your browsers. Please see http://tor.eff.org/cvs/tor/doc/tor-doc.html for details. @@ -11,21 +11,4 @@ ${PREFIX}/share/examples/tor/tor-tsocks.conf. If you wish to chroot tor, you may find the following URLs helpful: http://pestilenz.org/~bauerm/tor-openbsd-howto.html http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot - -=========================================================================== - -Security Note: - -If you offer a Tor hidden service, an adversary who can run a fast Tor server -and who knows some basic statistics can find the location of your hidden -service in a matter of minutes to hours. - -See http://archives.seul.org/or/announce/Jan-2006/msg00001.html -for details. - -To prevent this information disclosure, manually configure a half dozen -EntryNodes. - -See http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ChooseEntryExit - =========================================================================== diff --git a/net/tor/Makefile b/net/tor/Makefile index 25852588cdb..a43413824f6 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2006/04/23 00:12:41 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/05/26 02:21:41 jschauma Exp $ # -DISTNAME= tor-0.1.0.17 +DISTNAME= tor-0.1.1.20 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ -MAINTAINER= jschauma@NetBSD.org +MAINTAINER= tv@NetBSD.org HOMEPAGE= http://tor.eff.org/ COMMENT= Anonymizing overlay network for TCP @@ -20,9 +20,7 @@ PKG_HOME?= /var/chroot/tor RCD_SCRIPTS= tor PKG_GROUPS= ${TOR_GROUP} -PKG_USERS= ${TOR_USER}:${TOR_GROUP} -PKG_GECOS.${TOR_USER}= Torifier -PKG_HOME.${TOR_USER}= ${PKG_HOME} +PKG_USERS= ${TOR_USER}:${TOR_GROUP}::Torifier:${PKG_HOME} USER_GROUP= ${TOR_USER} ${TOR_GROUP} OWN_DIR_PERMS+= ${PKG_HOME} ${USER_GROUP} 0755 diff --git a/net/tor/PLIST b/net/tor/PLIST index 1b8f7fc5fd6..22a462e7f80 100644 --- a/net/tor/PLIST +++ b/net/tor/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/08/09 15:16:39 salo Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/05/26 02:21:41 jschauma Exp $ bin/tor bin/tor-resolve bin/torify diff --git a/net/tor/distinfo b/net/tor/distinfo index e35c9ac8b21..2e022e3eb16 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2006/02/23 03:39:25 jschauma Exp $ +$NetBSD: distinfo,v 1.17 2006/05/26 02:21:41 jschauma Exp $ -SHA1 (tor-0.1.0.17.tar.gz) = 4df754374b5b14e6e9f96b88e694d4bb3deef4a5 -RMD160 (tor-0.1.0.17.tar.gz) = d3b99e1f1ea26d73dae073ee62d3a1899905074a -Size (tor-0.1.0.17.tar.gz) = 634144 bytes -SHA1 (patch-ac) = 56236bb89dc5975beaf24513218acbba39f9fa82 -SHA1 (patch-ad) = b70a2d675349ecb815de27ad4c67c195ed79e658 +SHA1 (tor-0.1.1.20.tar.gz) = 34af6983edd96d79c73e360aebc74d77d9bb828b +RMD160 (tor-0.1.1.20.tar.gz) = 5d48d2954931fb28f0039f2472245abc9896316c +Size (tor-0.1.1.20.tar.gz) = 828833 bytes +SHA1 (patch-ac) = 3e3a6bce4da2a55b60a52fcc4a575eaceb6a2aa8 +SHA1 (patch-ad) = f0ead230249a0341b5d15c47d9361bd6e16ec23a 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 = |