diff options
author | Michael Prokop <mika@debian.org> | 2009-03-03 10:45:29 +0000 |
---|---|---|
committer | Michael Prokop <mika@debian.org> | 2009-03-03 10:45:29 +0000 |
commit | 2f60396c67d0526b9b52f0cc9ea339dbca0939cb (patch) | |
tree | 9e0651023bb25a57ef581a4ba77196e1b50e5ab7 /debian/control | |
parent | tabs to spaces (diff) |
Add debian/ for initial Debian package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a5ffcbb --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: uanytun +Section: net +Priority: extra +Maintainer: Michael Prokop <mika@grml.org> +Build-Depends: debhelper (>= 5), libgcrypt11-dev, asciidoc +Standards-Version: 3.8.0 +Homepage: http://www.anytun.org/ +VCS-svn: https://svn.chaos-at-home.org/uanytun/ +VCS-Browser: https://svn.chaos-at-home.org/uanytun/ + +Package: uanytun +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: tiny implementation of the secure anycast tunneling protocol + uAnytun is a tiny implementation of SATP. Unlike Anytun which is + a full featured implementation uAnytun has no support for + multiple connections or synchronisation. It is a small single + threaded implementation intended to act as a client on small + platforms. The secure anycast tunneling protocol (satp) defines + a protocol used for communication between any combination of + unicast and anycast tunnel endpoints. It has less protocol + overhead than IPSec in Tunnel mode and allows tunneling of every + ETHER TYPE protocol (e.g. ethernet, ip, arp ...). satp directly + includes cryptography and message authentication based on the + methodes used by SRTP. It is intended to deliver a generic, + scaleable and secure solution for tunneling and relaying of + packets of any protocol. |