git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
074861c9f
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
download.html
bump download page to 0.1.0.14, 0.1.1.5-alpha
Roger Dingledine
commited
074861c9f
at 2005-08-08 22:52:22
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="volunteer.html">Volunteer</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.14</b>, and the latest development release is <b>0.1.1.5-alpha</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.14-win32.exe">0.1.0.14</a> (<a href="dist/win32/tor-0.1.0.14-win32.exe.asc">sig</a>), <a href="dist/win32/tor-0.1.1.5-alpha-win32.exe">0.1.1.5-alpha</a> (<a href="dist/win32/tor-0.1.1.5-alpha-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.14 Bundle.dmg">0.1.0.14</a> (<a href="dist/osx/Tor 0.1.0.14 Bundle.dmg.asc">sig</a>), <a href="dist/osx/Tor 0.1.1.5-alpha Bundle.dmg">0.1.1.5-alpha</a> (<a href="dist/osx/Tor 0.1.1.5-alpha 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.14-tor.0.fc1.i386.rpm">0.1.0.14 RPM</a> (<a href="dist/rpm/tor-0.1.0.14-tor.0.fc1.i386.rpm.asc">sig</a>), <a href="dist/rpm/tor-0.1.0.14-tor.0.fc1.src.rpm">0.1.0.14 SRPM</a> (<a href="dist/rpm/tor-0.1.0.14-tor.0.fc1.src.rpm.asc">sig</a>), <a href="dist/rpm/tor-0.1.1.5.alpha-tor.0.fc1.i386.rpm">0.1.1.5-alpha RPM</a> (<a href="dist/rpm/tor-0.1.1.5.alpha-tor.0.fc1.i386.rpm.asc">sig</a>), <a href="dist/rpm/tor-0.1.1.5.alpha-tor.0.fc1.src.rpm">0.1.1.5-alpha SRPM</a> (<a href="dist/rpm/tor-0.1.1.5.alpha-tor.0.fc1.src.rpm.asc">sig</a>) </li> <li>Latest source tarballs: <a href="dist/tor-0.1.0.14.tar.gz">0.1.0.14</a> (<a href="dist/tor-0.1.0.14.tar.gz.asc">sig</a>), <a href="dist/tor-0.1.1.5-alpha.tar.gz">0.1.1.5-alpha</a> (<a href="dist/tor-0.1.1.5-alpha.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>: <tt>apt-get install tor</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">guide for Sarge and experimental Tor versions</a>) <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> Ghirai.com (<a href="http://www.ghirai.com/tor/">http</a>)<br /> Meulie.net (<a href="http://tor.meulie.net/">http</a>)<br /> Stevens Institute of Technology (<a href="ftp://ftp.cs.stevens.edu/pub/tor/">ftp</a>)<br /> 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>) </p> <hr /> <h2>Testing releases</h2> <p>2005-08-08: Tor 0.1.1.5-alpha <a href="http://archives.seul.org/or/talk/Aug-2005/msg000xx.html">includes the critical security fix from 0.1.0.14</a>. </p> <p>2005-08-04: Tor 0.1.1.4-alpha <a href="http://archives.seul.org/or/talk/Aug-2005/msg00010.html">includes the critical security fix from 0.1.0.13</a>. </p> <p>2005-07-25: Tor 0.1.1.3-alpha <a href="http://archives.seul.org/or/talk/Jul-2005/msg00107.html">fixes a crash bug with hidden services, an assert trigger in the controller, and a few other controller bugs</a>. </p> <p>2005-07-14: Tor 0.1.1.2-alpha <a href="http://archives.seul.org/or/talk/Jul-2005/msg00055.html">fixes a seg fault in the controller handling, plus a few other bugs</a>. </p> <p>2005-06-28: Tor 0.1.1.1-alpha has a <a href="http://archives.seul.org/or/talk/Jun-2005/msg00252.html">revised controller protocol (version 1) that uses ascii rather than binary</a>. </p> <hr /> <h2>Stable releases</h2> <p>2005-08-08: Tor 0.1.0.14 fixes <a href="http://archives.seul.org/or/announce/Aug-2005/msg00001.html">the second half of a critical bug in the security of our crypto handshakes</a>. All clients should upgrade <b>immediately</b>! </p> <p>2005-08-04: Tor 0.1.0.13 fixes a <a href="http://archives.seul.org/or/announce/Aug-2005/msg00000.html">critical bug in the security of our crypto handshakes</a>. </p> <p>2005-07-18: Tor 0.1.0.12 fixes an <a href="http://archives.seul.org/or/announce/Jul-2005/msg00001.html">assert bug that was taking down some clients and servers in rare cases</a>. </p> <p>2005-06-30: Tor 0.1.0.11 fixes a <a href="http://archives.seul.org/or/announce/Jul-2005/msg00000.html">security problem where servers would disregard their exit policies in some circumstances</a>. </p> <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.10 has backports for some important security bugs. It is <a href="http://archives.seul.org/or/announce/Jun-2005/msg00001.html">available for people who can't upgrade to Tor 0.1.0.x yet</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>