diff options
author | lx <lx@FreeBSD.org> | 2010-02-09 05:16:33 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2010-02-09 05:16:33 +0800 |
commit | e49c847ca9f22d245a752415b2c8c699cf0d0950 (patch) | |
tree | 0e38212637476c6dcda6a1a296931a295c75188f /security | |
parent | 3bb9fd7213447af2c2bfc5ab3c5b8c760d364f07 (diff) | |
download | freebsd-ports-gnome-e49c847ca9f22d245a752415b2c8c699cf0d0950.tar.gz freebsd-ports-gnome-e49c847ca9f22d245a752415b2c8c699cf0d0950.tar.zst freebsd-ports-gnome-e49c847ca9f22d245a752415b2c8c699cf0d0950.zip |
Update to 1.2.3.
PR: ports/143542
Submitted by: Sofian Brabez
Diffstat (limited to 'security')
-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 |