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/Makefile | |
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/Makefile')
-rw-r--r-- | security/ruby-sshkey/Makefile | 6 |
1 files changed, 4 insertions, 2 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" |