pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-net-ssh



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 10 15:32:59 UTC 2017

Modified Files:
        pkgsrc/security/ruby-net-ssh: Makefile distinfo

Log Message:
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@localhost support in Forward class [Harald Sitter, #502]


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/ruby-net-ssh/Makefile \
    pkgsrc/security/ruby-net-ssh/distinfo

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

Modified files:

Index: pkgsrc/security/ruby-net-ssh/Makefile
diff -u pkgsrc/security/ruby-net-ssh/Makefile:1.17 pkgsrc/security/ruby-net-ssh/Makefile:1.18
--- pkgsrc/security/ruby-net-ssh/Makefile:1.17  Sun Jul 30 22:32:21 2017
+++ pkgsrc/security/ruby-net-ssh/Makefile       Sun Sep 10 15:32:59 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/07/30 22:32:21 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/09/10 15:32:59 taca Exp $
 
-DISTNAME=      net-ssh-4.1.0
+DISTNAME=      net-ssh-4.2.0
 CATEGORIES=    net security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/ruby-net-ssh/distinfo
diff -u pkgsrc/security/ruby-net-ssh/distinfo:1.17 pkgsrc/security/ruby-net-ssh/distinfo:1.18
--- pkgsrc/security/ruby-net-ssh/distinfo:1.17  Mon Jun 12 16:03:46 2017
+++ pkgsrc/security/ruby-net-ssh/distinfo       Sun Sep 10 15:32:59 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/06/12 16:03:46 taca Exp $
+$NetBSD: distinfo,v 1.18 2017/09/10 15:32:59 taca Exp $
 
-SHA1 (net-ssh-4.1.0.gem) = de174a0126e9c3fe0f942bfbe30b236ce4e261cb
-RMD160 (net-ssh-4.1.0.gem) = f687c22c2986ead62b57ba794a38942574fa4fba
-SHA512 (net-ssh-4.1.0.gem) = c08ff3aee88ea8c2c86980aee724805a882636297b7c11ba6c5c4ab24504bb19e8050bd9bd86be5f437e65860cf18d9c366df48dca87596e29b1874c2fc9771c
-Size (net-ssh-4.1.0.gem) = 125952 bytes
+SHA1 (net-ssh-4.2.0.gem) = 91155a9a5e498e9b7d5a878f0de757f0c90ccfed
+RMD160 (net-ssh-4.2.0.gem) = c85f02fd384cbe575746f0055b56709e1aa6d060
+SHA512 (net-ssh-4.2.0.gem) = f1a82812d6d470fd53e9f6186f1f5cabe17fbc6a94ebd9e68b1a0330aa89390254cc53dd0e298c3f0b611ef6212f4a1c5939135e7455b698b90db193d863741e
+Size (net-ssh-4.2.0.gem) = 126976 bytes



Home | Main Index | Thread Index | Old Index