diff options
author | Martin Willi <martin@strongswan.org> | 2009-02-17 09:38:42 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-02-17 09:38:42 +0000 |
commit | 160fdc9d17713adfd0ffd75f019e15affd4b9b44 (patch) | |
tree | 6130766620681a7bb2277dd18ecac17f64077bd9 | |
parent | bd29dab4463b0a2cd3b374913296dcb98d554c18 (diff) | |
download | strongswan-160fdc9d17713adfd0ffd75f019e15affd4b9b44.tar.bz2 strongswan-160fdc9d17713adfd0ffd75f019e15affd4b9b44.tar.xz |
added missing kernel-netlink plugin
-rw-r--r-- | packages/strongswan/debian/changelog | 8 | ||||
-rw-r--r-- | packages/strongswan/debian/strongswan-charon.install | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/strongswan/debian/changelog b/packages/strongswan/debian/changelog index 1460cb6e4..e1758ceb0 100644 --- a/packages/strongswan/debian/changelog +++ b/packages/strongswan/debian/changelog @@ -1,3 +1,11 @@ +strongswan (4.2.11-4~ppa1~intrepid1) intrepid; urgency=low + + * fixed build on non-i386 architectures + + * added missing kernel-netlink plugin + + -- Martin Willi <martin@strongswan.org> Tue, 17 Feb 2009 10:25:53 +0100 + strongswan (4.2.11-3~ppa1~intrepid1) intrepid; urgency=low * build strongswan-padlock on i386 only diff --git a/packages/strongswan/debian/strongswan-charon.install b/packages/strongswan/debian/strongswan-charon.install index 7b0e1f6d6..66c731b59 100644 --- a/packages/strongswan/debian/strongswan-charon.install +++ b/packages/strongswan/debian/strongswan-charon.install @@ -1 +1,2 @@ usr/lib/strongswan/charon usr/lib/strongswan/ +usr/lib/strongswan/plugins/libstrongswan-kernel-netlink.so* usr/lib/strongswan/plugins/ |