summaryrefslogtreecommitdiff
path: root/security/qore-ssh2-module
AgeCommit message (Collapse)AuthorFilesLines
2022-10-20revision bump for qore 1.12.0nros2-3/+4
2022-01-27Update qore-ssh2-module to version 1.4.1nros3-12/+83
This update is to make sure the package works correctly qore version 1.2.
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-3/+4
2019-11-04security: align variable assignmentsrillig2-7/+7
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-06-08Updated security/qore-ssh2-module to version 1.2 .nros4-16/+13
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
2018-01-28recursive bump after mpfr shlib major bumpwiz2-4/+4
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-10-12Revbump and use of c++11 beacuse of lang/qore update.nros1-2/+3
2016-08-07email style fixnros1-2/+2
2016-07-20Update qore-ssh2-module to version 1.0.nros6-121/+86
Patches have been applied upstream. Release notes: * fixed crashing bugs handling errors and handle scope in the SFTPClient class * added the SftpPoller user module * force socket disconnect in case of a timeout error when trying to close a file descriptor * socket performance instrumentation supported in the SFTPClient class * user modules moved to top-level qore module directory from version-specific module directory since they are valid for multiple versions of qore * fixed a bug where a crash would result when attempting a connection and libssh2 would not return any user authentication methods * implemented an automatic disconnection when timeouts occur to avoid dead connections * fixed crashing bugs in the SFTPClient class handling disconnect events when an sftp handle was open; the handle must be closed before the socket connection is closed or a crash will result * implemented the SFTPClient::retrieveFile() and SFTPClient::transferFile() methods * ported the SFTPClient class tests to QUnit and added tests for the new methods * ported test/sftp-poller.q to QUnit * fixed a bug in socket handling related to asyncronous socket event polling and select(2) and lack of socket descriptor bounds checking (issue 714) * requires Qore 0.8.12+ to build (uses the new QoreValue API)
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-3/+4
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-26Revbump because of security/libssh2 update.nros1-2/+2
2015-03-23Revbump because of security/libbsh2 update.nros1-2/+2
2014-12-30Import qore-ssh2-module-0.9.9nb4 as security/qore-ssh2-module,wiz8-0/+261
packaged for wip by nros. The ssh2 module provides Qore the possibility to communicate with sshd servers via the ssh2 protocol; the underlying functionality is provided by libssh2.