Skip to content

Commit

Permalink
security/ruby-sshkey: update to 2.0.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
taca committed Jun 21, 2020
1 parent f630a33 commit 1c3ce71
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 4 additions & 2 deletions security/ruby-sshkey/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# $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
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"
3 changes: 1 addition & 2 deletions security/ruby-sshkey/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions security/ruby-sshkey/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1c3ce71

Please sign in to comment.