<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/ruby-sshkit, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-09-09T13:38:46Z</updated>
<entry>
<title>security/ruby-sshkit: update to 1.21.3</title>
<updated>2022-09-09T13:38:46Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2022-09-09T13:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ed15118d439fcde2f87b0c9a48350b347d8a7959'/>
<id>urn:sha1:ed15118d439fcde2f87b0c9a48350b347d8a7959</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>security: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T11:16:56Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T11:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b6556c8dd072caa80e824c2101f33098b7b0ecb7'/>
<id>urn:sha1:b6556c8dd072caa80e824c2101f33098b7b0ecb7</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>security: Remove SHA1 hashes for distfiles</title>
<updated>2021-10-07T14:53:40Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T14:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=690d4f45145849621b8c10f4936cf0ffcc5bb32d'/>
<id>urn:sha1:690d4f45145849621b8c10f4936cf0ffcc5bb32d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security/ruby-sshkit: update to 1.21.2</title>
<updated>2021-02-03T15:07:00Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2021-02-03T15:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b9e6ac7eec8cb5c5f7b63137918cf8469af1e25b'/>
<id>urn:sha1:b9e6ac7eec8cb5c5f7b63137918cf8469af1e25b</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>security/ruby-sshkit: update to 1.21.1</title>
<updated>2021-01-18T15:21:21Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2021-01-18T15:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21a7657ea8de3e598ce445a086c526ef8684cc24'/>
<id>urn:sha1:21a7657ea8de3e598ce445a086c526ef8684cc24</id>
<content type='text'>
1.21.1 (2020-11-26)

Bug Fixes
* fix: test_upload_large_file should open file in binary file mode (#486)
  @azrle</content>
</entry>
<entry>
<title>security/ruby-sshkit: update to 1.21.0</title>
<updated>2020-03-24T16:20:05Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2020-03-24T16:20:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=36481f1ecdbcecc63a989b85ca34157850ad521d'/>
<id>urn:sha1:36481f1ecdbcecc63a989b85ca34157850ad521d</id>
<content type='text'>
Update ruby-sshkit: update to 1.21.0.
pkgsrc change: add "USE_LANGUAGES=	# none".


1.20.0 (2019-08-03)

* #468: Make upload! take a :verbosity option like exec does - @grosser


1.19.1 (2019-07-02)

* #465: Fix a regression in 1.19.0 that prevented ~ from being used in
  Capistrano paths, e.g. :deploy_to, etc. - @grosser


1.19.0 (2019-07-01)

* #455: Ensure UUID of commands are stable in logging - @lazyatom
* #453: as and within now properly escape their user/group/path arguments,
  and the command nested within an as block is now properly escaped before
  passing to sh -c. In the unlikely case that you were manually escaping
  commands passed to SSHKit as a workaround, you will no longer need to do
  this. See #458 for examples of what has been fixed. - @grosser
* #460: Handle IPv6 addresses without port - @will-in-wi


1.18.2 (2019-02-03)

* #448: Fix misbehaving connection eviction loop when disabling connection
  pooling - Sebastian Cohnen


1.18.1 (2019-01-26)

* #447: Fix broken thread safety by widening critical section - Takumasa Ochi</content>
</entry>
<entry>
<title>security/ruby-sshkit: update to 1.20.0</title>
<updated>2019-11-18T15:52:19Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2019-11-18T15:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f250602ab69a2ea7cabc81a2d56afb3714fd2c6a'/>
<id>urn:sha1:f250602ab69a2ea7cabc81a2d56afb3714fd2c6a</id>
<content type='text'>
Update ruby-sshkit package to 1.20.0.


## [1.20.0][] (2019-08-03)

  * [#468](https://github.com/capistrano/sshkit/pull/468): Make `upload!` take a `:verbosity` option like `exec` does - [@grosser](https://github.com/grosser)

## [1.19.1][] (2019-07-02)

  * [#465](https://github.com/capistrano/sshkit/pull/456): Fix a regression in 1.19.0 that prevented `~` from being used in Capistrano paths, e.g. `:deploy_to`, etc. - [@grosser](https://github.com/grosser)

## [1.19.0][] (2019-06-30)

  * [#455](https://github.com/capistrano/sshkit/pull/455): Ensure UUID of commands are stable in logging - [@lazyatom](https://github.com/lazyatom)
  * [#453](https://github.com/capistrano/sshkit/pull/453): `as` and `within` now properly escape their user/group/path arguments, and the command nested within an `as` block is now properly escaped before passing to `sh -c`. In the unlikely case that you were manually escaping commands passed to SSHKit as a workaround, you will no longer need to do this. See [#458](https://github.com/capistrano/sshkit/issues/458) for examples of what has been fixed. - [@grosser](https://github.com/grosser)
  * [#460](https://github.com/capistrano/sshkit/pull/460): Handle IPv6 addresses without port - [@will-in-wi](https://github.com/will-in-wi)

## [1.18.2][] (2019-02-03)

  * [#448](https://github.com/capistrano/sshkit/pull/448): Fix misbehaving connection eviction loop when disabling connection pooling - [Sebastian Cohnen](https://github.com/tisba)

## [1.18.1][] (2019-01-26)

  * [#447](https://github.com/capistrano/sshkit/pull/447): Fix broken thread safety by widening critical section - [Takumasa Ochi](https://github.com/aeroastro)</content>
</entry>
<entry>
<title>security/ruby-sshkit: update to 1.18.0</title>
<updated>2018-12-17T15:08:35Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2018-12-17T15:08:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f956b7a8f1b278837dae0c818fca10d4314372fb'/>
<id>urn:sha1:f956b7a8f1b278837dae0c818fca10d4314372fb</id>
<content type='text'>
## [1.18.0][] (2018-10-21)

  * [#435](https://github.com/capistrano/sshkit/pull/435): Consistent verbosity configuration #capture and #test methods - [@NikolayRys](https://github.com/NikolayRys)

## [1.17.0][] (2018-07-07)

  * [#430](https://github.com/capistrano/sshkit/pull/430): [Feature] Command Argument STDOUT/capistrano.log Hiding - [@NorseGaud](https://github.com/NorseGaud)

## [1.16.1][] (2018-05-20)

  * [#425](https://github.com/capistrano/sshkit/pull/425): Command#group incorrectly escapes double quotes, resulting in a a syntax error when specifying the group execution using `as`. This issue manifested when user command quotes changed from double quotes to single quotes. This fix removes the double quote escaping - [@pblesi](https://github.com/pblesi).</content>
</entry>
<entry>
<title>security/ruby-sshkit: update to 1.17.0</title>
<updated>2018-09-23T16:13:49Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2018-09-23T16:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f16027b501af1686c9dd059883d4293b1ccfe5aa'/>
<id>urn:sha1:f16027b501af1686c9dd059883d4293b1ccfe5aa</id>
<content type='text'>
## [1.17.0][] (2018-07-07)

  * [#430](https://github.com/capistrano/sshkit/pull/430): [Feature] Command Argument STDOUT/capistrano.log Hiding - [@NorseGaud](https://github.com/NorseGaud)

## [1.16.1][] (2018-05-20)

  * [#425](https://github.com/capistrano/sshkit/pull/425): Command#group incorrectly escapes double quotes, resulting in a a syntax error when specifying the group execution using `as`. This issue manifested when user command quotes changed from double quotes to single quotes. This fix removes the double quote escaping - [@pblesi](https://github.com/pblesi).</content>
</entry>
<entry>
<title>security/ruby-sshkit: update to 1.16.0</title>
<updated>2018-03-14T15:33:33Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2018-03-14T15:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8f1fe603c18104ff0db7e40d2cadccf3916ff68f'/>
<id>urn:sha1:8f1fe603c18104ff0db7e40d2cadccf3916ff68f</id>
<content type='text'>
## [1.16.0][] (2018-02-03)

  * [#417](https://github.com/capistrano/sshkit/pull/417): Cache key generation for connections becomes slow when `known_hosts` is a valid `net/ssh` options and `known_hosts` file is big. This changes the cache key generation and fixes performance issue - [@ElvinEfendi](https://github.com/ElvinEfendi).
## [1.15.1][] (2017-11-18)

This is a small bug-fix release that fixes problems with `upload!` and `download!` that were inadvertently introduced in 1.15.0.

### Breaking changes

  * None

### Bug fixes

  * [#410](https://github.com/capistrano/sshkit/pull/410): fix NoMethodError when using upload!/download! with Pathnames - [@UnderpantsGnome](https://github.com/UnderpantsGnome)
  * [#411](https://github.com/capistrano/sshkit/pull/410): fix upload!/download! when using relative paths outside of `within` blocks -  [@Fjan](https://github.com/Fjan)

## [1.15.0][] (2017-11-03)

### New features

  * [#408](https://github.com/capistrano/sshkit/pull/408): upload! and download! now respect `within` - [@sj26](https://github.com/sj26)

### Potentially breaking changes

  * `upload!` and `download!` now support remote paths which are
    relative to the `within` working directory. They were previously documented
    as only supporting absolute paths, but relative paths still worked relative
    to the remote working directory. If you rely on the previous behaviour you
    may need to adjust your code.</content>
</entry>
</feed>
