pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ruby-sshkit Update ruby-airbrussh to 1.12.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9723f633a79f
branches:  trunk
changeset: 359976:9723f633a79f
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Mar 20 15:10:13 2017 +0000

description:
Update ruby-airbrussh to 1.12.0.

## [1.12.0][] (2017-02-10)

### Breaking changes

  * None

### New features

  * Add `SSHKit.config.default_runner_config` option that allows overriding default runner configs.

## [1.11.5][] (2016-12-16)

### Bug fixes

  * Do not prefix `exec` command
    [PR #378](https://github.com/capistrano/sshkit/pull/378) @dreyks

## [1.11.4][] (2016-11-02)

  * Use string interpolation for environment variables to avoid escaping issues
    with sprintf
    [PR #280](https://github.com/capistrano/sshkit/pull/280)
    @Sinjo - Chris Sinjakli

diffstat:

 security/ruby-sshkit/Makefile |   4 ++--
 security/ruby-sshkit/PLIST    |   3 ++-
 security/ruby-sshkit/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 4a35644be573 -r 9723f633a79f security/ruby-sshkit/Makefile
--- a/security/ruby-sshkit/Makefile     Mon Mar 20 15:08:39 2017 +0000
+++ b/security/ruby-sshkit/Makefile     Mon Mar 20 15:10:13 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/10/17 15:45:26 taca Exp $
+# $NetBSD: Makefile,v 1.6 2017/03/20 15:10:13 taca Exp $
 
-DISTNAME=      sshkit-1.11.3
+DISTNAME=      sshkit-1.12.0
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 4a35644be573 -r 9723f633a79f security/ruby-sshkit/PLIST
--- a/security/ruby-sshkit/PLIST        Mon Mar 20 15:08:39 2017 +0000
+++ b/security/ruby-sshkit/PLIST        Mon Mar 20 15:10:13 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/10/17 15:45:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/03/20 15:10:13 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -6,6 +6,7 @@
 ${GEM_LIBDIR}/BREAKING_API_WISHLIST.md
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/Dangerfile
 ${GEM_LIBDIR}/EXAMPLES.md
 ${GEM_LIBDIR}/FAQ.md
 ${GEM_LIBDIR}/Gemfile
diff -r 4a35644be573 -r 9723f633a79f security/ruby-sshkit/distinfo
--- a/security/ruby-sshkit/distinfo     Mon Mar 20 15:08:39 2017 +0000
+++ b/security/ruby-sshkit/distinfo     Mon Mar 20 15:10:13 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/10/17 15:45:26 taca Exp $
+$NetBSD: distinfo,v 1.7 2017/03/20 15:10:13 taca Exp $
 
-SHA1 (sshkit-1.11.3.gem) = f0b9f3c522836dbbe5b51fe0823dde5246cb98d9
-RMD160 (sshkit-1.11.3.gem) = b43782edfadb0d10effe65b437f95ac10fb000d9
-SHA512 (sshkit-1.11.3.gem) = 037793b24159761fcd44a40e958edcefe0d362e4859d535b65031d800673c2a683fec617be87d13d70698e122720700ce6d0ffd2980aec5d951e303b37894d65
-Size (sshkit-1.11.3.gem) = 144896 bytes
+SHA1 (sshkit-1.12.0.gem) = 684327381ccafb9300ed817fb45b8bbc7f1d8ab1
+RMD160 (sshkit-1.12.0.gem) = 69272156f507b3bc6f625a55d543b9f38f3a5ff7
+SHA512 (sshkit-1.12.0.gem) = 62cacc33d80b3727a73cf0756e620dc85e3ec9829762f415089b17759220031be573d12c1fc55a6e585202526b2bdef5e10298d17f5e62f25ab0087697edbaa5
+Size (sshkit-1.12.0.gem) = 146944 bytes



Home | Main Index | Thread Index | Old Index