diff options
author | drochner <drochner@pkgsrc.org> | 2009-11-20 16:45:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-11-20 16:45:30 +0000 |
commit | d3be0850a6889efc2e8e958295974f483c60fd34 (patch) | |
tree | 83193d7ce3ab0a12e594d4f23bee5da352426160 /security/libssh2/PLIST | |
parent | c48576e24804f2ea5b832b50f0e07b92ed7b1a56 (diff) | |
download | pkgsrc-d3be0850a6889efc2e8e958295974f483c60fd34.tar.gz |
update to 1.2.2
changes:
-Support for the "aes128-ctr", "aes192-ctr", "aes256-ctr" ciphers
-Support for the "arcfour128" cipher
-Fix crash when server sends an invalid SSH_MSG_IGNORE message
Diffstat (limited to 'security/libssh2/PLIST')
-rw-r--r-- | security/libssh2/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libssh2/PLIST b/security/libssh2/PLIST index de2bde95e3e..51d3fa77a6d 100644 --- a/security/libssh2/PLIST +++ b/security/libssh2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/11/15 20:07:45 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/11/20 16:45:30 drochner Exp $ include/libssh2.h include/libssh2_publickey.h include/libssh2_sftp.h @@ -39,6 +39,7 @@ man/man3/libssh2_hostkey_hash.3 man/man3/libssh2_knownhost_add.3 man/man3/libssh2_knownhost_check.3 man/man3/libssh2_knownhost_del.3 +man/man3/libssh2_knownhost_free.3 man/man3/libssh2_knownhost_get.3 man/man3/libssh2_knownhost_init.3 man/man3/libssh2_knownhost_readfile.3 |