diff options
author | David Thiel <lx@FreeBSD.org> | 2010-02-08 21:16:33 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2010-02-08 21:16:33 +0000 |
commit | 3a80948661970e6612e1e483908e4a08cbf38c8c (patch) | |
tree | e287dfbb856b0cce51fe5bfcea323948713e574f /security/libssh2 | |
parent | 544938127e77033473ea1ead61c172a8ec3dba72 (diff) | |
download | ports-3a80948661970e6612e1e483908e4a08cbf38c8c.tar.gz ports-3a80948661970e6612e1e483908e4a08cbf38c8c.zip |
Notes
Diffstat (limited to 'security/libssh2')
-rw-r--r-- | security/libssh2/Makefile | 12 | ||||
-rw-r--r-- | security/libssh2/distinfo | 6 |
2 files changed, 13 insertions, 5 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index f62f39925b79..e21b34b2d2f5 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libssh2 -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ @@ -44,7 +44,14 @@ CONFIGURE_ARGS+= --with-libz CONFIGURE_ARGS+= --without-libz .endif -MAN3= libssh2_banner_set.3 \ +MAN3= libssh2_agent_connect.3 \ + libssh2_agent_disconnect.3 \ + libssh2_agent_free.3 \ + libssh2_agent_get_identity.3 \ + libssh2_agent_init.3 \ + libssh2_agent_list_identities.3 \ + libssh2_agent_userauth.3 \ + libssh2_banner_set.3 \ libssh2_base64_decode.3 \ libssh2_channel_close.3 \ libssh2_channel_direct_tcpip_ex.3 \ @@ -131,6 +138,7 @@ MAN3= libssh2_banner_set.3 \ libssh2_sftp_unlink_ex.3 \ libssh2_sftp_write.3 \ libssh2_trace.3 \ + libssh2_trace_sethandler.3 \ libssh2_userauth_authenticated.3 \ libssh2_userauth_hostbased_fromfile_ex.3 \ libssh2_userauth_keyboard_interactive_ex.3 \ diff --git a/security/libssh2/distinfo b/security/libssh2/distinfo index 4bc143d6765a..c313d1403698 100644 --- a/security/libssh2/distinfo +++ b/security/libssh2/distinfo @@ -1,3 +1,3 @@ -MD5 (libssh2-1.2.2.tar.gz) = fa8d9cd425bdd62f57244fc61fb54da7 -SHA256 (libssh2-1.2.2.tar.gz) = 1e2a133b111a367c579b89d72d5da9e65a73b8e57202b91d540a51141aca69aa -SIZE (libssh2-1.2.2.tar.gz) = 535430 +MD5 (libssh2-1.2.3.tar.gz) = 24144c99908f377c2c4a9b3942102f0b +SHA256 (libssh2-1.2.3.tar.gz) = 791c8d58fd56cdf03b0effaf88d905a167ed9f10de82a14a81dcbfadfa5dd1e8 +SIZE (libssh2-1.2.3.tar.gz) = 547652 |