Path to this page:
./
security/ruby-sshkey,
Pure Ruby SSH key generator
Branch: CURRENT,
Version: 3.0.0,
Package name: ruby31-sshkey-3.0.0,
Maintainer: minskimThis generates private/public SSH keypairs using pure Ruby.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 30.5 KB
Version history: (Expand)
- (2023-08-27) Updated to version: ruby31-sshkey-3.0.0
- (2021-10-07) Updated to version: ruby27-sshkey-2.0.0
- (2020-06-21) Updated to version: ruby26-sshkey-2.0.0
- (2017-06-22) Package added to pkgsrc.se, version ruby23-sshkey-1.9.0 (created)
CVS history: (Expand)
2023-08-27 17:12:33 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
security/ruby-sshkey: update to 3.0.0
3.0.0 (2023-08-25)
What's Changed
* Breaking: Drop support for Ruby < 2.5.
* Added: Support for ECDSA (@bensie, @rchekaluk) #43, #44, #46, #49
* Added: OpenSSL 3.x support by @rchekaluk in #48
* Added: Test against Ruby 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, jruby-9.3,
jruby-9.4 with GitHub Actions
* Fixed: SSH public keys not validated/parsed if contain comments by
@MangyCoyote in #39
New Contributors
* @djberg96 made their first contribution in #40
* @MangyCoyote made their first contribution in #39
* @gogainda made their first contribution in #42
* @rchekaluk made their first contribution in #43
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2020-06-21 17:52:12 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
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)
|
2017-06-22 02:56:42 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Import ruby-sshkey-1.9.0 as security/ruby-sshkey
This generates private/public SSH keypairs using pure Ruby.
|