OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / openswan / debian / control
1 Source: openswan
2 Section: net
3 Priority: optional
4 Maintainer: Simon Deziel <simon@xelerance.com>
5 Vcs-Browser: http://git.openswan.org/cgi-bin/gitweb.cgi?p=openswan.public/.git;a=summary
6 Vcs-Git: git://git.openswan.org/public/scm/openswan.public
7 Standards-Version: 3.8.4
8 Build-Depends: debhelper (>= 7.1), libgmp3-dev, libssl-dev (>= 0.9.8), htmldoc, man2html, libcurl4-openssl-dev, libopensc2-dev, libldap2-dev, libpam0g-dev, libkrb5-dev, bison, flex, dpatch, bzip2, po-debconf
9 Homepage: http://www.openswan.org/
10
11 Package: openswan
12 Architecture: any
13 Pre-Depends: debconf | debconf-2.0
14 Depends: ${shlibs:Depends}, ${misc:Depends}, bsdmainutils, openssl, host, iproute, iproute (>=20041019-0.1) | ipsec-tools
15 Suggests: openswan-modules-source | openswan-modules-dkms, openswan-doc, curl
16 Provides: ike-server
17 Conflicts: ike-server
18 Replaces: ike-server
19 Description: Internet Key Exchange daemon
20  Openswan is an IPsec based VPN solution for the Linux kernel. It can use the
21  native IPsec stack as well as the KLIPS kernel module. Both IKEv1 and IKEv2
22  protocols are supported.
23  .
24  The Openswan IKE daemon is named pluto. It was inherited from the FreeS/WAN
25  project, but provides improved X.509 certificate support and other features.
26  .
27  In order to use the KLIPS IPsec code instead of the native version, you will
28  need to either install openswan-modules-source and build the appropriate
29  module for your kernel or use openswan-modules-dkms which automates this
30  task.
31
32 Package: openswan-dbg
33 Architecture: any
34 Section: debug
35 Priority: extra
36 Depends: ${misc:Depends}, openswan (= ${binary:Version})
37 Description: Internet Key Exchange daemon - debugging symbols
38  Openswan is an IPsec based VPN solution for the Linux kernel. It can use the
39  native IPsec stack as well as the KLIPS kernel module. Both IKEv1 and IKEv2
40  protocols are supported.
41  .
42  This package provides the symbols needed for debugging of openswan
43  binaries.
44
45 Package: openswan-doc
46 Architecture: all
47 Section: doc
48 Suggests: openswan
49 Description: Internet Key Exchange daemon - documentation
50  Openswan is an IPsec based VPN solution for the Linux kernel. It can use the
51  native IPsec stack as well as the KLIPS kernel module. Both IKEv1 and IKEv2
52  protocols are supported.
53  .
54  This package provides the free parts of the documentation for Openswan.
55
56 Package: openswan-modules-source
57 Architecture: all
58 Section: kernel
59 Depends: ${misc:Depends}, debhelper, bzip2
60 Recommends: module-assistant | kernel-package, linux-headers | linux-source
61 Suggests: openswan
62 Description: Internet Key Exchange daemon - kernel module source
63  Openswan is an IPsec based VPN solution for the Linux kernel. It can use the
64  native IPsec stack as well as the KLIPS kernel module. Both IKEv1 and IKEv2
65  protocols are supported.
66  .
67  For support of the old-style KLIPS ipsecX network interfaces a custom
68  kernel module is needed.
69  .
70  This package contains source code for the Openswan IPsec kernel module,
71  which can be used with tools like module-assistant or kernel-package
72  for manual building of local kernel images.
73  .
74  Kernel versions >= 2.6.23 no longer need to be patched to provide NAT
75  Traversal support for KLIPS.
76
77 Package: openswan-modules-dkms
78 Architecture: any
79 Section: kernel
80 Depends: ${misc:Depends}, dkms, openswan
81 Description: Internet Key Exchange daemon - DKMS source
82  Openswan is an IPsec based VPN solution for the Linux kernel. It can use the
83  native IPsec stack as well as the KLIPS kernel module. Both IKEv1 and IKEv2
84  protocols are supported.
85  .
86  For support of the old-style KLIPS ipsecX network interfaces a custom
87  kernel module is needed.
88  .
89  This package contains source code for the Openswan IPsec kernel module,
90  which can be used with DKMS so that local kernel images are automatically
91  built and installed every time relevant kernel packages are upgraded.
92  .
93  Kernel versions >= 2.6.23 no longer need to be patched to provide NAT
94  Traversal support for KLIPS.