git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
ca74ecfe5
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
download.html
start listing the freebsd package again
Roger Dingledine
commited
ca74ecfe5
at 2005-06-23 20:59:38
download.html
Blame
History
Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tor: Download</title> <meta name="Author" content="Roger Dingledine" /> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> <body> <!-- TITLE BAR & NAVIGATION --> <table class="banner" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="banner-left"></td> <td class="banner-middle"> <a href="index.html">Home</a> | <a href="howitworks.html">How It Works</a> | <a class="current">Download</a> | <a href="documentation.html">Docs</a> | <a href="users.html">Users</a> | <a href="faq.html">FAQs</a> | <a href="contribute.html">Contribute</a> | <a href="developers.html">Developers</a> | <a href="research.html">Research</a> | <a href="people.html">People</a> </td> <td class="banner-right"></td> </tr> </table> <!-- END TITLE BAR & NAVIGATION --> <div class="center"> <div class="main-column"> <h2>Tor: Packages and source</h2> <hr /> <p>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a> under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p> <p>You can get the latest release from the <a href="dist/">download directory</a>. The latest stable release is <b>0.1.0.10</b>. Tor should run on Linux, BSD, OS X, Windows, Solaris, and more.</p> <ul> <li><b>Windows</b> installer: <a href="dist/win32/tor-0.1.0.10-win32.exe">0.1.0.10</a> (<a href="dist/win32/tor-0.1.0.10-win32.exe.asc">sig</a>) Be sure to read the <a href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li> <li><b>Mac OS X</b> installer: <a href="dist/osx/Tor 0.1.0.10 Bundle.dmg">0.1.0.10</a> (<a href="dist/osx/Tor 0.1.0.10 Bundle.dmg.asc">sig</a>) Be sure to read the <a href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li> <li><b>Red Hat Linux</b> package: <a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm">0.1.0.10 RPM</a> (<a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm.asc">sig</a>), <a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">0.1.0.10 SRPM</a> (<a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">sig</a>) </li> <li>Latest stable source: <a href="dist/tor-0.1.0.10.tar.gz">0.1.0.10</a> (<a href="dist/tor-0.1.0.10.tar.gz.asc">sig</a>). You will <a href="http://www.monkey.org/~provos/libevent/">need libevent</a>. If you are brave enough to try building from source on Windows, you'll need libevent 1.0c or later.</li> </ul> <p>General instructions for installing and configuring Tor are <a href="cvs/tor/doc/tor-doc.html#installing">here</a>. This <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ entry</a> explains how to verify package signatures. </p> <p>See the <a href="developers.html">developers page</a> for instructions on fetching Tor from CVS. </p> <p> Old releases are <a href="dist/obsolete/">here</a>. </p> <hr /> <p><b>Debian packages</b> have been uploaded to the set of official unstable (sid) and testing (etch) <a href="http://packages.debian.org/tor">Debian packages</a>. If you are running stable (sarge) or oldstable (woody), you must first add these lines to <code>/etc/apt/sources.list</code>:</p> <ul> <li><p>for sarge (stable):</p> <p><code> deb http://mirror.noreply.org/pub/tor sarge main<br /> deb-src http://mirror.noreply.org/pub/tor sarge main </code></p></li> <li><p>or for woody (oldstable):</p> <p><code> deb http://mirror.noreply.org/pub/tor woody main<br /> deb-src http://mirror.noreply.org/pub/tor woody main </code></p></li> </ul> <p>To install the packages, issue the following commands:</p> <p><code> $ apt-get update<br /> $ apt-get install tor </code></p> <p>Packages for the <b>development</b> version of Tor are available as well. To install these, add the following lines to <code>/etc/apt/sources.list</code>:</p> <ul> <li><p>For sid use</p> <p><code> deb http://mirror.noreply.org/pub/tor experimental main<br /> deb-src http://mirror.noreply.org/pub/tor experimental main </code></p></li> <li><p>or for sarge (stable) there is</p> <p><code> deb http://mirror.noreply.org/pub/tor experimental-sarge main<br /> deb-src http://mirror.noreply.org/pub/tor experimental-sarge main </code></p></li> <li><p>and in case you still run woody (oldstable) add those two lines:</p> <p><code> deb http://mirror.noreply.org/pub/tor experimental-woody main<br /> deb-src http://mirror.noreply.org/pub/tor experimental-woody main </code></p></li> </ul> <p>Then issue the following commands:</p> <p><code> $ apt-get update<br /> $ apt-get install -t experimental tor </code></p> <p>or just</p> <p><code> $ apt-get update<br /> $ apt-get install tor </code></p> <p>depending on which of those lines you added.</p> <p>Packages for architectures other than i386 can be built from the sources above quite easily. Pester <a href="mailto:weasel@debian.org">weasel</a> if he hasn't documented it yet.</p> <p> A guide to chrooting is available <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorInChroot">in the Wiki</a>. </p> <hr /> <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt> </p> <p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor && make && make install</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)</p> <p><b>NetBSD</b>: <tt>cd /usr/pkgsrc/net/tor && make install</tt></p> <p><b>Gentoo</b>: <tt>emerge tor</tt> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)</p> <p><b>Other packages</b> for other platforms are rumored to exist. If somebody sends details, we'll put links here. </p> <hr /> <h2>Mirrors</h2> <p> If you are running a mirror please email <a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a> and we'll add it to the list. </p> <p> Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a> | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)<br /> Meulie.net (<a href="http://tor.meulie.net/">http</a>) </p> <hr /> <h2>Stable releases</h2> <p>2005-06-12: Tor 0.1.0.10 features <a href="http://archives.seul.org/or/announce/Jun-2005/msg00000.html">cleanup on Windows, including making NT services work; many performance improvements, including libevent to use poll/epoll/kqueue when available, and pthreads and better buffer management to avoid so much memory bloat; better performance and reliability for hidden services; automated self-reachability testing by servers; http and https proxy support for clients; and much more support for the Tor controller protocol</a>. </p> <p>2005-04-23: Tor 0.0.9.9 has a <a href="http://archives.seul.org/or/announce/Apr-2005/msg00002.html">fix for an assert trigger that happens when servers get weird TLS certs from clients</a>. </p> <p>2005-04-07: Tor 0.0.9.8 has a <a href="http://archives.seul.org/or/announce/Apr-2005/msg00001.html">workaround for a rare bug (reported by Alex de Joode) that makes servers stop processing new circuits</a>. </p> <p>2005-04-01: Tor 0.0.9.7 fixes <a href="http://archives.seul.org/or/announce/Apr-2005/msg00000.html">another server race crash bug, and also fixes a bug where we would refuse to extend to an unknown server</a>. </p> <p>2005-03-24: Tor 0.0.9.6 fixes <a href="http://archives.seul.org/or/announce/Mar-2005/msg00000.html">yet more server stability problems</a>. </p> <p>2005-02-22: Tor 0.0.9.5 fixes <a href="http://archives.seul.org/or/announce/Feb-2005/msg00001.html">an assert race at exit nodes when resolve requests fail, and cleans up a few other bugs</a>. </p> <p>2005-02-03: Tor 0.0.9.4 fixes <a href="http://archives.seul.org/or/announce/Feb-2005/msg00000.html">a server bug that took down most of the network. It also makes us more robust to running out of file descriptors</a>. </p> <p>2005-01-21: Tor 0.0.9.3 improves <a href="http://archives.seul.org/or/announce/Jan-2005/msg00001.html">cpu usage, works better when the network was offline and you try to use Tor, and makes hidden services less unbearable</a>. </p> <p>2005-01-04: Tor 0.0.9.2 fixes <a href="http://archives.seul.org/or/announce/Jan-2005/msg00000.html">many more bugs</a>. </p> <p>2004-12-16: Tor 0.0.9.1 fixes <a href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a few minor bugs in 0.0.9</a>. </p> <p>2004-12-12: Tor 0.0.9 adds <a href="http://archives.seul.org/or/announce/Dec-2004/msg00000.html">a win32 installer, better circuit building algorithms, bandwidth accounting and hibernation, more efficient directory fetching, and support for a separate Tor GUI controller program (once somebody writes one)</a>. </p> <hr /> <p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more details.</p> </div><!-- #main --> </div> <div class="bottom" id="bottom"> <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> - $Id$ </div> </body> </html>