Tue Nov 5 15:22:32 2019 UTC ()
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]


(taca)
diff -r1.19 -r1.20 pkgsrc/security/ruby-net-ssh/Makefile
diff -r1.19 -r1.20 pkgsrc/security/ruby-net-ssh/distinfo

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

--- pkgsrc/security/ruby-net-ssh/Makefile 2018/09/23 16:08:58 1.19
+++ pkgsrc/security/ruby-net-ssh/Makefile 2019/11/05 15:22:32 1.20
@@ -1,12 +1,14 @@ @@ -1,12 +1,14 @@
1# $NetBSD: Makefile,v 1.19 2018/09/23 16:08:58 taca Exp $ 1# $NetBSD: Makefile,v 1.20 2019/11/05 15:22:32 taca Exp $
2 2
3DISTNAME= net-ssh-5.0.2 3DISTNAME= net-ssh-5.1.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
 11USE_LANGUAGES= # none
 12
11.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/security/ruby-net-ssh/distinfo 2018/09/23 16:08:58 1.19
+++ pkgsrc/security/ruby-net-ssh/distinfo 2019/11/05 15:22:32 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2018/09/23 16:08:58 taca Exp $ 1$NetBSD: distinfo,v 1.20 2019/11/05 15:22:32 taca Exp $
2 2
3SHA1 (net-ssh-5.0.2.gem) = d44a8b9de096556dada515a26c46321d83899930 3SHA1 (net-ssh-5.1.0.gem) = efe6f04f1a2e7dfc365e0a2731218eae182df1e4
4RMD160 (net-ssh-5.0.2.gem) = fab72a603b59f58effeb19818b70367376776d85 4RMD160 (net-ssh-5.1.0.gem) = 4b55c3e00e5c60db810a86779c91f44d3b5e12c1
5SHA512 (net-ssh-5.0.2.gem) = 46b03fe238cdd371eb061ad985810352080fd9257ae6d9ed82d7ed77038c3f5aca0504cf80ad898e526db0a7055e00867bbe38bb32cca1e709ffefea4e09fe8f 5SHA512 (net-ssh-5.1.0.gem) = 342f5cf47616b6370b1d336f85fa5e836dfa7e244c2e5c5141b6e357447edfdfb445e9a1aead725bf83e7d5f228e753a22526d95be6f2d291d75a1cebabba38b
6Size (net-ssh-5.0.2.gem) = 130048 bytes 6Size (net-ssh-5.1.0.gem) = 131584 bytes