|
@@ -3,13 +3,14 @@ Section: comm
|
|
Priority: optional
|
|
Priority: optional
|
|
Maintainer: Peter Palfrader <weasel@debian.org>
|
|
Maintainer: Peter Palfrader <weasel@debian.org>
|
|
Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), texlive-base-bin, texlive-latex-base, texlive-fonts-recommended, transfig, gs, binutils (>= 2.14.90.0.7)
|
|
Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), texlive-base-bin, texlive-latex-base, texlive-fonts-recommended, transfig, gs, binutils (>= 2.14.90.0.7)
|
|
-Standards-Version: 3.7.2
|
|
+Standards-Version: 3.8.0
|
|
|
|
+Homepage: https://www.torproject.org/
|
|
|
|
|
|
Package: tor
|
|
Package: tor
|
|
Architecture: any
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, adduser, tsocks
|
|
Depends: ${shlibs:Depends}, adduser, tsocks
|
|
Conflicts: libssl0.9.8 (<< 0.9.8g-9)
|
|
Conflicts: libssl0.9.8 (<< 0.9.8g-9)
|
|
-Recommends: privoxy | polipo (>= 1), socat, logrotate
|
|
+Recommends: privoxy | polipo (>= 1), socat, logrotate, tor-geoipdb
|
|
Suggests: mixmaster, mixminion, anon-proxy
|
|
Suggests: mixmaster, mixminion, anon-proxy
|
|
Description: anonymizing overlay network for TCP
|
|
Description: anonymizing overlay network for TCP
|
|
Tor is a connection-based low-latency anonymous communication system which
|
|
Tor is a connection-based low-latency anonymous communication system which
|
|
@@ -44,16 +45,29 @@ Description: anonymizing overlay network for TCP
|
|
Remember that this is development code -- don't rely on the current Tor
|
|
Remember that this is development code -- don't rely on the current Tor
|
|
network if you really need strong anonymity.
|
|
network if you really need strong anonymity.
|
|
.
|
|
.
|
|
- The latest information can be found at http://tor.eff.org/, or on the
|
|
+ The latest information can be found at https://www.torproject.org/, or on the
|
|
mailing lists, archived at http://archives.seul.org/or/talk/ or
|
|
mailing lists, archived at http://archives.seul.org/or/talk/ or
|
|
http://archives.seul.org/or/announce/.
|
|
http://archives.seul.org/or/announce/.
|
|
|
|
|
|
Package: tor-dbg
|
|
Package: tor-dbg
|
|
Architecture: any
|
|
Architecture: any
|
|
-Depends: tor (= ${Source-Version})
|
|
+Depends: tor (= ${binary:Version})
|
|
Suggests: gdb
|
|
Suggests: gdb
|
|
Priority: extra
|
|
Priority: extra
|
|
Description: debugging symbols for Tor
|
|
Description: debugging symbols for Tor
|
|
This package provides the debugging symbols for Tor, The Onion Router.
|
|
This package provides the debugging symbols for Tor, The Onion Router.
|
|
Those symbols allow your debugger to assign names to your backtraces, which
|
|
Those symbols allow your debugger to assign names to your backtraces, which
|
|
makes it somewhat easier to interpret core dumps.
|
|
makes it somewhat easier to interpret core dumps.
|
|
|
|
+
|
|
|
|
+Package: tor-geoipdb
|
|
|
|
+Architecture: all
|
|
|
|
+Priority: extra
|
|
|
|
+Depends: tor (>= ${source:Version})
|
|
|
|
+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.
|