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

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

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/security/ruby-net-ssh/Makefile:1.20
--- pkgsrc/security/ruby-net-ssh/Makefile:1.19  Sun Sep 23 16:08:58 2018
+++ pkgsrc/security/ruby-net-ssh/Makefile       Tue Nov  5 15:22:32 2019
@@ -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 @@ HOMEPAGE=       https://github.com/net-ssh/net
 COMMENT=       Secure shell for Ruby
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-net-ssh/distinfo
diff -u pkgsrc/security/ruby-net-ssh/distinfo:1.19 pkgsrc/security/ruby-net-ssh/distinfo:1.20
--- pkgsrc/security/ruby-net-ssh/distinfo:1.19  Sun Sep 23 16:08:58 2018
+++ pkgsrc/security/ruby-net-ssh/distinfo       Tue Nov  5 15:22:32 2019
@@ -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