36ccc8777b
Changes from release notes: * added the Ssh2Connections user module * added the following SFTPClient methods supporting streams:SFTPClient::get(), SFTPClient::put() * fixed bugs retrieving zero-length text files with SFTPClient::getFile(), SFTPClient::getTextFile(), SFTPClient::get(), and SFTPClient::retrieveFile() * fixed bugs streaming data with SFTPClient::transferFile() and SFTPClient::put() * argument error in SFTPClient disconnection with socket errors causes a crash * infinite loop in SftpPoller polling when PO_NO_PROCESS_CONTROL is not set and no sleep option is given * implement support for additional directories in SftpPoller * SftpPoller::run() cannot be synchronized * compile fixes for Solaris 10 g++ * add constructor option to SftpPoller for checking if polled directories are writable * fixed a bug that could cause a crash when an error occurs in the SFTPClient class * streaming from SFTP server impossible without user re-implementing SftpPoller methods * fixed a bug in libssh2 library initialization error reporting
15 lines
495 B
Makefile
15 lines
495 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2018/06/08 20:02:30 nros Exp $
|
|
|
|
BUILDLINK_TREE+= qore-ssh2-module
|
|
|
|
.if !defined(QORE_SSH2_MODULE_BUILDLINK3_MK)
|
|
QORE_SSH2_MODULE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qore-ssh2-module+= qore-ssh2-module>=0.9.9
|
|
BUILDLINK_ABI_DEPENDS.qore-ssh2-module?= qore-ssh2-module>=1.2
|
|
BUILDLINK_PKGSRCDIR.qore-ssh2-module?= ../../security/qore-ssh2-module
|
|
|
|
.include "../../lang/qore/buildlink3.mk"
|
|
.endif # QORE_SSH2_MODULE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qore-ssh2-module
|