-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
taca
committed
Jun 21, 2020
1 parent
f630a33
commit 1c3ce71
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |