diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-05-06 23:11:12 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-05-06 23:11:12 +0000 |
commit | d38f5b84a8614ac92343f6f738f50c783fa7c0de (patch) | |
tree | f8352335b8f7b39e2d5b15e4147ff71aef13cc93 /debian | |
parent | d4efa475a1cec096d11d63b28456f0220c719aef (diff) | |
download | tor-d38f5b84a8614ac92343f6f738f50c783fa7c0de.tar.gz tor-d38f5b84a8614ac92343f6f738f50c783fa7c0de.zip |
Recommend socat
svn:r1815
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ef05d4594c..0c9a141de6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tor (0.0.6.1-2) unreleased; urgency=low + + * + * Recommend socat. + + -- Peter Palfrader <weasel@debian.org> Fri, 7 May 2004 01:09:13 +0200 + tor (0.0.6.1-1) unstable; urgency=medium * New upstream release (breaks backwards compatibility). diff --git a/debian/control b/debian/control index ea68e51875..10a50e284a 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.1 Package: tor Architecture: any Depends: ${shlibs:Depends}, adduser, tsocks -Recommends: privoxy +Recommends: privoxy, socat Suggests: mixmaster, mixminion, anon-proxy Description: anonymizing overlay network for TCP Tor is a connection-based low-latency anonymous communication system which |