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

Kirill Ponomarew krion at FreeBSD.org
Sat May 29 00:30:20 PDT 2004


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 at 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)


More information about the cvs-all mailing list