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.7.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40082dcb63d9
branches:  trunk
changeset: 648263:40082dcb63d9
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 13 15:49:17 2015 +0000

description:
Update ruby-sshkit to 1.7.1.

## 1.7.1

  * Fix a regression in 1.7.0 that caused command completion messages to be removed from log output. @mattbrictson

## 1.7.0

  * Update Vagrantfile to use multi-provider Hashicorp precise64 box - remove URLs. @townsen
  * Merge host ssh_options and Netssh defaults @townsen
    Previously if host-level ssh_options were defined the Netssh defaults
    were ignored.
  * Merge host ssh_options and Netssh defaults
  * Fixed race condition where output of failed command would be empty. @townsen
    Caused random failures of `test_execute_raises_on_non_zero_exit_status_and_captures_stdout_and_stderr`
    Also fixes output handling in failed commands, and generally buggy output.
  * Remove override of backtrace() and backtrace_locations() from ExecuteError. @townsen
    This interferes with rake default behaviour and creates duplicate stacktraces.
  * Allow running local commands using `on(:local)`
  * Implement the upload! and download! methods for the local backend

diffstat:

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

diffs (45 lines):

diff -r 731371738910 -r 40082dcb63d9 security/ruby-sshkit/Makefile
--- a/security/ruby-sshkit/Makefile     Fri Mar 13 15:48:24 2015 +0000
+++ b/security/ruby-sshkit/Makefile     Fri Mar 13 15:49:17 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/02/04 16:17:47 taca Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/13 15:49:17 taca Exp $
 
-DISTNAME=      sshkit-1.6.1
+DISTNAME=      sshkit-1.7.1
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 731371738910 -r 40082dcb63d9 security/ruby-sshkit/PLIST
--- a/security/ruby-sshkit/PLIST        Fri Mar 13 15:48:24 2015 +0000
+++ b/security/ruby-sshkit/PLIST        Fri Mar 13 15:49:17 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/02/04 16:17:47 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/03/13 15:49:17 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -13,8 +13,8 @@
 ${GEM_LIBDIR}/RELEASING.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/Vagrantfile
-${GEM_LIBDIR}/assets/images/example_output.png
-${GEM_LIBDIR}/assets/images/logo.png
+${GEM_LIBDIR}/examples/images/example_output.png
+${GEM_LIBDIR}/examples/images/logo.png
 ${GEM_LIBDIR}/lib/core_ext/array.rb
 ${GEM_LIBDIR}/lib/core_ext/hash.rb
 ${GEM_LIBDIR}/lib/sshkit.rb
diff -r 731371738910 -r 40082dcb63d9 security/ruby-sshkit/distinfo
--- a/security/ruby-sshkit/distinfo     Fri Mar 13 15:48:24 2015 +0000
+++ b/security/ruby-sshkit/distinfo     Fri Mar 13 15:49:17 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2015/02/04 16:17:47 taca Exp $
+$NetBSD: distinfo,v 1.3 2015/03/13 15:49:17 taca Exp $
 
-SHA1 (sshkit-1.6.1.gem) = fde06affc82e460bc3338e94e176772323c045c4
-RMD160 (sshkit-1.6.1.gem) = 0969871a5fa4b01fc3228ba170b8356f5136e63d
-Size (sshkit-1.6.1.gem) = 135680 bytes
+SHA1 (sshkit-1.7.1.gem) = d7c22efe9f297f8caccd08ac1c6d479dce3b087c
+RMD160 (sshkit-1.7.1.gem) = a94f8e5addd005c38fdb6630ee1e8f981cea0865
+Size (sshkit-1.7.1.gem) = 136192 bytes



Home | Main Index | Thread Index | Old Index