Received: by mail.netbsd.org (Postfix, from userid 605) id EC55084F14; Fri, 8 Jun 2018 20:02:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED7DE84DEF for ; Fri, 8 Jun 2018 20:02:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id du40_mu2zpKa for ; Fri, 8 Jun 2018 20:02:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E490984D7D for ; Fri, 8 Jun 2018 20:02:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD161FBEC; Fri, 8 Jun 2018 20:02:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152848815067420" MIME-Version: 1.0 Date: Fri, 8 Jun 2018 20:02:30 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/security/qore-ssh2-module To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20180608200230.DD161FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152848815067420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Fri Jun 8 20:02:30 UTC 2018 Modified Files: pkgsrc/security/qore-ssh2-module: Makefile PLIST buildlink3.mk distinfo Log Message: Updated security/qore-ssh2-module to version 1.2 . 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 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/qore-ssh2-module/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/qore-ssh2-module/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/qore-ssh2-module/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/qore-ssh2-module/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152848815067420 Content-Disposition: inline Content-Length: 4914 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/qore-ssh2-module/Makefile diff -u pkgsrc/security/qore-ssh2-module/Makefile:1.8 pkgsrc/security/qore-ssh2-module/Makefile:1.9 --- pkgsrc/security/qore-ssh2-module/Makefile:1.8 Sun Jan 28 16:24:11 2018 +++ pkgsrc/security/qore-ssh2-module/Makefile Fri Jun 8 20:02:30 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/01/28 16:24:11 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/06/08 20:02:30 nros Exp $ -DISTNAME= qore-ssh2-module-1.0 -PKGREVISION= 2 +DISTNAME= qore-ssh2-module-1.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/security/qore-ssh2-module/PLIST diff -u pkgsrc/security/qore-ssh2-module/PLIST:1.2 pkgsrc/security/qore-ssh2-module/PLIST:1.3 --- pkgsrc/security/qore-ssh2-module/PLIST:1.2 Wed Jul 20 14:54:57 2016 +++ pkgsrc/security/qore-ssh2-module/PLIST Fri Jun 8 20:02:30 2018 @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2016/07/20 14:54:57 nros Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/06/08 20:02:30 nros Exp $ ${QORE_MODULE_DIR}/ssh2-api-${QORE_LATEST_MODULE_API}.qmod share/doc/qore-ssh2-module/COPYING.LGPL share/doc/qore-ssh2-module/COPYING.MIT share/doc/qore-ssh2-module/html/annotated.html share/doc/qore-ssh2-module/html/annotated_dup.js -share/doc/qore-ssh2-module/html/arrowdown.png -share/doc/qore-ssh2-module/html/arrowright.png share/doc/qore-ssh2-module/html/bc_s.png share/doc/qore-ssh2-module/html/bdwn.png share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SFTPClient-members.html @@ -32,9 +30,6 @@ share/doc/qore-ssh2-module/html/classQor share/doc/qore-ssh2-module/html/classes.html share/doc/qore-ssh2-module/html/closed.png share/doc/qore-ssh2-module/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html -share/doc/qore-ssh2-module/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map -share/doc/qore-ssh2-module/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 -share/doc/qore-ssh2-module/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png share/doc/qore-ssh2-module/html/doc.png share/doc/qore-ssh2-module/html/doxygen.css share/doc/qore-ssh2-module/html/doxygen.png @@ -57,6 +52,8 @@ share/doc/qore-ssh2-module/html/inherit_ share/doc/qore-ssh2-module/html/inherit_graph_1.png share/doc/qore-ssh2-module/html/inherits.html share/doc/qore-ssh2-module/html/jquery.js +share/doc/qore-ssh2-module/html/menu.js +share/doc/qore-ssh2-module/html/menudata.js share/doc/qore-ssh2-module/html/namespaceQore_1_1SSH2.html share/doc/qore-ssh2-module/html/namespaceQore_1_1SSH2.js share/doc/qore-ssh2-module/html/namespaces.html @@ -148,3 +145,4 @@ share/doc/qore-ssh2-module/html/tab_h.pn share/doc/qore-ssh2-module/html/tab_s.png share/doc/qore-ssh2-module/html/tabs.css ${QORE_USER_MODULE_DIR}/SftpPoller.qm +${QORE_USER_MODULE_DIR}/Ssh2Connections.qm Index: pkgsrc/security/qore-ssh2-module/buildlink3.mk diff -u pkgsrc/security/qore-ssh2-module/buildlink3.mk:1.5 pkgsrc/security/qore-ssh2-module/buildlink3.mk:1.6 --- pkgsrc/security/qore-ssh2-module/buildlink3.mk:1.5 Sun Jan 28 16:24:11 2018 +++ pkgsrc/security/qore-ssh2-module/buildlink3.mk Fri Jun 8 20:02:30 2018 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/01/28 16:24:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2018/06/08 20:02:30 nros Exp $ BUILDLINK_TREE+= qore-ssh2-module @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qore-ssh2-module 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.0nb2 +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" Index: pkgsrc/security/qore-ssh2-module/distinfo diff -u pkgsrc/security/qore-ssh2-module/distinfo:1.3 pkgsrc/security/qore-ssh2-module/distinfo:1.4 --- pkgsrc/security/qore-ssh2-module/distinfo:1.3 Wed Jul 20 14:54:57 2016 +++ pkgsrc/security/qore-ssh2-module/distinfo Fri Jun 8 20:02:30 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/07/20 14:54:57 nros Exp $ +$NetBSD: distinfo,v 1.4 2018/06/08 20:02:30 nros Exp $ -SHA1 (qore-ssh2-module-1.0.tar.bz2) = fdec8a5d0cf292eb5818813bb6d28e8994e84fa4 -RMD160 (qore-ssh2-module-1.0.tar.bz2) = 02a2b504cb838d6854b73edc93406d03d103ba63 -SHA512 (qore-ssh2-module-1.0.tar.bz2) = b9af0453f07326fdde99feddb1b2f78fa884c46838eeb3752ee28871f7edb4901b1ab278a2f49d27f467858f71c8c2d1a519fb35c4ae69637d26e8b51923152e -Size (qore-ssh2-module-1.0.tar.bz2) = 599221 bytes +SHA1 (qore-ssh2-module-1.2.tar.bz2) = 27a297be8dcc02214015af7a34dd7ea05317cb15 +RMD160 (qore-ssh2-module-1.2.tar.bz2) = cd31cc9c32418a5a9a93a6b3cd5c95a002c10295 +SHA512 (qore-ssh2-module-1.2.tar.bz2) = 1324fe23b520986d2976f2b38c1ecd0d4f7584d68d005af07746d452b848e751ee58503096874f7c061f7232837718ecd3225a6ebb154d38d7dd2a111c6135ab +Size (qore-ssh2-module-1.2.tar.bz2) = 766015 bytes --_----------=_152848815067420--