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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47276c47622d
branches:  trunk
changeset: 646120:47276c47622d
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Feb 04 16:17:47 2015 +0000

description:
Update ruby-sshkit to 1.6.1.

## 1.6.0

  * Fix colorize to use the correct API (@fazibear)
  * Lock colorize (sorry guys) version at >= 0.7.0

## 1.6.0 (Yanked, because of colorize.)

  * Force dependency on colorize v0.6.0
  * Add your entries here, remember to credit yourself however you want to be
    credited!
  * Remove strip from capture to preserve whitespace. Nick Townsend
  * Add vmware_fusion Vagrant provider. Nick Townsend
  * Add some padding to the pretty log formatter

## 1.5.1

  * Use `sudo -u` rather than `sudo su` to switch users. Mat Trudel

## 1.5.0

  * Deprecate background helper - too many badly behaved pseudo-daemons. Lee Hambley
  * Don't colourize unless $stdout is a tty. Lee Hambley
  * Remove out of date "Known Issues" section from README. Lee Hambley
  * Dealy variable interpolation inside `as()` block. Nick Townsend
  * Fixes for functional tests under modern Vagrant. Lewis Marshal
  * Fixes for connection pooling. Chris Heald
  * Add `localhost` hostname to local backend. Adam Mckaig
  * Wrap execptions to include hostname. Brecht Hoflack
  * Remove `shellwords` stdlib dependency Bruno Sutic
  * Remove unused `cooldown` accessor. Bruno Sutic
  * Replace Term::ANSIColor with a lighter solution. Tom Clements
  * Documentation fixes. Matt Brictson

## 1.4.0

https://github.com/capistrano/sshkit/compare/v1.3.0...v1.4.0

  * Removed `invoke` alias for [`SSHKit::Backend::Printer.execute`](https://github.com/capistrano/sshkit/blob/master/lib/sshkit/backends/printer.rb#L20). This is to prevent collisions with
  methods in capistrano with similar names, and to provide a cleaner API. See [capistrano issue 912](https://github.com/capistrano/capistrano/issues/912) and [issue 
107](https://github.com/capistrano/sshkit/issues/107) for more details.
  * Connection pooling now uses a thread local to store connection pool, giving each thread its own connection pool. Thank you @mbrictson see [#101](https://github.com/capistrano/sshkit/pull/101) for 
more.
  * Command map indifferent towards strings and symbols thanks to @thomasfedb see [#91](https://github.com/capistrano/sshkit/pull/91)
  * Moved vagrant wrapper to `support` directory, added ability to run tests with vagrant using ssh. @miry see [#64](https://github.com/capistrano/sshkit/pull/64)
  * Removed unnecessary require `require_relative '../sshkit'` in `lib/sshkit/dsl.rb` prevents warnings thanks @brabic.
  * Doc fixes thanks @seanhandley @vojto

diffstat:

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

diffs (89 lines):

diff -r 74c72140a9a7 -r 47276c47622d security/ruby-sshkit/Makefile
--- a/security/ruby-sshkit/Makefile     Wed Feb 04 16:15:34 2015 +0000
+++ b/security/ruby-sshkit/Makefile     Wed Feb 04 16:17:47 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/03/14 17:57:47 taca Exp $
+# $NetBSD: Makefile,v 1.2 2015/02/04 16:17:47 taca Exp $
 
-DISTNAME=      sshkit-1.3.0
+DISTNAME=      sshkit-1.6.1
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,9 +8,9 @@
 COMMENT=       Makes it easy to write structured, testable SSH commands
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-ssh>=0:../../security/ruby-net-ssh
+DEPENDS+=      ${RUBY_PKGPREFIX}-net-ssh>=2.8.0:../../security/ruby-net-ssh
 DEPENDS+=      ${RUBY_PKGPREFIX}-net-scp>=1.1.2:../../security/ruby-net-scp
-DEPENDS+=      ${RUBY_PKGPREFIX}-term-ansicolor>=0:../../devel/ruby-term-ansicolor
+DEPENDS+=      ${RUBY_PKGPREFIX}-colorize>=0.7.0:../../misc/ruby-colorize
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 74c72140a9a7 -r 47276c47622d security/ruby-sshkit/PLIST
--- a/security/ruby-sshkit/PLIST        Wed Feb 04 16:15:34 2015 +0000
+++ b/security/ruby-sshkit/PLIST        Wed Feb 04 16:17:47 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/03/14 17:57:47 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/02/04 16:17:47 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -25,15 +25,18 @@
 ${GEM_LIBDIR}/lib/sshkit/backends/netssh.rb
 ${GEM_LIBDIR}/lib/sshkit/backends/printer.rb
 ${GEM_LIBDIR}/lib/sshkit/backends/skipper.rb
+${GEM_LIBDIR}/lib/sshkit/color.rb
 ${GEM_LIBDIR}/lib/sshkit/command.rb
 ${GEM_LIBDIR}/lib/sshkit/command_map.rb
 ${GEM_LIBDIR}/lib/sshkit/configuration.rb
 ${GEM_LIBDIR}/lib/sshkit/coordinator.rb
 ${GEM_LIBDIR}/lib/sshkit/dsl.rb
+${GEM_LIBDIR}/lib/sshkit/exception.rb
 ${GEM_LIBDIR}/lib/sshkit/formatters/abstract.rb
 ${GEM_LIBDIR}/lib/sshkit/formatters/black_hole.rb
 ${GEM_LIBDIR}/lib/sshkit/formatters/dot.rb
 ${GEM_LIBDIR}/lib/sshkit/formatters/pretty.rb
+${GEM_LIBDIR}/lib/sshkit/formatters/simple_text.rb
 ${GEM_LIBDIR}/lib/sshkit/host.rb
 ${GEM_LIBDIR}/lib/sshkit/log_message.rb
 ${GEM_LIBDIR}/lib/sshkit/logger.rb
@@ -42,6 +45,7 @@
 ${GEM_LIBDIR}/lib/sshkit/runners/null.rb
 ${GEM_LIBDIR}/lib/sshkit/runners/parallel.rb
 ${GEM_LIBDIR}/lib/sshkit/runners/sequential.rb
+${GEM_LIBDIR}/lib/sshkit/utils/capture_output_methods.rb
 ${GEM_LIBDIR}/lib/sshkit/version.rb
 ${GEM_LIBDIR}/sshkit.gemspec
 ${GEM_LIBDIR}/test/boxes.json
@@ -50,12 +54,15 @@
 ${GEM_LIBDIR}/test/functional/test_coordinator.rb
 ${GEM_LIBDIR}/test/functional/test_ssh_server_comes_up_for_functional_tests.rb
 ${GEM_LIBDIR}/test/helper.rb
+${GEM_LIBDIR}/test/support/vagrant_wrapper.rb
 ${GEM_LIBDIR}/test/unit/backends/test_connection_pool.rb
+${GEM_LIBDIR}/test/unit/backends/test_local.rb
 ${GEM_LIBDIR}/test/unit/backends/test_netssh.rb
 ${GEM_LIBDIR}/test/unit/backends/test_printer.rb
 ${GEM_LIBDIR}/test/unit/core_ext/test_string.rb
 ${GEM_LIBDIR}/test/unit/formatters/test_dot.rb
 ${GEM_LIBDIR}/test/unit/formatters/test_pretty.rb
+${GEM_LIBDIR}/test/unit/test_color.rb
 ${GEM_LIBDIR}/test/unit/test_command.rb
 ${GEM_LIBDIR}/test/unit/test_command_map.rb
 ${GEM_LIBDIR}/test/unit/test_configuration.rb
diff -r 74c72140a9a7 -r 47276c47622d security/ruby-sshkit/distinfo
--- a/security/ruby-sshkit/distinfo     Wed Feb 04 16:15:34 2015 +0000
+++ b/security/ruby-sshkit/distinfo     Wed Feb 04 16:17:47 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/03/14 17:57:47 taca Exp $
+$NetBSD: distinfo,v 1.2 2015/02/04 16:17:47 taca Exp $
 
-SHA1 (sshkit-1.3.0.gem) = 5e965f8c2e5a01f0e7b3f7b05141c02fe4de0bfd
-RMD160 (sshkit-1.3.0.gem) = 05be4abb4dfa5ce44a1573ac989b045a694fc58c
-Size (sshkit-1.3.0.gem) = 134144 bytes
+SHA1 (sshkit-1.6.1.gem) = fde06affc82e460bc3338e94e176772323c045c4
+RMD160 (sshkit-1.6.1.gem) = 0969871a5fa4b01fc3228ba170b8356f5136e63d
+Size (sshkit-1.6.1.gem) = 135680 bytes



Home | Main Index | Thread Index | Old Index