diff options
author | taca <taca@pkgsrc.org> | 2020-06-21 15:52:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-06-21 15:52:12 +0000 |
commit | 2f3d14077698dac03dc76dddc3fefb040317be7f (patch) | |
tree | 88616becd8c2a9f62b0dea35df19014e852f8bba /security/ruby-sshkey | |
parent | 41c5dc71b536a2e65bb6bd1308871ed81435a08d (diff) | |
download | pkgsrc-2f3d14077698dac03dc76dddc3fefb040317be7f.tar.gz |
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 (limited to 'security/ruby-sshkey')
-rw-r--r-- | security/ruby-sshkey/Makefile | 6 | ||||
-rw-r--r-- | security/ruby-sshkey/PLIST | 3 | ||||
-rw-r--r-- | security/ruby-sshkey/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/security/ruby-sshkey/Makefile b/security/ruby-sshkey/Makefile index 76456b92af3..62ea4b99c52 100644 --- a/security/ruby-sshkey/Makefile +++ b/security/ruby-sshkey/Makefile @@ -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 @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/bensie/sshkey COMMENT= Pure Ruby SSH key generator LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-sshkey/PLIST b/security/ruby-sshkey/PLIST index 75a43a0ad98..6d02307178a 100644 --- a/security/ruby-sshkey/PLIST +++ b/security/ruby-sshkey/PLIST @@ -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}/LICENSE ${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 --git a/security/ruby-sshkey/distinfo b/security/ruby-sshkey/distinfo index b33babc59de..3ff95d550d3 100644 --- a/security/ruby-sshkey/distinfo +++ b/security/ruby-sshkey/distinfo @@ -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 |