aboutsummaryrefslogtreecommitdiff
path: root/security/tor
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Update to 0.1.0.14Renato Botelho2005-09-023-5/+14
| | | | | | | | PR: ports/85635 Submitted by: maintainer Notes: svn path=/head/; revision=141803
* - Update to 0.1.0.12Renato Botelho2005-07-293-3/+4
| | | | | | | | PR: ports/84281 Submitted by: rik <freebsd-ports@rikrose.net> (maintainer) Notes: svn path=/head/; revision=140388
* - Update to 0.1.0.11Pav Lucistnik2005-07-032-4/+3
| | | | | | | | PR: ports/82921 Submitted by: rik <freebsd-ports@rikrose.net> (maintainer) Notes: svn path=/head/; revision=138415
* Chase the libevent update.Jean-Yves Lefort2005-07-011-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=138315
* - Update to 0.1.0.10 [1]Jean-Yves Lefort2005-06-184-20/+9
| | | | | | | | | | - Polish the Makefile and packing list PR: ports/82386 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=137676
* - Resurrect mistakenly removed needed patch filePav Lucistnik2005-05-241-0/+29
| | | | | | | Blaming: mess on submitter's box Notes: svn path=/head/; revision=136046
* - Update to 0.0.9.9Pav Lucistnik2005-05-243-33/+4
| | | | | | | | PR: ports/81435 Submitted by: rik <freebsd-ports@rikrose.net> (maintainer) Notes: svn path=/head/; revision=136040
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - adds _tor user and gourp for tor to run asPav Lucistnik2005-01-303-0/+68
| | | | | | | | | | | - puts data into /var/db/tor/data - TAKE NOTE WHEN UPGRADING! - working tor.sh!!! (finally. sorry for not doing this earlier!) PR: ports/76837 Submitted by: rik <freebsd-ports@rikrose.net> (maintainer) Notes: svn path=/head/; revision=127713
* Update distinfo after last updateTilman Keskinoz2005-01-091-2/+2
| | | | | | | | | PR: 75996 Submitted by: Darrien <darrien.l@gmail.com> Forgotten by: lioux Notes: svn path=/head/; revision=125979
* o Update to 0.0.9.2Mario Sergio Fujikawa Ferreira2005-01-082-4/+16
| | | | | | | | | | | | | o Add net as a secondary CATEGORY o Uphold CFLAGS o DESCR: - Add additional text from developer's www site - Update WWW tag with new location Approved by: maintainer Notes: svn path=/head/; revision=125874
* Update to 0.0.9.1Kirill Ponomarev2004-12-243-4/+3
| | | | | | | | PR: ports/75440 Submitted by: maintainer Notes: svn path=/head/; revision=125058
* - Chase permanent redirectionPav Lucistnik2004-12-031-2/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=123056
* - Quick update to 0.0.8.1, bugfix release, because 0.0.8 was removedPav Lucistnik2004-10-162-3/+3
| | | | | | | | | from distsite Reported by: Dead Microprocessor <dead.microprocessor@gmail.com> Notes: svn path=/head/; revision=119602
* - Update to 0.0.8Pav Lucistnik2004-10-113-7/+8
| | | | | | | | PR: ports/72086 Submitted by: rik <freebsd-security@rikrose.net> (maintainer) Notes: svn path=/head/; revision=118674
* Keep a local copy until the original mastersite is back again.Edwin Groothuis2004-07-111-1/+2
| | | | | | | Submitted by: rik@#bsdports Notes: svn path=/head/; revision=113396
* - Update to 0.0.7.2Volker Stolz2004-07-083-3/+9
| | | | | | | | | | - Add net/tsocks to RUN_DEPENDS PR: ports/68813 Submitted by: maintainer Notes: svn path=/head/; revision=113229
* - Update to version 0.0.7Kirill Ponomarev2004-06-115-47/+3
| | | | | | | | PR: ports/67831 Submitted by: maintainer Notes: svn path=/head/; revision=111282
* - Fix build on 4.xKirill Ponomarev2004-05-291-4/+11
| | | | | | | | PR: ports/67336 Submitted by: maintainer Notes: svn path=/head/; revision=110272
* Add tor 0.0.6.2, an anonymizing overlay network for TCP.Kirill Ponomarev2004-05-297-0/+86
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 Notes: svn path=/head/; revision=110259