summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2016-02-05 15:39:46 +0100
committerYves-Alexis Perez <corsac@debian.org>2016-02-05 17:55:05 +0100
commiteee0269c447be7a72fd132afd472d72ebf2da2fc (patch)
tree4c6810b3042f07b81de452435ccafb55ae110b51 /debian/control
parent05a6a9ad1245504c2ff00ec29f7628730d51b9ac (diff)
downloadvyos-strongswan-eee0269c447be7a72fd132afd472d72ebf2da2fc.tar.gz
vyos-strongswan-eee0269c447be7a72fd132afd472d72ebf2da2fc.zip
add new package strongswan-swanctl and charon-systemd
- strongswan-swanctl includes vici plugin and swanctl files - charon-systemd includes a new charon daemon, started by systemd and configured through swanctl.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 1eeb883ac..f5da534aa 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.2), libtool, libgmp3-dev,
libxml2-dev, libsqlite3-dev, network-manager-dev (>= 0.7) [linux-any],
libnm-glib-vpn-dev (>= 0.7) [linux-any], libnm-util-dev (>= 0.7) [linux-any],
gperf, libcap-dev [linux-any], dh-autoreconf, pkg-config,
- systemd [linux-any], dh-systemd (>= 1.5), iptables-dev
+ libsystemd-dev [linux-any], dh-systemd (>= 1.5), iptables-dev
Homepage: http://www.strongswan.org
Package: strongswan
@@ -270,7 +270,7 @@ Description: standalone IPsec client
This package contains the charon-cmd command, which can be used as a client to
connect to a remote IKE daemon.
-Package: charon-swanctl
+Package: strongswan-swanctl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version})
Description: strongSwan IPsec client, swanctl command
@@ -282,7 +282,8 @@ Description: strongSwan IPsec client, swanctl command
Package: charon-systemd
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libstrongswan (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libstrongswan (= ${binary:Version}), strongswan-swanctl
Description: strongSwan IPsec client, systemd support
The strongSwan VPN suite uses the native IPsec stack in the standard
Linux kernel. It supports both the IKEv1 and IKEv2 protocols.