Date: Sat, 29 May 2004 00:30:00 -0700 (PDT) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/tor Makefile distinfo pkg-descr pkg-plist ports/security/tor/files patch-configure patch-src::common::or.c patch-src::common::util.c Message-ID: <200405290730.i4T7U0Mu013381@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2004/05/29 00:30:00 PDT
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/tor Makefile distinfo pkg-descr pkg-plist
security/tor/files patch-configure patch-src::common::or.c
patch-src::common::util.c
Log:
Add tor 0.0.6.2, an anonymizing overlay network for TCP.
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.
WWW: http://freehaven.net/tor/
PR: ports/67305
Submitted by: freebsd-ports@rikrose.net
Revision Changes Path
1.512 +1 -0 ports/security/Makefile
1.1 +30 -0 ports/security/tor/Makefile (new)
1.1 +2 -0 ports/security/tor/distinfo (new)
1.1 +11 -0 ports/security/tor/files/patch-configure (new)
1.1 +13 -0 ports/security/tor/files/patch-src::common::or.c (new)
1.1 +13 -0 ports/security/tor/files/patch-src::common::util.c (new)
1.1 +11 -0 ports/security/tor/pkg-descr (new)
1.1 +6 -0 ports/security/tor/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405290730.i4T7U0Mu013381>
