Sun Sep 10 15:32:59 2017 UTC ()
Update ruby-net-ssh to 4.2.0.

=== 4.2.0.rc2

 * Fix double close bug on auth failure (or ruby 2.2 or earlier) [#538]

=== 4.2.0.rc1

 * Improved logging with proxy command [Dmitriy Ivliev, #530]
 * Close transport on proxy error [adamruzicka, #526]
 * Support multiple identity files [Kimura Masayuki, #528]
 * Move `none` cipher to end of cipher list [Brian Cain, #525]
 * Deprecate `:paranoid` in favor of `:verify_host_key` [Jared Beck, #524]
 * Support Multile Include ssh config files [Kasumi Hanazuki, #516]
 * Support Relative path in ssh confif files [Akinori MUSHA, #510]
 * add direct-streamlocal@openssh.com support in Forward class [Harald Sitter, #502]


(taca)
diff -r1.17 -r1.18 pkgsrc/security/ruby-net-ssh/Makefile
diff -r1.17 -r1.18 pkgsrc/security/ruby-net-ssh/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/security/ruby-net-ssh/Makefile (expand / switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/Makefile 2017/07/30 22:32:21 1.17
+++ pkgsrc/security/ruby-net-ssh/Makefile 2017/09/10 15:32:59 1.18
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.17 2017/07/30 22:32:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2017/09/10 15:32:59 taca Exp $
2 2
3DISTNAME= net-ssh-4.1.0 3DISTNAME= net-ssh-4.2.0
4CATEGORIES= net security 4CATEGORIES= net security
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/net-ssh/net-ssh 7HOMEPAGE= https://github.com/net-ssh/net-ssh
8COMMENT= Secure shell for Ruby 8COMMENT= Secure shell for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.18 pkgsrc/security/ruby-net-ssh/distinfo (expand / switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/distinfo 2017/06/12 16:03:46 1.17
+++ pkgsrc/security/ruby-net-ssh/distinfo 2017/09/10 15:32:59 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2017/06/12 16:03:46 taca Exp $ 1$NetBSD: distinfo,v 1.18 2017/09/10 15:32:59 taca Exp $
2 2
3SHA1 (net-ssh-4.1.0.gem) = de174a0126e9c3fe0f942bfbe30b236ce4e261cb 3SHA1 (net-ssh-4.2.0.gem) = 91155a9a5e498e9b7d5a878f0de757f0c90ccfed
4RMD160 (net-ssh-4.1.0.gem) = f687c22c2986ead62b57ba794a38942574fa4fba 4RMD160 (net-ssh-4.2.0.gem) = c85f02fd384cbe575746f0055b56709e1aa6d060
5SHA512 (net-ssh-4.1.0.gem) = c08ff3aee88ea8c2c86980aee724805a882636297b7c11ba6c5c4ab24504bb19e8050bd9bd86be5f437e65860cf18d9c366df48dca87596e29b1874c2fc9771c 5SHA512 (net-ssh-4.2.0.gem) = f1a82812d6d470fd53e9f6186f1f5cabe17fbc6a94ebd9e68b1a0330aa89390254cc53dd0e298c3f0b611ef6212f4a1c5939135e7455b698b90db193d863741e
6Size (net-ssh-4.1.0.gem) = 125952 bytes 6Size (net-ssh-4.2.0.gem) = 126976 bytes