chiark / gitweb /
wireshark/: Replace ancient dissector with a new one written in Lua.
[tripe] / debian / control
... / ...
CommitLineData
1Source: tripe
2Section: net
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5XS-Python-Version: >= 2.4
6Build-Depends: debhelper (>= 9), pkg-config, curl, rsync, python-central,
7 tshark, wireshark-dev (>= 1.12.1),
8 mlib-dev (>= 2.2.2),
9 catacomb-dev (>= 2.4.0), catacomb-bin (>= 2.1.4)
10Build-Depends-Indep: python,
11 python-cdb, python-gtk2,
12 python-mlib (>= 1.0.2), python-catacomb (>= 1.2.0)
13Standards-Version: 3.1.1
14
15Package: tripe
16Architecture: any
17Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63) | udev, adduser
18Recommends: catacomb-bin
19Suggests: pkstream
20Description: Trivial IP Encryption: a simple virtual private network
21 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
22 and authenticity of packets it sends and receives.
23 .
24 This package contains the main daemon, support programs, and documentation.
25 It ideally wants a 2.4 series kernel with the TUN/TAP driver enabled, but
26 it will work with any kernel which speaks SLIP.
27
28Package: pkstream
29Architecture: any
30Depends: ${shlibs:Depends}
31Suggests: fwd | ssh | stunnel
32Description: Forward UDP packets over a stream
33 Pkstream is a simple program which transmits and receives UDP datagrams
34 over a reliable stream. By default, it will send and receive the
35 packets on standard input and output; it also natively understands TCP
36 sockets. Anything else can probably be fudged up with a port forwarder.
37
38Package: pathmtu
39Architecture: any
40Depends: ${shlibs:Depends}
41Description: Discover the path MTU to a given host
42 Pathmtu is a simple utility which prints the path MTU to a given host, i.e.,
43 the size of the largest IP packet which can be sent to the host without
44 needing to be fragmented.
45
46Package: tripe-uslip
47Architecture: any
48Depends: ${shlibs:Depends}
49Recommends: tripe
50Description: Trivial IP Encryption: a simple virtual private network
51 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
52 and authenticity of packets it sends and receives.
53 .
54 The tripe-uslip tool provides a fake SLIP tunnel which can be driven from
55 scripts and is useful for testing. `If in doubt, say N here.'
56
57Package: tripe-wireshark
58Architecture: any
59Depends: wireshark-common (= ${tripe:Wireshark-Version})
60Description: Trivial IP Encryption: a simple virtual private network
61 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
62 and authenticity of packets it sends and receives.
63 .
64 This package contains the protocol analysis plug-in for Wireshark.
65
66Package: tripemon
67Architecture: all
68Depends: python (>= 2.4), python-gtk2 (>= 2.6),
69 python-mlib (>= 1.0.2), tripe, python-tripe
70Description: Trivial IP Encryption: a simple virtual private network
71 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
72 and authenticity of packets it sends and receives.
73 .
74 This package contains a graphical monitor program for managing and
75 keeping an eye on a TrIPE server.
76
77Package: python-tripe
78Architecture: all
79Depends: ${python:Depends}, python-mlib (>= 1.0.2), tripe
80Recommends: python-codespeak-lib
81XB-Python-Version: ${python:Versions}
82Description: Trivial IP Encryption: a simple virtual private network
83 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
84 and authenticity of packets it sends and receives.
85 .
86 This package contains Python modules for communicating with the tripe
87 server.
88 .
89 The package python-codespeak-lib provides an efficient implementation of
90 coroutines (`greenlets') used by these modules. An inefficient
91 implementation, based on threads, is included, so small sites can probably
92 manage without.
93
94Package: tripe-peer-services
95Architecture: all
96Depends: python (>= 2.4), python-cdb, iproute, python-mlib (>= 1.0.2),
97 tripe, python-tripe, pathmtu
98Description: Trivial IP Encryption: a simple virtual private network
99 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
100 and authenticity of packets it sends and receives.
101 .
102 This package contains services for managing connections with peers:
103 .
104 connect Register named peer correctly
105 watch Configure interface and wake up remote end when peer arrives
106
107Package: tripe-keys
108Architecture: all
109Depends: python (>= 2.4), curl, tripe,
110 catacomb-bin, python-catacomb (>= 1.1.0)
111Description: Trivial IP Encryption: a simple virtual private network
112 TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy
113 and authenticity of packets it sends and receives.
114 .
115 This package contains a tool for centrally managing TrIPE keys.