./net/tor, Anonymizing overlay network for TCP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 0.2.2.34, Package name: tor-0.2.2.34, Maintainer: athaba

The simple version: Tor provides a distributed network of servers ("onion
routers"). Users bounce their TCP streams (web traffic, FTP, SSH, etc.) around
the routers. This makes it hard for recipients, observers, and even the onion
routers themselves to track the source of the stream.

The complex version: Onion Routing is a connection-oriented anonymizing
communication service. Users choose a source-routed path through a set of
nodes, and negotiate a "virtual circuit" through the network, in which each
node knows its predecessor and successor, but no others. Traffic flowing down
the circuit is unwrapped by a symmetric key at each node, which reveals the
downstream node.


Required to build:
[devel/gmake] [textproc/asciidoc]

Package options: threads

Master sites:

SHA1: 81d777d07d01513da483bcd27dc92bc36112e771
RMD160: 3cbf6f00ab88010ed2f916526c4acef9a8514c37
Filesize: 2688.193 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-02 21:07:26 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3583 - requested by drochner
net/tor: security update

Revisions pulled up:
- net/tor/Makefile                                              1.83-1.84
- net/tor/distinfo                                              1.50-1.51

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Thu Oct  6 18:06:16 UTC 2011

   Modified Files:
           pkgsrc/net/tor: Makefile distinfo

   Log message:
   update to 0.2.2.33
   changes: minor fixes

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Sun Oct 30 17:49:18 UTC 2011

   Modified Files:
           pkgsrc/net/tor: Makefile distinfo

   Log message:
   update to 0.2.2.34
   fixes a critical anonymity vulnerability where an attacker
   can deanonymize Tor users (CVE-2011-2768)