Loading debian/changelog +2 −1 Original line number Diff line number Diff line tor (0.2.3.19-rc-X) Xnstable; urgency=low * Suggest the tor-arm controller. * Improve long descriptions with Roger's help. -- Peter Palfrader <weasel@debian.org> Sat, 04 Aug 2012 11:23:52 +0200 -- Peter Palfrader <weasel@debian.org> Sat, 04 Aug 2012 11:26:41 +0200 tor (0.2.3.19-rc-1) unstable; urgency=low Loading debian/control +31 −33 Original line number Diff line number Diff line Loading @@ -15,41 +15,35 @@ Conflicts: libssl0.9.8 (<< 0.9.8g-9) Recommends: logrotate, tor-geoipdb, torsocks Suggests: mixmaster, xul-ext-torbutton, socat, tor-arm, polipo (>= 1) | privoxy, apparmor-utils, tor-arm Description: anonymizing overlay network for TCP Tor is a connection-based low-latency anonymous communication system which addresses many flaws in the original onion routing design. Tor is a connection-based low-latency anonymous communication system. . In brief, 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. Clients choose a source-routed path through a set of relays, and negotiate a "virtual circuit" through the network, in which each relay knows its predecessor and successor, but no others. Traffic flowing down the circuit is decrypted at each relay, which reveals the downstream relay. . Basically Tor provides a distributed network of servers ("onion routers"). Users bounce their tcp streams (web traffic, ftp, ssh, etc) around the routers, and recipients, observers, and even the routers themselves have difficulty tracking the source of the stream. Basically, Tor provides a distributed network of relays. Users bounce their TCP streams (web traffic, ftp, ssh, etc) around the relays, and recipients, observers, and even the relays themselves have difficulty learning which users connected to which destinations. . Note that Tor does no protocol cleaning. That means there is a danger that application protocols and associated programs can be induced to reveal information about the initiator. Tor depends on Privoxy and similar protocol cleaners to solve this problem. This package enables only a Tor client by default, but it can also be configured as a relay and/or a hidden service easily. . Client applications can use the Tor network by connecting to the local onion proxy. If the application itself does not come with socks support you can use a socks client such as tsocks. Some web browsers like mozilla and web proxies like privoxy come with socks support, so you don't need an extra socks client if you want to use Tor with them. socks proxy interface provided by your Tor instance. If the application itself does not come with socks support, you can use a socks client such as torsocks. . This package enables only the onion proxy by default, but it can be configured as a relay (server) node. . Remember that this is development code -- don't rely on the current Tor network if you really need strong anonymity. . The latest information can be found at https://www.torproject.org/, or on the mailing lists, archived at https://lists.torproject.org/pipermail/tor-talk/ or https://lists.torproject.org/pipermail/tor-announce/. Note that Tor does no protocol cleaning on application traffic. There is a danger that application protocols and associated programs can be induced to reveal information about the user. Tor depends on Torbutton and similar protocol cleaners to solve this problem. For best protection when web surfing, the Tor Project recommends that you use the Tor Browser Bundle, a standalone tarball that includes static builds of Tor, Torbutton, and a modified Firefox that is patched to fix a variety of privacy bugs. Package: tor-dbg Architecture: any Loading @@ -70,7 +64,11 @@ Description: geoIP database for Tor This package provides a geoIP database for Tor, i.e. it maps IPv4 addresses to countries. . Bridges (special Tor relays that aren't listed in the main Tor directory) use this information to report which countries they get access from. This allows the Tor network operators to learn if certain countries started blocking access to bridges. Bridges (special Tor relays that aren't listed in the main Tor directory) use this information to report which countries they get access from. This allows the Tor network operators to learn if certain countries started blocking access to bridges. . Clients can also use this to learn what country each relay is in, to tell Tor controllers like arm or Vidalia, or to configure preferences for path selection. Loading
debian/changelog +2 −1 Original line number Diff line number Diff line tor (0.2.3.19-rc-X) Xnstable; urgency=low * Suggest the tor-arm controller. * Improve long descriptions with Roger's help. -- Peter Palfrader <weasel@debian.org> Sat, 04 Aug 2012 11:23:52 +0200 -- Peter Palfrader <weasel@debian.org> Sat, 04 Aug 2012 11:26:41 +0200 tor (0.2.3.19-rc-1) unstable; urgency=low Loading
debian/control +31 −33 Original line number Diff line number Diff line Loading @@ -15,41 +15,35 @@ Conflicts: libssl0.9.8 (<< 0.9.8g-9) Recommends: logrotate, tor-geoipdb, torsocks Suggests: mixmaster, xul-ext-torbutton, socat, tor-arm, polipo (>= 1) | privoxy, apparmor-utils, tor-arm Description: anonymizing overlay network for TCP Tor is a connection-based low-latency anonymous communication system which addresses many flaws in the original onion routing design. Tor is a connection-based low-latency anonymous communication system. . In brief, 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. Clients choose a source-routed path through a set of relays, and negotiate a "virtual circuit" through the network, in which each relay knows its predecessor and successor, but no others. Traffic flowing down the circuit is decrypted at each relay, which reveals the downstream relay. . Basically Tor provides a distributed network of servers ("onion routers"). Users bounce their tcp streams (web traffic, ftp, ssh, etc) around the routers, and recipients, observers, and even the routers themselves have difficulty tracking the source of the stream. Basically, Tor provides a distributed network of relays. Users bounce their TCP streams (web traffic, ftp, ssh, etc) around the relays, and recipients, observers, and even the relays themselves have difficulty learning which users connected to which destinations. . Note that Tor does no protocol cleaning. That means there is a danger that application protocols and associated programs can be induced to reveal information about the initiator. Tor depends on Privoxy and similar protocol cleaners to solve this problem. This package enables only a Tor client by default, but it can also be configured as a relay and/or a hidden service easily. . Client applications can use the Tor network by connecting to the local onion proxy. If the application itself does not come with socks support you can use a socks client such as tsocks. Some web browsers like mozilla and web proxies like privoxy come with socks support, so you don't need an extra socks client if you want to use Tor with them. socks proxy interface provided by your Tor instance. If the application itself does not come with socks support, you can use a socks client such as torsocks. . This package enables only the onion proxy by default, but it can be configured as a relay (server) node. . Remember that this is development code -- don't rely on the current Tor network if you really need strong anonymity. . The latest information can be found at https://www.torproject.org/, or on the mailing lists, archived at https://lists.torproject.org/pipermail/tor-talk/ or https://lists.torproject.org/pipermail/tor-announce/. Note that Tor does no protocol cleaning on application traffic. There is a danger that application protocols and associated programs can be induced to reveal information about the user. Tor depends on Torbutton and similar protocol cleaners to solve this problem. For best protection when web surfing, the Tor Project recommends that you use the Tor Browser Bundle, a standalone tarball that includes static builds of Tor, Torbutton, and a modified Firefox that is patched to fix a variety of privacy bugs. Package: tor-dbg Architecture: any Loading @@ -70,7 +64,11 @@ Description: geoIP database for Tor This package provides a geoIP database for Tor, i.e. it maps IPv4 addresses to countries. . Bridges (special Tor relays that aren't listed in the main Tor directory) use this information to report which countries they get access from. This allows the Tor network operators to learn if certain countries started blocking access to bridges. Bridges (special Tor relays that aren't listed in the main Tor directory) use this information to report which countries they get access from. This allows the Tor network operators to learn if certain countries started blocking access to bridges. . Clients can also use this to learn what country each relay is in, to tell Tor controllers like arm or Vidalia, or to configure preferences for path selection.