diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-10-01 10:53:15 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-10-01 10:53:56 +0200 |
commit | 0eaf898170a174b8976525b250714935efe7bcf9 (patch) | |
tree | 223ee614eb5d7c2f10b7d187b808dfa40c61f464 /debian | |
parent | 3abce18a4db7ca8b7495a2d478d0641dff8b48e2 (diff) | |
download | vyos-strongswan-0eaf898170a174b8976525b250714935efe7bcf9.tar.gz vyos-strongswan-0eaf898170a174b8976525b250714935efe7bcf9.zip |
Enable lookip plugin
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 1 | ||||
-rw-r--r-- | debian/strongswan-ike.install | 2 | ||||
-rw-r--r-- | debian/strongswan-starter.install | 2 |
4 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 25ad73705..732d54eb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ strongswan (5.1.0-2) UNRELEASED; urgency=low * debian/rules: - enable and install af-ag plugin on Linux. closes: #718292 - enable certexpire plugin. closes: #718293 + - enable lookip plugin. closes: #718299 * debian/strongswan-ike.install: - install certexpire plugin. + - install lookip binary and plugin. -- Yves-Alexis Perez <corsac@debian.org> Tue, 01 Oct 2013 09:35:37 +0200 diff --git a/debian/rules b/debian/rules index 9be99aec5..41939f9d3 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ --enable-attr-sql \ --enable-cmd \ --enable-certexpire \ + --enable-lookip \ --disable-blowfish --disable-des # BSD-Young license #--with-user=strongswan --with-group=nogroup # --enable-kernel-pfkey --enable-kernel-klips \ diff --git a/debian/strongswan-ike.install b/debian/strongswan-ike.install index 419ffe513..02ccad323 100644 --- a/debian/strongswan-ike.install +++ b/debian/strongswan-ike.install @@ -2,9 +2,11 @@ usr/sbin/charon-cmd usr/share/man/man8/charon-cmd.8 usr/lib/ipsec/libcharon.so* usr/lib/ipsec/charon +usr/lib/ipsec/lookip usr/lib/ipsec/plugins/libstrongswan-socket*.so usr/lib/ipsec/plugins/libstrongswan-eap*.so usr/lib/ipsec/plugins/libstrongswan-agent.so usr/lib/ipsec/plugins/libstrongswan-medsrv.so usr/lib/ipsec/plugins/libstrongswan-medcli.so usr/lib/ipsec/plugins/libstrongswan-certexpire.so +usr/lib/ipsec/plugins/libstrongswan-lookip.so diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install index 7254d11a4..c01380887 100644 --- a/debian/strongswan-starter.install +++ b/debian/strongswan-starter.install @@ -17,8 +17,8 @@ usr/share/man/man8/_updown_espmark.8 #tools usr/lib/ipsec/scepclient usr/lib/ipsec/openac -usr/lib/ipsec/pki usr/lib/ipsec/pool +usr/lib/ipsec/pki usr/share/man/man8/scepclient.8 usr/share/man/man8/openac.8 #stroke |