summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@corsac.net>2012-11-26 22:53:07 +0100
committerYves-Alexis Perez <corsac@corsac.net>2012-11-26 22:53:35 +0100
commit44f175d8d82987c202c8e9930426fe8f0455db3b (patch)
tree9e950473115745b3b4828081e02b59f41affe594 /debian
parentafa50969bdb271baa85c1df237e572569fa521ff (diff)
downloadvyos-strongswan-44f175d8d82987c202c8e9930426fe8f0455db3b.tar.gz
vyos-strongswan-44f175d8d82987c202c8e9930426fe8f0455db3b.zip
Add breaks/replaces to fix upgrades from Squeeze (bug #681312)
* debian/control: - add Breaks/Replaces strongswan-ikev2 on libstrongswan because of moved plugins.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d49af46e9..41b23c981 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ strongswan (4.6.4-6) UNRELEASED; urgency=low
* debian/rules:
- revert dropping privileges, it breaks too many setups for now and it's
not possible to disable it. reopens #529854 and closes: #680722
+ * debian/control:
+ - add Breaks/Replaces strongswan-ikev2 on libstrongswan because of moved
+ plugins. closes: #681312
-- Yves-Alexis Perez <corsac@debian.org> Thu, 12 Jul 2012 11:42:58 +0200
diff --git a/debian/control b/debian/control
index ca15887c0..8751c213d 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,8 @@ Package: libstrongswan
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl
Conflicts: strongswan (<< 4.2.12-1)
+Breaks: strongswan-ikev2 (<< 4.6.4)
+Replaces: strongswan-ikev2 (<< 4.6.4)
Description: strongSwan utility and crypto library
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).