]> git.ipfire.org Git - thirdparty/strongswan.git/blame - packages/strongswan/debian/control
Upgraded our Debian package to 5.0
[thirdparty/strongswan.git] / packages / strongswan / debian / control
CommitLineData
f4cb848e
MW
1Source: strongswan
2Section: net
3Priority: extra
4Maintainer: Martin Willi <martin@strongswan.org>
5084c13f
MW
5Standards-Version: 3.9.2
6Build-Depends: debhelper (>= 7.0.0), libssl-dev (>= 0.9.8), libcap-dev, network-manager-dev (>= 0.9), libnm-glib-dev (>= 0.9), libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl4-nss-dev, libldap2-dev, libmysqlclient-dev, libsqlite3-dev
f4cb848e
MW
7Homepage: http://www.strongswan.org
8
9Package: strongswan
5084c13f
MW
10Architecture: any
11Depends: ${shlibs:Depends}, ${misc:Depends}
12Description: IPsec VPN solution.
f4cb848e
MW
13 strongSwan is a IPsec based VPN solution for the Linux kernel. It uses the
14 native IPsec stack and runs on any recent 2.6 kernel (no patching required).
15 It supports both, the IKEv1 and the newer IKEv2 protocols.
16 .
5084c13f
MW
17 This package contains the IKEv1/IKEv2 keying daemon charon and command line
18 configuration backend.
f4cb848e
MW
19
20Package: strongswan-tools
21Architecture: any
5084c13f 22Depends: ${shlibs:Depends}, ${misc:Depends}
f4cb848e 23Description: Additional command line tools for strongSwan.
5084c13f 24 This packages provides pki and other strongSwan utilities.
8c300413 25
f4cb848e
MW
26Package: strongswan-nm
27Architecture: any
5084c13f 28Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (>= 0.9)
f4cb848e
MW
29Description: strongSwan plugin to interact with NetworkManager
30 This plugin provides an interface which allows NetworkManager to configure
31 and control the IKEv2 daemon directly through DBUS. It is designed to work
32 in conjunction with the network-manager-strongswan package, providing
33 a simple graphical frontend to configure IPsec based VPNs.
34
5084c13f
MW
35Package: libstrongswan
36Architecture: any
37Depends: ${shlibs:Depends}
38Description: strongSwan utility and crypto library
39 libstrongswan is the underlying library of charon and other strongSwan
40 components. It is built in a modular way and is extendable through various
41 plugins.