Path to this page:
./
security/ruby-net-ssh,
Secure shell for Ruby
Branch: CURRENT,
Version: 7.3.0,
Package name: ruby32-net-ssh-7.3.0,
Maintainer: pkgsrc-usersNet::SSH is to SSH as Net::Telnet is to Telnet and Net::HTTP is to
HTTP. Perform non-interactive SSH processing, purely from Ruby!
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 141.5 KB
Version history: (Expand)
- (2024-10-13) Updated to version: ruby32-net-ssh-7.3.0
- (2024-04-07) Updated to version: ruby32-net-ssh-7.2.3
- (2024-02-03) Updated to version: ruby31-net-ssh-7.2.1
- (2023-08-05) Updated to version: ruby31-net-ssh-7.2.0
- (2023-03-19) Updated to version: ruby31-net-ssh-7.1.0
- (2022-12-05) Updated to version: ruby31-net-ssh-7.0.1
CVS history: (Expand)
2024-04-07 16:57:09 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-net-ssh: update to 7.2.3
7.2.3 (2024-04-02)
No documentation. But it looks like a little improvement to Rakefile.
|
2024-02-03 17:21:46 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
security/ruby-net-ssh: update to 7.2.1
7.2.1 (2023-12-19)
* feat: allow load of certkey from string [#926]
* fix: fix for Socket#recv returning nil on ruby 3.3.0 [#928]
|
2023-08-05 10:59:57 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
security/ruby-net-ssh: update to 7.2.0
7.2.0 (2023-07-30)
* Add debugging information for algorithm of pubkey in use [#918]
|
2023-03-19 09:22:30 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
security/ruby-net-ssh: update to 7.1.0
7.1.0 (2023-03-12)
* Accept pubkey_algorithms option when starting a new connection [#891]
7.1.0 beta1 (2023-03-24)
* Don't use the deprecated set_XXX methods on RSA keys. [#875]
* Raise error when BCryptPbkdf fails [#876]
|
2022-12-04 17:39:53 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
security/ruby-net-ssh: update to 7.0.1
pkgsrc change: make CATEGORIES to security.
There are changes entries before 7.0.0. Please refer
<https://github.com/net-ssh/net-ssh/compare/v6.1.0...v7.0.1> for 7.0.0 and
later changes.
6.3.0 beta1
* Support cert based host key auth, fix asterisk in known_hosts [#833]
* Support kex dh-group14-sha256 [#795]
* Fix StrictHostKeyChecking ssh config parameter translation [#765]
6.2.0 rc1
6.2.0 beta1
* rsa-sha2-512, rsa-sha2-256 host_key algs [#771]
* JRuby aes*-ctr suppport [#767]
|
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-10 16:51:08 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-net-ssh: update to 6.1.0
Update to ruby-net-ssh 6.1.0.
=== 6.1.0
* adapt to ssh's default bahaviors when no username is provided.
When Net::SSH.start user is nil and config has no entry
we default to Etc.getpwuid.name() instead of Etc.getlogin(). [#749]
=== 6.1.0.rc1
* Make sha2-{256,512}-etm@openssh.com MAC default again [#761]
* Support algorithm subtraction syntax from ssh_config [#751]
|