summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4c04259ba8aa97c3e4febb7f128a510e7bf6eb77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: apt-transport-tor
Section: admin
Priority: optional
Maintainer: APT Development Team <deity@lists.debian.org>
Uploaders: Tim Retout <diocles@debian.org>,
           David Kalnischkies <donkult@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5.0
Vcs-Git: https://anonscm.debian.org/git/apt/apt-tranport-tor.git
Vcs-Browser: https://anonscm.debian.org/git/apt/apt-tranport-tor.git

Package: apt-transport-tor
Architecture: any
Depends: apt (>= 1.3~rc1), tor, ${misc:Depends}, ${shlibs:Depends}
Recommends: apt-transport-https
Description: APT transport for anonymous package downloads via Tor
 Provides support in APT for downloading packages anonymously via the Tor
 network.
 .
 APT already includes mechanisms for guaranteeing the authenticity of the
 packages you download.  However, an adversary sniffing your network traffic
 can still see what software you are installing.
 .
 Install apt-transport-tor, edit your sources.list to include only tor://
 URLs, and you can make it very difficult for anyone intercepting your
 network traffic to be able to tell that you are installing Debian packages,
 or which packages you are installing.
 .
 Please note that this approach is only as secure as Tor itself - this
 software cannot protect you from an attacker who has access to your local
 machine.  In addition, attackers may be able to correlate your network
 traffic with the packets coming out of an exit node, so do be careful.