chiark / gitweb /
server/admin: New ALGS command.
[tripe] / debian / control
1 Source: tripe
2 Section: net
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4),
6  tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2)
7 Standards-Version: 3.1.1
8
9 Package: tripe
10 Architecture: any
11 Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63)
12 Recommends: catacomb-bin
13 Suggests: pkstream
14 Description: Trivial IP Encryption: a simple virtual private network
15  TrIPE is a simple VPN protocol.  It uses cryptography to ensure secrecy
16  and authenticity of packets it sends and receives.
17  .
18  This package contains the main daemon, support programs, and documentation.
19  It ideally wants a 2.4 series kernel with the TUN/TAP driver enabled, but
20  it will work with any kernel which speaks SLIP.
21
22 Package: pkstream
23 Architecture: any
24 Depends: ${shlibs:Depends}
25 Suggests: fw | ssh | stunnel
26 Description: Forward UDP packets over a stream
27  Pkstream is a simple program which transmits and receives UDP datagrams
28  over a reliable stream.  By default, it will send and receive the
29  packets on standard input and output; it also natively understands TCP
30  sockets.  Anything else can probably be fudged up with a port forwarder.
31
32 Package: tripe-uslip
33 Architecture: any
34 Depends: ${shlibs:Depends}
35 Recommends: tripe
36 Description: Trivial IP Encryption: a simple virtual private network
37  TrIPE is a simple VPN protocol.  It uses cryptography to ensure secrecy
38  and authenticity of packets it sends and receives.
39  .
40  The tripe-uslip tool provides a fake SLIP tunnel which can be driven from
41  scripts and is useful for testing.  `If in doubt, say N here.'
42
43 Package: tripe-wireshark
44 Architecture: any
45 Depends: wireshark-common (= ${tripe:Wireshark-Version})
46 Description: Trivial IP Encryption: a simple virtual private network
47  TrIPE is a simple VPN protocol.  It uses cryptography to ensure secrecy
48  and authenticity of packets it sends and receives.
49  .
50  This package contains the protocol analysis plug-in for Wireshark (the new
51  name for Ethereal).
52
53 Package: tripe-ethereal
54 Architecture: all
55 Depends: tripe-wireshark
56 Description: Trivial IP Encryption: a simple virtual private network
57  TrIPE is a simple VPN protocol.  It uses cryptography to ensure secrecy
58  and authenticity of packets it sends and receives.
59  .
60  This is a dummy package to ease the transition to tripe-wireshark (since
61  Wireshark is apparently the new name for Ethereal).  You should probably
62  remove this package.
63
64 Package: tripemon
65 Architecture: all
66 Depends: python (>= 2.3), python-gtk2 (>= 2.6), tripe
67 Description: Trivial IP Encryption: a simple virtual private network
68  TrIPE is a simple VPN protocol.  It uses cryptography to ensure secrecy
69  and authenticity of packets it sends and receives.
70  .
71  This package contains a graphical monitor program for managing and
72  keeping an eye on a TrIPE server.
73
74 Package: tripe-keys
75 Architecture: all
76 Depends: python (>= 2.3), tripe, catacomb-bin, python-catacomb
77 Description: Trivial IP Encryption: a simple virtual private network
78  TrIPE is a simple VPN protocol.  It uses cryptography to ensure secrecy
79  and authenticity of packets it sends and receives.
80  .
81  This package contains a tool for centrally managing TrIPE keys.