Merge tag 'upstream/0.3.5'
[debian/uanytun.git] / debian / control
1 Source: uanytun
2 Section: net
3 Priority: extra
4 Maintainer: Michael Prokop <mika@debian.org>
5 Build-Depends: debhelper (>= 5), libgcrypt11-dev
6 Standards-Version: 3.8.4
7 Homepage: http://www.anytun.org/
8 Vcs-git: git://git.grml.org/uanytun.git
9 Vcs-Browser: http://git.grml.org/?p=uanytun.git
10
11 Package: uanytun
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
14 Description: tiny implementation of the secure anycast tunneling protocol
15  uAnytun is a tiny implementation of SATP (Secure Anycast Tunneling                                                                                                               
16  Protocol). Unlike Anytun which is a full featured implementation                                                                                                                 
17  uAnytun has no support for multiple connections or synchronisation.
18  It is a small single threaded implementation intended to act as a
19  client on small platforms. SATP defines a protocol used for
20  communication between any combination of unicast and anycast tunnel
21  endpoints. It has less protocol overhead than IPSec in Tunnel mode
22  and allows tunneling of every ETHER TYPE protocol (e.g. ethernet,
23  ip, arp ...). SATP directly includes cryptography and message
24  authentication based on the methodes used by SRTP (Secure Real-time
25  Transport Protocol). It is intended to deliver a generic,
26  scaleable and secure solution for tunneling and relaying of packets
27  of any protocol.