summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2013-01-02 15:50:09 +0100
committerYves-Alexis Perez <corsac@debian.org>2013-01-02 15:50:09 +0100
commit93ac5e171f26c161224a320063cb11be8e030faf (patch)
tree35291ab5bbbd1459b1a9b3697032841ac43312dc /debian/control
parentefca160812c4885caf97ce82bb56b685c5364cc2 (diff)
downloadvyos-strongswan-93ac5e171f26c161224a320063cb11be8e030faf.tar.gz
vyos-strongswan-93ac5e171f26c161224a320063cb11be8e030faf.zip
provide transition -ikev{1,2} packages for upgrades.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index f22d47250..eeaf5b5d9 100644
--- a/debian/control
+++ b/debian/control
@@ -105,3 +105,25 @@ Description: strongSwan plugin to interact with NetworkManager
and control the IKEv2 daemon directly through D-Bus. It is designed to work
in conjunction with the network-manager-strongswan package, providing
a simple graphical frontend to configure IPsec based VPNs.
+
+Package: strongswan-ikev1
+Architecture: all
+Depends: ${misc:Depends}, strongswan-ike
+Description: strongswan IKEv1 daemon, transitional package
+ StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the
+ native IPsec stack and runs on any recent 2.6 kernel (no patching required).
+ It supports both IKEv1 and the newer IKEv2 protocols.
+ .
+ This package used to install the pluto daemon, implementing the IKEv1
+ protocol. It has been replaced by charon in the strongswan-ike package.
+
+Package: strongswan-ikev2
+Architecture: all
+Depends: ${misc:Depends}, strongswan-ike
+Description: strongswan IKEv2 daemon, transitional package
+ StrongSwan is an IPsec-based VPN solution for the Linux kernel. It uses the
+ native IPsec stack and runs on any recent 2.6 kernel (no patching required).
+ It supports both IKEv1 and the newer IKEv2 protocols.
+ .
+ This package used to install the charon daemon, implementing the IKEv2
+ protocol. It has been replaced the strongswan-ike package.