pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-sshkit



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 15:10:13 UTC 2017

Modified Files:
        pkgsrc/security/ruby-sshkit: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-sshkit/Makefile \
    pkgsrc/security/ruby-sshkit/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-sshkit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ruby-sshkit/Makefile
diff -u pkgsrc/security/ruby-sshkit/Makefile:1.5 pkgsrc/security/ruby-sshkit/Makefile:1.6
--- pkgsrc/security/ruby-sshkit/Makefile:1.5    Mon Oct 17 15:45:26 2016
+++ pkgsrc/security/ruby-sshkit/Makefile        Mon Mar 20 15:10:13 2017
@@ -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
Index: pkgsrc/security/ruby-sshkit/PLIST
diff -u pkgsrc/security/ruby-sshkit/PLIST:1.5 pkgsrc/security/ruby-sshkit/PLIST:1.6
--- pkgsrc/security/ruby-sshkit/PLIST:1.5       Mon Oct 17 15:45:26 2016
+++ pkgsrc/security/ruby-sshkit/PLIST   Mon Mar 20 15:10:13 2017
@@ -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}/.yardopts
 ${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

Index: pkgsrc/security/ruby-sshkit/distinfo
diff -u pkgsrc/security/ruby-sshkit/distinfo:1.6 pkgsrc/security/ruby-sshkit/distinfo:1.7
--- pkgsrc/security/ruby-sshkit/distinfo:1.6    Mon Oct 17 15:45:26 2016
+++ pkgsrc/security/ruby-sshkit/distinfo        Mon Mar 20 15:10:13 2017
@@ -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