diff options
author | taca <taca@pkgsrc.org> | 2018-12-17 15:08:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-12-17 15:08:35 +0000 |
commit | f956b7a8f1b278837dae0c818fca10d4314372fb (patch) | |
tree | 11e33a5bf3742048cdaf60075ee7200edbef9be7 /security | |
parent | d6fe54868e10adb0fcce47e87e6b3be28f2d334d (diff) | |
download | pkgsrc-f956b7a8f1b278837dae0c818fca10d4314372fb.tar.gz |
security/ruby-sshkit: update to 1.18.0
## [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).
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-sshkit/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-sshkit/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/ruby-sshkit/Makefile b/security/ruby-sshkit/Makefile index c256e2acc84..cbe329fd968 100644 --- a/security/ruby-sshkit/Makefile +++ b/security/ruby-sshkit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2018/09/23 16:13:49 taca Exp $ +# $NetBSD: Makefile,v 1.12 2018/12/17 15:08:35 taca Exp $ -DISTNAME= sshkit-1.17.0 +DISTNAME= sshkit-1.18.0 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/ruby-sshkit/distinfo b/security/ruby-sshkit/distinfo index 263cc6512fe..eba6950c796 100644 --- a/security/ruby-sshkit/distinfo +++ b/security/ruby-sshkit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/09/23 16:13:49 taca Exp $ +$NetBSD: distinfo,v 1.12 2018/12/17 15:08:35 taca Exp $ -SHA1 (sshkit-1.17.0.gem) = 058457616958529f9411dd60c992333eb8f17d8d -RMD160 (sshkit-1.17.0.gem) = f081b128b77f5db3ab790c01bd6b20d615f63ebc -SHA512 (sshkit-1.17.0.gem) = 61f531651a76418e157c1affa55927e438ad3eda9dea2b3f0c26f566522df11d1d39eceef84f706aa7733b60c8428dbb3d7da863ada64a24c79567dc4a8c10ad -Size (sshkit-1.17.0.gem) = 149504 bytes +SHA1 (sshkit-1.18.0.gem) = eb17f097a1c8273ff7ad22674c6817c3efbd4e51 +RMD160 (sshkit-1.18.0.gem) = ee4f4c6e4400890e09a63f4c72c35518b2379dc6 +SHA512 (sshkit-1.18.0.gem) = ceff9c7be99155b5e86e1564be221da5946b91b396ffc948aafbbc1a5214928020ee3db97615b780c91f4fefacff2174c4d0a33e54aa2e935552eecedac71bde +Size (sshkit-1.18.0.gem) = 150016 bytes |