diff options
-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 |