pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-net-ssh security/ruby-net-ssh: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0f9bf320cf4
branches:  trunk
changeset: 417176:b0f9bf320cf4
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Nov 05 15:22:32 2019 +0000

description:
security/ruby-net-ssh: update to 5.2.0

Update ruby-net-ssh to 5.2.0.

o pkgsr change:

  * Add "USE_LANGUAGES= # none".


=== 5.2.0

=== 5.2.0.rc3

  * Fix check_host_ip read from config
  * Support ssh-ed25519 in kown hosts

=== 5.2.0.rc2

  * Read check_host_ip from ssh config files

=== 5.2.0.rc1

  * Interpret * and ? in know_hosts file [Romain Tarti?re, #660]
  * New :check_host_ip so ip checking can be disabled in known hosts [Romain Tarti?re, #656]

=== 5.1.0

=== 5.1.0.rc1

  * Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 already supported) [#646]
  * Support IdentityAgent is ssh config [Frank Groeneveld, #645]
  * Improve Match processin in ssh config [Aleksandrs ?edovskis, #642]
  * Ignore signature verification when verify_host_key is never [Piotr Kliczewski, #641]
  * Alg preference was changed to prefer stronger encryptions  [Tray, #637]

diffstat:

 security/ruby-net-ssh/Makefile |   6 ++++--
 security/ruby-net-ssh/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 7d0300604804 -r b0f9bf320cf4 security/ruby-net-ssh/Makefile
--- a/security/ruby-net-ssh/Makefile    Tue Nov 05 14:58:43 2019 +0000
+++ b/security/ruby-net-ssh/Makefile    Tue Nov 05 15:22:32 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/09/23 16:08:58 taca Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/05 15:22:32 taca Exp $
 
-DISTNAME=      net-ssh-5.0.2
+DISTNAME=      net-ssh-5.1.0
 CATEGORIES=    net security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       Secure shell for Ruby
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7d0300604804 -r b0f9bf320cf4 security/ruby-net-ssh/distinfo
--- a/security/ruby-net-ssh/distinfo    Tue Nov 05 14:58:43 2019 +0000
+++ b/security/ruby-net-ssh/distinfo    Tue Nov 05 15:22:32 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/09/23 16:08:58 taca Exp $
+$NetBSD: distinfo,v 1.20 2019/11/05 15:22:32 taca Exp $
 
-SHA1 (net-ssh-5.0.2.gem) = d44a8b9de096556dada515a26c46321d83899930
-RMD160 (net-ssh-5.0.2.gem) = fab72a603b59f58effeb19818b70367376776d85
-SHA512 (net-ssh-5.0.2.gem) = 46b03fe238cdd371eb061ad985810352080fd9257ae6d9ed82d7ed77038c3f5aca0504cf80ad898e526db0a7055e00867bbe38bb32cca1e709ffefea4e09fe8f
-Size (net-ssh-5.0.2.gem) = 130048 bytes
+SHA1 (net-ssh-5.1.0.gem) = efe6f04f1a2e7dfc365e0a2731218eae182df1e4
+RMD160 (net-ssh-5.1.0.gem) = 4b55c3e00e5c60db810a86779c91f44d3b5e12c1
+SHA512 (net-ssh-5.1.0.gem) = 342f5cf47616b6370b1d336f85fa5e836dfa7e244c2e5c5141b6e357447edfdfb445e9a1aead725bf83e7d5f228e753a22526d95be6f2d291d75a1cebabba38b
+Size (net-ssh-5.1.0.gem) = 131584 bytes



Home | Main Index | Thread Index | Old Index