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:           Sat Apr 22 16:43:35 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-sshkit/Makefile \
    pkgsrc/security/ruby-sshkit/PLIST
cvs rdiff -u -r1.7 -r1.8 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.6 pkgsrc/security/ruby-sshkit/Makefile:1.7
--- pkgsrc/security/ruby-sshkit/Makefile:1.6    Mon Mar 20 15:10:13 2017
+++ pkgsrc/security/ruby-sshkit/Makefile        Sat Apr 22 16:43:35 2017
@@ -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
Index: pkgsrc/security/ruby-sshkit/PLIST
diff -u pkgsrc/security/ruby-sshkit/PLIST:1.6 pkgsrc/security/ruby-sshkit/PLIST:1.7
--- pkgsrc/security/ruby-sshkit/PLIST:1.6       Mon Mar 20 15:10:13 2017
+++ pkgsrc/security/ruby-sshkit/PLIST   Sat Apr 22 16:43:35 2017
@@ -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_
 ${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

Index: pkgsrc/security/ruby-sshkit/distinfo
diff -u pkgsrc/security/ruby-sshkit/distinfo:1.7 pkgsrc/security/ruby-sshkit/distinfo:1.8
--- pkgsrc/security/ruby-sshkit/distinfo:1.7    Mon Mar 20 15:10:13 2017
+++ pkgsrc/security/ruby-sshkit/distinfo        Sat Apr 22 16:43:35 2017
@@ -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