File: control.normal

package info (click to toggle)
cipe 1.5.4free-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 908 kB
  • ctags: 730
  • sloc: ansic: 5,976; sh: 358; makefile: 315; asm: 200; perl: 45
file content (37 lines) | stat: -rw-r--r-- 1,326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: cipe
Section: net
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Standards-Version: 3.6.1.1
Build-Depends: libssl-dev, openssl, po-debconf

Package: cipe-source
Architecture: all
Depends: make, gcc | c-compiler, openssl
Suggests: kernel-package
Description: lightweight encrypted IP tunnels over UDP (source)
 CIPE (the name is shortened from *Crypto IP Encapsulation*) is a
 package for an encrypting IP tunnel device. This can be used to build
 encrypting routers for VPN (Virtual Private Networks) and similar
 applications.
 .
 After installing this and compiling a new kernel, run
 make-kpkg --revision number modules_image
 and you will get a cipe package for your kernel.

Package: cipe-common
Architecture: all
Depends: debconf
Suggests: cipe-source
Description: common files for the CIPE VPN software
 This package holds the common files of CIPE so that you can
 compile and install multiple version of the actual CIPE
 modules without overlapping files.

Package: pkcipe
Architecture: any
Depends: ${shlibs:Depends}, cipe-common, openssl
Description: public key based configuration tool for the CIPE VPN software
 This package allows to manage CIPE links without the need for
 statically configuring secret keys. It also eases the use of CIPE
 with dynamic carrier addresses.