./security/ruby-sshkit, Makes it easy to write structured, testable SSH commands

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.22.0, Package name: ruby31-sshkit-1.22.0, Maintainer: pkgsrc-users

A comprehensive toolkit for remotely running commands in a structured
manner on groups of servers.


Required to run:
[security/ruby-net-ssh] [security/ruby-net-scp] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 143.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-03 17:24:20 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-sshkit: update to 1.22.0

1.21.7 (2023-12-26)

Bug Fixes

* Add mutex_m dependency to fix Ruby 3.3 warning (#525) @mattbrictson

Housekeeping

* Add Ruby 3.3 to CI (#526) @mattbrictson
* Disable functional tests in CI for now (#523) @mattbrictson

1.22.0 (2024-01-09)

With this release, SSHKit now supports SFTP file transfers.  For
backwards-compatibility, SCP is still the default.  To enable SFTP globally
or per host, see more details in #524.

New Features

* Allow SFTP to be used for upload!/download! instead of SCP (#524, #529)
  @mattbrictson

Documentation

* EXAMPLES.md corrections (#527) @JasonPoll
   2023-12-17 16:20:31 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-sshkit: update to 1.21.6

1.21.6 (2023-11-17)

This is a gem housekeeping release. No user-facing changes.

Housekeeping

* Bump toolmantim/release-drafter from 5.24.0 to 5.25.0 (#520) @dependabot
* Bump actions/checkout from 3 to 4 (#519) @dependabot
   2023-07-09 04:39:10 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-sshkit: update to 1.21.5

1.21.5 (2023-07-04)

This is a gem housekeeping release. No user-facing changes.

Housekeeping

* CI: Use newer Vagrant box to address timeout issues (#517) @mattbrictson
* Bump toolmantim/release-drafter from 5.23.0 to 5.24.0 (#515) @dependabot
* Fix CI failures by running Ruby <= 2.2 on older Ubuntu image (#516)
  @mattbrictson
* Bump actions/cache from 2 to 3 (#511) @dependabot
* Increase Vagrant boot timeout to accommodate slow GitHub Actions (#513)
  @mattbrictson
* Bump toolmantim/release-drafter from 5.22.0 to 5.23.0 (#510) @dependabot
* Upgrade macOS runner in CI since GitHub has retired 10.15 (#512)
  @mattbrictson

Contributors

* @mattbrictson
* @dependabot
   2023-02-23 16:13:35 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-sshkit: update to 1.21.4

1.21.4 (2023-02-20)

This is a gem housekeeping release. No user-facing changes.

Housekeeping

* Add functional test with vagrant on CI (#509) @colorbox
* Migrate CI build from Travis to GitHub Actions (#507) @colorbox
* Fix test by require 'set' (#508) @colorbox
* Bump toolmantim/release-drafter from 5.20.1 to 5.22.0 (#501, #502, #506)
  @dependabot
   2022-09-09 15:38:46 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-sshkit: update to 1.21.3

Documentation

* In EXAMPLES.md show how to change the SSH port in the DSL (#494)
  @bretweinraub

Housekeeping

* Bump toolmantim/release-drafter from 5.2.0 to 5.20.1 (#498, #500)
  @dependabot
* Include githubactions in the dependabot config (#497) @naveensrinivasan
* Upgrade to GitHub-native Dependabot (#492) @dependabot-preview
   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
   2021-02-03 16:07:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-sshkit: update to 1.21.2

1.21.2 (2021-01-18)

Bug Fixes

* Fix closed connection in pool (#487) @azrle

Documentation

* Update EXAMPLES.md to show how to set the ssh user (#485) @bretweinraub

Housekeeping

* Add latest rubies to CI, including 3.0; drop rubinius CI support (#489)
  @mattbrictson