diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-11-01 14:36:46 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-11-01 14:36:46 +0100 |
commit | 7200fec9dcdada617db00cd4c17b2bab7767a2c0 (patch) | |
tree | efa57d7ce2da2a98e800665d157434416463d214 /debian | |
parent | 373097443c30a6959ebbadec5389b0c8a8acaa92 (diff) | |
download | vyos-strongswan-7200fec9dcdada617db00cd4c17b2bab7767a2c0.tar.gz vyos-strongswan-7200fec9dcdada617db00cd4c17b2bab7767a2c0.zip |
update installed binaries to match new upstream release.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/strongswan-starter.install | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4feff7dfa..fb92f3ebd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ strongswan (5.1.1-1) UNRELEASED; urgency=low - install certexpire and unity plugins. - install lookip binary and plugin. - install error-notify binary and plugin. + * debian/strongswan-starter.install: + - pki tool is now in /usr/bin. + - add pt-tls-client for TCG Trusted Network Connect. * debian/control: - update long description, thanks to Justin B Rye. closes: #725085 * debian/po: diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install index 644414d8e..dff09e33a 100644 --- a/debian/strongswan-starter.install +++ b/debian/strongswan-starter.install @@ -15,11 +15,23 @@ usr/lib/ipsec/_updown_espmark usr/share/man/man8/_updown.8 usr/share/man/man8/_updown_espmark.8 #tools +usr/bin/pki usr/lib/ipsec/scepclient usr/lib/ipsec/openac -usr/lib/ipsec/pki +usr/lib/ipsec/pt-tls-client usr/share/man/man8/scepclient.8 usr/share/man/man8/openac.8 +usr/share/man/man1/pki---gen.1 +usr/share/man/man1/pki---issue.1 +usr/share/man/man1/pki---keyid.1 +usr/share/man/man1/pki---pkcs7.1 +usr/share/man/man1/pki---print.1 +usr/share/man/man1/pki---pub.1 +usr/share/man/man1/pki---req.1 +usr/share/man/man1/pki---self.1 +usr/share/man/man1/pki---signcrl.1 +usr/share/man/man1/pki---verify.1 +usr/share/man/man1/pki.1 #stroke usr/lib/ipsec/stroke usr/lib/ipsec/plugins/libstrongswan-stroke.so |