Subject: CVS commit: pkgsrc/security/libssh
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2006 00:20:17
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sun Feb  5 00:20:17 UTC 2006

Modified Files:
	pkgsrc/security/libssh: Makefile buildlink3.mk distinfo
Added Files:
	pkgsrc/security/libssh/patches: patch-aa

Log Message:
Update to 0.11
> -server implementation development. I won't document it before it even works.
> -small bug corrected when connecting to sun ssh servers.
> -channel wierdness corrected (writing huge data packets)
> -channel_read_nonblocking added
> -channel bug where stderr wasn't correctly read fixed.
> -sftp_file_set_nonblocking added. It's now possible to have nonblocking SFTP IO
> -connect_status callback.
> -priv.h contains the internal functions, libssh.h the public interface
> -options_set_timeout (thx marcelo) really working.
> -tcp tunneling through channel_open_forward.
> -channel_request_exec()
> -channel_request_env()
> -ssh_get_pubkey_hash()
> -ssh_is_server_known()
> -ssh_write_known_host()
> -options_set_ssh_dir
> -how could this happen ! there weren't any channel_close !
> -nasty channel_free bug resolved.
> -removed the unsigned long all around the code. use only u8,u32 & u64.
> -it now compiles and runs under amd64 !
> -channel_request_exec()
> -channel_request_env()
> -ssh_get_pubkey_hash()
> -ssh_is_server_known()
> -ssh_write_known_host()
> -options_set_ssh_dir
> -how could this happen ! there weren't any channel_close !
> -nasty channel_free bug resolved.
> -removed the unsigned long all around the code. use only u8,u32 & u64.
> -it now compiles and runs under amd64 !
> -channel_request_pty_size
> -channel_change_pty_size
> -options_copy()
> -ported the doc to an HTML file.
> -small bugfix in packet.c
> -prefixed error constants with SSH_
> -sftp_stat, sftp_lstat, sftp_fstat. thanks Michel Bardiaux for the patch.
> -again channel number mismatch fixed.
> -fixed a bug in ssh_select making the select fail when a signal has been caught.
> -keyboard-interactive authentication working.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/security/libssh/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/libssh/buildlink3.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/libssh/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/libssh/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.