Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-sshkey security/ruby-sshkey: update to 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3f5b7959769
branches:  trunk
changeset: 434774:f3f5b7959769
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 21 15:52:12 2020 +0000

description:
security/ruby-sshkey: update to 2.0.0

Update ruby-sshkey to 2.0.0.

pkgsrc change: add "USE_LANGUAGES=      # none".


2.0.0 (2019-02-11)

* Breaking Change: Drop support for Ruby 1.9
* Feature: Accept valid ed25519 keys with leading zero byte (#37)
* Feature: Support sshfp (#30)

diffstat:

 security/ruby-sshkey/Makefile |   6 ++++--
 security/ruby-sshkey/PLIST    |   3 +--
 security/ruby-sshkey/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 61afeec322a3 -r f3f5b7959769 security/ruby-sshkey/Makefile
--- a/security/ruby-sshkey/Makefile     Sun Jun 21 15:48:47 2020 +0000
+++ b/security/ruby-sshkey/Makefile     Sun Jun 21 15:52:12 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/06/22 00:56:42 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 15:52:12 taca Exp $
 
-DISTNAME=      sshkey-1.9.0
+DISTNAME=      sshkey-2.0.0
 CATEGORIES=    security
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       Pure Ruby SSH key generator
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 61afeec322a3 -r f3f5b7959769 security/ruby-sshkey/PLIST
--- a/security/ruby-sshkey/PLIST        Sun Jun 21 15:48:47 2020 +0000
+++ b/security/ruby-sshkey/PLIST        Sun Jun 21 15:52:12 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/22 00:56:42 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/21 15:52:12 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -7,7 +7,6 @@
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/sshkey.rb
-${GEM_LIBDIR}/lib/sshkey/exception.rb
 ${GEM_LIBDIR}/lib/sshkey/version.rb
 ${GEM_LIBDIR}/sshkey.gemspec
 ${GEM_LIBDIR}/test/sshkey_test.rb
diff -r 61afeec322a3 -r f3f5b7959769 security/ruby-sshkey/distinfo
--- a/security/ruby-sshkey/distinfo     Sun Jun 21 15:48:47 2020 +0000
+++ b/security/ruby-sshkey/distinfo     Sun Jun 21 15:52:12 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/22 00:56:42 minskim Exp $
+$NetBSD: distinfo,v 1.2 2020/06/21 15:52:12 taca Exp $
 
-SHA1 (sshkey-1.9.0.gem) = fbe3c4ccd3821b5e55953f54b0772c6452a48e5b
-RMD160 (sshkey-1.9.0.gem) = 6ef5710f9f0d8e74d83d0470978562775d5cd420
-SHA512 (sshkey-1.9.0.gem) = d8cebd1341ee70886f868e4f7b4a524b1781a229e80261172b8c9a14ae665cc5e84b98f7b476cd62e57af430247c172a08dcd219956adc95a42caf88aab1b0b7
-Size (sshkey-1.9.0.gem) = 25600 bytes
+SHA1 (sshkey-2.0.0.gem) = 4eb29b44152650c68e37285fbc9ea0115bc8feeb
+RMD160 (sshkey-2.0.0.gem) = 2dd17570883ecee74382ae2e87bc697d5deebef6
+SHA512 (sshkey-2.0.0.gem) = dfd56a8b3b4f6abe785f37b5e1a4a61799c704a864821c35beaa6ddcec51b2f9f0111ef945fdacac685cbe6141e7ce2ad0c9bae8fa4cf8a8d48354701a0e5d05
+Size (sshkey-2.0.0.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index