summaryrefslogtreecommitdiff
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
parentefca160812c4885caf97ce82bb56b685c5364cc2 (diff)
downloadvyos-strongswan-93ac5e171f26c161224a320063cb11be8e030faf.tar.gz
vyos-strongswan-93ac5e171f26c161224a320063cb11be8e030faf.zip
provide transition -ikev{1,2} packages for upgrades.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control22
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f826fbc0c..c87465f7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ strongswan (5.0.1-1) UNRELEASED; urgency=low
- rename strongswan-ikev2 package to strongswan-ike for now and makes it
replace strongswan-ikev1 and strongswan-ikev2.
- rephrase long description to remove references to pluto.
+ - provide transition -ikev{1,2} packages for upgrades.
* debian/strongswan-ikev1.install removed.
* debian/strongswan-ikev2.* renamed to strongswan-ike.
* debian/strongswan-nm.install:
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.