summaryrefslogtreecommitdiff
path: root/security/ruby-net-ssh
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-13 15:03:15 +0000
committertaca <taca@pkgsrc.org>2015-12-13 15:03:15 +0000
commitcfdb2726ca08475109a9ab4f6575f897fba364da (patch)
treea06c0a14a8bca64cef3469d359feb491d6fc9b57 /security/ruby-net-ssh
parent38040961f09bcd381b33bfd34cadb8e2b09d7fc2 (diff)
downloadpkgsrc-cfdb2726ca08475109a9ab4f6575f897fba364da.tar.gz
Update ruby-net-ssh to 2.10.1.rc2.
## 1.8.1 * Change license to MIT, thanks to all the patient contributors who gave their permissions. ## 1.8.0 * add SSHKit::Backend::ConnectionPool#close_connections [PR #285](https://github.com/capistrano/sshkit/pull/285) @akm * Clean up rubocop lint warnings [PR #275](https://github.com/capistrano/sshkit/pull/275) @cshaffer * Prepend unused parameter names with an underscore * Prefer “safe assignment in condition” * Disambiguate regexp literals with parens * Prefer `sprintf` over `String#%` * No longer shadow `caller_line` variable in `DeprecationLogger` * Rescue `StandardError` instead of `Exception` * Remove useless `private` access modifier in `TestAbstract` * Disambiguate block operator with parens * Disambiguate between grouped expression and method params * Remove assertion in `TestHost#test_assert_hosts_compare_equal` that compares something with itself * Export environment variables and execute command in a subshell. [PR #273](https://github.com/capistrano/sshkit/pull/273) @kuon * Introduce `log_command_start`, `log_command_data`, `log_command_exit` methods on `Formatter` [PR #257](https://github.com/capistrano/sshkit/pull/257) @robd * Deprecate `@stdout` and `@stderr` accessors on `Command` * Add support for deprecation logging options. [README](README.md#deprecation-warnings), [PR #258](https://github.com/capistrano/sshkit/pull/258) @robd * Quote environment variable values. [PR #250](https://github.com/capistrano/sshkit/pull/250) @Sinjo - Chris Sinjakli * Simplified formatter hierarchy. [PR #248](https://github.com/capistrano/sshkit/pull/248) @robd * `SimpleText` formatter now extends `Pretty`, rather than duplicating. * Hide ANSI color escape sequences when outputting to a file. [README](README.md#output-colors), [Issue #245](https://github.com/capistrano/sshkit/issues/245), [PR #246](https://github.com/capistrano/sshkit/pull/246) @robd * Now only color the output if it is associated with a tty, or the `SSHKIT_COLOR` environment variable is set. * Removed broken support for assigning an `IO` to the `output` config option. [Issue #243](https://github.com/capistrano/sshkit/issues/243), [PR #244](https://github.com/capistrano/sshkit/pull/244) @robd * Use `SSHKit.config.output = SSHKit::Formatter::SimpleText.new($stdin)` instead * Added support for `:interaction_handler` option on commands. [PR #234](https://github.com/capistrano/sshkit/pull/234), [PR #242](https://github.com/capistrano/sshkit/pull/242) @robd * Removed partially supported `TRACE` log level. [2aa7890](https://github.com/capistrano/sshkit/commit/2aa78905f0c521ad9f697e7a4ed04ba438d5ee78) @robd * Add support for the `:strip` option to the `capture` method and strip by default on the `Local` backend. [PR #239](https://github.com/capistrano/sshkit/pull/239), [PR #249](https://github.com/capistrano/sshkit/pull/249) @robd * The `Local` backend now strips by default to be consistent with the `Netssh` one. * This reverses change [7d15a9a](https://github.com/capistrano/sshkit/commit/7d15a9aebfcc43807c8151bf6f3a4bc038ce6218) to the `Local` capture API to remove stripping by default. * If you require the raw, unstripped output, pass the `strip: false` option: `capture(:ls, strip: false)` * Simplified backend hierarchy. [PR #235](https://github.com/capistrano/sshkit/pull/235), [PR #237](https://github.com/capistrano/sshkit/pull/237) @robd * Moved duplicate implementations of `make`, `rake`, `test`, `capture`, `background` on to `Abstract` backend. * Backend implementations now only need to implement `execute_command`, `upload!` and `download!` * Removed `Printer` from backend hierarchy for `Local` and `Netssh` backends (they now just extend `Abstract`) * Removed unused `Net::SSH:LogLevelShim` * Removed dependency on the `colorize` gem. SSHKit now implements its own ANSI color logic, with no external dependencies. Note that SSHKit now only supports the `:bold` or plain modes. Other modes will be gracefully ignored. [#263](https://github.com/capistrano/sshkit/issues/263) * New API for setting the formatter: `use_format`. This differs from `format=` in that it accepts options or arguments that will be passed to the formatter's constructor. The `format=` syntax will be deprecated in a future release. [#295](https://github.com/capistrano/sshkit/issues/295) * SSHKit now immediately raises a `NameError` if you try to set a formatter that does not exist. [#295](https://github.com/capistrano/sshkit/issues/295)
Diffstat (limited to 'security/ruby-net-ssh')
-rw-r--r--security/ruby-net-ssh/Makefile4
-rw-r--r--security/ruby-net-ssh/PLIST9
-rw-r--r--security/ruby-net-ssh/distinfo10
3 files changed, 14 insertions, 9 deletions
diff --git a/security/ruby-net-ssh/Makefile b/security/ruby-net-ssh/Makefile
index f22a8262488..8cf35408f63 100644
--- a/security/ruby-net-ssh/Makefile
+++ b/security/ruby-net-ssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2015/02/04 16:09:07 taca Exp $
+# $NetBSD: Makefile,v 1.15 2015/12/13 15:03:15 taca Exp $
-DISTNAME= net-ssh-2.9.2
+DISTNAME= net-ssh-2.10.1.rc2
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/security/ruby-net-ssh/PLIST b/security/ruby-net-ssh/PLIST
index 143c971cece..ddff6701e50 100644
--- a/security/ruby-net-ssh/PLIST
+++ b/security/ruby-net-ssh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2015/02/04 16:09:07 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2015/12/13 15:03:15 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGES.txt
@@ -6,7 +6,6 @@ ${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/Rudyfile
${GEM_LIBDIR}/THANKS.txt
${GEM_LIBDIR}/lib/net/ssh.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
@@ -120,7 +119,13 @@ ${GEM_LIBDIR}/test/configs/substitutes
${GEM_LIBDIR}/test/configs/wild_cards
${GEM_LIBDIR}/test/connection/test_channel.rb
${GEM_LIBDIR}/test/connection/test_session.rb
+${GEM_LIBDIR}/test/integration/README.txt
+${GEM_LIBDIR}/test/integration/Vagrantfile
+${GEM_LIBDIR}/test/integration/common.rb
+${GEM_LIBDIR}/test/integration/playbook.yml
+${GEM_LIBDIR}/test/integration/test_id_rsa_keys.rb
${GEM_LIBDIR}/test/known_hosts/github
+${GEM_LIBDIR}/test/known_hosts/github_hash
${GEM_LIBDIR}/test/manual/test_forward.rb
${GEM_LIBDIR}/test/manual/test_pageant.rb
${GEM_LIBDIR}/test/start/test_connection.rb
diff --git a/security/ruby-net-ssh/distinfo b/security/ruby-net-ssh/distinfo
index cce7cafed51..6c2bea50e5c 100644
--- a/security/ruby-net-ssh/distinfo
+++ b/security/ruby-net-ssh/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2015/11/04 01:18:07 agc Exp $
+$NetBSD: distinfo,v 1.16 2015/12/13 15:03:15 taca Exp $
-SHA1 (net-ssh-2.9.2.gem) = 84d5b9c0f3b10b3ff261411a5730e794a4529e43
-RMD160 (net-ssh-2.9.2.gem) = c4b66bce1fdf4ad5f6f0fe21bc70083691ad62c6
-SHA512 (net-ssh-2.9.2.gem) = 2d99983419a935b788940b75a0f133e146a8e068c0bb63093b1968d7fab68077c7e7ce70603a85be74f5400d42fd00a3c10a17fba53dd4e2a8838e2cff06e215
-Size (net-ssh-2.9.2.gem) = 177664 bytes
+SHA1 (net-ssh-2.10.1.rc2.gem) = efa7f39d3d3003245508def3302d919fd4bf3363
+RMD160 (net-ssh-2.10.1.rc2.gem) = 00a4772df2e77d6f5805df2f629d2a0954657ff9
+SHA512 (net-ssh-2.10.1.rc2.gem) = e8e9176c9689f088fedb61f6698b65805f05423bbcde2f320b7049c4dccedd5203cca966c41e9e7ee8cfeef14d52458b1564c48ecce8c353f8456dc9295a9838
+Size (net-ssh-2.10.1.rc2.gem) = 180224 bytes