chiark / gitweb /
Greetings and challenges.
[tripe] / debian / control
CommitLineData
ef4a1ab7 1Source: tripe
2Section: net
3Priority: extra
37941236 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
52c03a2a 5Build-Depends: catacomb-dev (>= 2.1.0), mlib-dev (>= 2.0.3),
3cdc3f3a 6 tethereal, ethereal-dev (>= 0.10.10), debhelper (>= 4.0.2)
ef4a1ab7 7Standards-Version: 3.1.1
8
9Package: tripe
10Architecture: any
11Depends: ${shlibs:Depends}, sysvinit (>= 2.80-1), makedev (>= 2.3.1-63)
12Recommends: catacomb-bin
13Suggests: pkstream
14Description: 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 .
42da2a58 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.
ef4a1ab7 21
22Package: pkstream
23Architecture: any
24Depends: ${shlibs:Depends}
25Suggests: fw | ssh | stunnel
26Description: 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 port forwarder.
31
32Package: tripe-ethereal
33Architecture: any
34Depends: ${shlibs:Depends}, ethereal-common (= ${tripe:Ethereal-Version})
35Description: Trivial IP Encryption: a simple virtual private network
36 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
37 and authenticity of packets it sends and receives.
38 .
39 This package contains the protocol analysis plug-in for Ethereal.
060ca767 40
41Package: tripemon
42Architecture: all
43Depends: python (>= 2.3), python-gtk2 (>= 2.6), tripe
44Description: Trivial IP Encryption: a simple virtual private network
45 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
46 and authenticity of packets it sends and receives.
47 .
48 This package contains a graphical monitor program for managing and
49 keeping an eye on a TrIPE server.
50
51Package: tripe-keys
52Architecture: all
53Depends: python (>= 2.3), tripe, catacomb-bin, python-catacomb
54Description: Trivial IP Encryption: a simple virtual private network
55 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
56 and authenticity of packets it sends and receives.
57 .
58 This package contains a tool for centrally managing TrIPE keys.