diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-04-19 09:25:34 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2010-04-19 09:25:34 +0000 |
commit | 7063e8e6c0963da503eb2afac3311ef2f0a953f9 (patch) | |
tree | 503721e33dc7339e3fa1ae1a55b942dcd11c074f /debian | |
parent | 0613f6add758c5a8e6df8c2a8087f1e1150f59fe (diff) | |
download | vyos-strongswan-7063e8e6c0963da503eb2afac3311ef2f0a953f9.tar.gz vyos-strongswan-7063e8e6c0963da503eb2afac3311ef2f0a953f9.zip |
Include the "attr" plugin.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/strongswan-ikev2.install | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b7e151bf4..6e2765699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ strongswan (4.3.6-1) unstable; urgency=low implementing these changes in openswan, which I just converted to strongswan. * Now also build a strongswan-dbg package to ship debugging symbols. + * Include attr plugin in strongswan-ikev2 package. Thanks to Christoph Lukas + for pointing out that this was missing. + Closes: #569550: strongswan: Please include attr plugin -- Rene Mayrhofer <rmayr@debian.org> Tue, 23 Feb 2010 10:39:21 +0000 diff --git a/debian/strongswan-ikev2.install b/debian/strongswan-ikev2.install index d056e3ebb..0bcd2324c 100644 --- a/debian/strongswan-ikev2.install +++ b/debian/strongswan-ikev2.install @@ -6,3 +6,4 @@ usr/lib/ipsec/plugins/libstrongswan-curl.so* usr/lib/ipsec/plugins/ usr/lib/ipsec/plugins/libstrongswan-ldap.so* usr/lib/ipsec/plugins/ usr/lib/ipsec/plugins/libstrongswan-medsrv.so* usr/lib/ipsec/plugins/ usr/lib/ipsec/plugins/libstrongswan-medcli.so* usr/lib/ipsec/plugins/ +usr/lib/ipsec/plugins/libstrongswan-attr.so* usr/lib/ipsec/plugins/ |