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-sshkit to 1.13.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db8c6b4f596d
branches:  trunk
changeset: 361507:db8c6b4f596d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 22 16:43:35 2017 +0000

description:
Update ruby-sshkit to 1.13.1.

## [1.13.1][] (2017-03-31)

### Breaking changes

  * None

### Bug fixes

  * [#397](https://github.com/capistrano/sshkt/pull/397): Fix NoMethodError assign_defaults with net-ssh older than 4.0.0 - [@shirosaki](https://github.com/shirosaki)

## [1.13.0][] (2017-03-24)

### Breaking changes

  * None

### New features

  * [#372](https://github.com/capistrano/sshkit/pull/372): Use cp_r in local backend with recursive option - [@okuramasafumi](https://github.com/okuramasafumi)

### Bug fixes

  * [#390](https://github.com/capistrano/sshkit/pull/390): Properly wrap Ruby StandardError w/ add'l context - [@mattbrictson](https://github.com/mattbrictson)
  * [#392](https://github.com/capistrano/sshkit/pull/392): Fix open two connections with changed cache key - [@shirosaki](https://github.com/shirosaki)

diffstat:

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

diffs (46 lines):

diff -r 007ff24fadea -r db8c6b4f596d security/ruby-sshkit/Makefile
--- a/security/ruby-sshkit/Makefile     Sat Apr 22 16:42:53 2017 +0000
+++ b/security/ruby-sshkit/Makefile     Sat Apr 22 16:43:35 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/03/20 15:10:13 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/04/22 16:43:35 taca Exp $
 
-DISTNAME=      sshkit-1.12.0
+DISTNAME=      sshkit-1.13.1
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 007ff24fadea -r db8c6b4f596d security/ruby-sshkit/PLIST
--- a/security/ruby-sshkit/PLIST        Sat Apr 22 16:42:53 2017 +0000
+++ b/security/ruby-sshkit/PLIST        Sat Apr 22 16:43:35 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/03/20 15:10:13 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/04/22 16:43:35 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -72,6 +72,9 @@
 ${GEM_LIBDIR}/test/unit/formatters/test_dot.rb
 ${GEM_LIBDIR}/test/unit/formatters/test_pretty.rb
 ${GEM_LIBDIR}/test/unit/formatters/test_simple_text.rb
+${GEM_LIBDIR}/test/unit/runners/test_group.rb
+${GEM_LIBDIR}/test/unit/runners/test_parallel.rb
+${GEM_LIBDIR}/test/unit/runners/test_sequential.rb
 ${GEM_LIBDIR}/test/unit/test_color.rb
 ${GEM_LIBDIR}/test/unit/test_command.rb
 ${GEM_LIBDIR}/test/unit/test_command_map.rb
diff -r 007ff24fadea -r db8c6b4f596d security/ruby-sshkit/distinfo
--- a/security/ruby-sshkit/distinfo     Sat Apr 22 16:42:53 2017 +0000
+++ b/security/ruby-sshkit/distinfo     Sat Apr 22 16:43:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/03/20 15:10:13 taca Exp $
+$NetBSD: distinfo,v 1.8 2017/04/22 16:43:35 taca Exp $
 
-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
+SHA1 (sshkit-1.13.1.gem) = dcf5c3bfe69d95145db75d14fd6c3109ca5ef512
+RMD160 (sshkit-1.13.1.gem) = 1fb15c325af6ca83b8625b90c0e38d65c0dd5ee1
+SHA512 (sshkit-1.13.1.gem) = da262cec2c32978a2f315d97ff174e47fbb131f26cbc06f894b3f3119797cd330c48aae1461176861c862b65504b9811fc492b2e162e9848fd09e62ef5ba8a5a
+Size (sshkit-1.13.1.gem) = 147456 bytes



Home | Main Index | Thread Index | Old Index