pkgsrc/security/ruby-net-ssh/PLIST
taca 117bdf942f 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](2aa78905f0)
    @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](7d15a9aebf) 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)
2015-12-13 15:03:15 +00:00

165 lines
7.6 KiB
Text

@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
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/THANKS.txt
${GEM_LIBDIR}/lib/net/ssh.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/constants.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/key_manager.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/abstract.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/hostbased.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/keyboard_interactive.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/none.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/publickey.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/pageant.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/session.rb
${GEM_LIBDIR}/lib/net/ssh/buffer.rb
${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb
${GEM_LIBDIR}/lib/net/ssh/config.rb
${GEM_LIBDIR}/lib/net/ssh/connection/channel.rb
${GEM_LIBDIR}/lib/net/ssh/connection/constants.rb
${GEM_LIBDIR}/lib/net/ssh/connection/keepalive.rb
${GEM_LIBDIR}/lib/net/ssh/connection/session.rb
${GEM_LIBDIR}/lib/net/ssh/connection/term.rb
${GEM_LIBDIR}/lib/net/ssh/errors.rb
${GEM_LIBDIR}/lib/net/ssh/key_factory.rb
${GEM_LIBDIR}/lib/net/ssh/known_hosts.rb
${GEM_LIBDIR}/lib/net/ssh/loggable.rb
${GEM_LIBDIR}/lib/net/ssh/packet.rb
${GEM_LIBDIR}/lib/net/ssh/prompt.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/command.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/errors.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/http.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/socks4.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/socks5.rb
${GEM_LIBDIR}/lib/net/ssh/ruby_compat.rb
${GEM_LIBDIR}/lib/net/ssh/service/forward.rb
${GEM_LIBDIR}/lib/net/ssh/test.rb
${GEM_LIBDIR}/lib/net/ssh/test/channel.rb
${GEM_LIBDIR}/lib/net/ssh/test/extensions.rb
${GEM_LIBDIR}/lib/net/ssh/test/kex.rb
${GEM_LIBDIR}/lib/net/ssh/test/local_packet.rb
${GEM_LIBDIR}/lib/net/ssh/test/packet.rb
${GEM_LIBDIR}/lib/net/ssh/test/remote_packet.rb
${GEM_LIBDIR}/lib/net/ssh/test/script.rb
${GEM_LIBDIR}/lib/net/ssh/test/socket.rb
${GEM_LIBDIR}/lib/net/ssh/transport/algorithms.rb
${GEM_LIBDIR}/lib/net/ssh/transport/cipher_factory.rb
${GEM_LIBDIR}/lib/net/ssh/transport/constants.rb
${GEM_LIBDIR}/lib/net/ssh/transport/ctr.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/abstract.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5_96.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/none.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/ripemd160.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1_96.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256_96.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512_96.rb
${GEM_LIBDIR}/lib/net/ssh/transport/identity_cipher.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
${GEM_LIBDIR}/lib/net/ssh/transport/key_expander.rb
${GEM_LIBDIR}/lib/net/ssh/transport/openssl.rb
${GEM_LIBDIR}/lib/net/ssh/transport/packet_stream.rb
${GEM_LIBDIR}/lib/net/ssh/transport/server_version.rb
${GEM_LIBDIR}/lib/net/ssh/transport/session.rb
${GEM_LIBDIR}/lib/net/ssh/transport/state.rb
${GEM_LIBDIR}/lib/net/ssh/verifiers/lenient.rb
${GEM_LIBDIR}/lib/net/ssh/verifiers/null.rb
${GEM_LIBDIR}/lib/net/ssh/verifiers/secure.rb
${GEM_LIBDIR}/lib/net/ssh/verifiers/strict.rb
${GEM_LIBDIR}/lib/net/ssh/version.rb
${GEM_LIBDIR}/net-ssh-public_cert.pem
${GEM_LIBDIR}/net-ssh.gemspec
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/support/arcfour_check.rb
${GEM_LIBDIR}/support/ssh_tunnel_bug.rb
${GEM_LIBDIR}/test/README.txt
${GEM_LIBDIR}/test/authentication/methods/common.rb
${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb
${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb
${GEM_LIBDIR}/test/authentication/methods/test_keyboard_interactive.rb
${GEM_LIBDIR}/test/authentication/methods/test_none.rb
${GEM_LIBDIR}/test/authentication/methods/test_password.rb
${GEM_LIBDIR}/test/authentication/methods/test_publickey.rb
${GEM_LIBDIR}/test/authentication/test_agent.rb
${GEM_LIBDIR}/test/authentication/test_key_manager.rb
${GEM_LIBDIR}/test/authentication/test_session.rb
${GEM_LIBDIR}/test/common.rb
${GEM_LIBDIR}/test/configs/auth_off
${GEM_LIBDIR}/test/configs/auth_on
${GEM_LIBDIR}/test/configs/empty
${GEM_LIBDIR}/test/configs/eqsign
${GEM_LIBDIR}/test/configs/exact_match
${GEM_LIBDIR}/test/configs/host_plus
${GEM_LIBDIR}/test/configs/multihost
${GEM_LIBDIR}/test/configs/negative_match
${GEM_LIBDIR}/test/configs/nohost
${GEM_LIBDIR}/test/configs/numeric_host
${GEM_LIBDIR}/test/configs/send_env
${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
${GEM_LIBDIR}/test/start/test_options.rb
${GEM_LIBDIR}/test/start/test_transport.rb
${GEM_LIBDIR}/test/test_all.rb
${GEM_LIBDIR}/test/test_buffer.rb
${GEM_LIBDIR}/test/test_buffered_io.rb
${GEM_LIBDIR}/test/test_config.rb
${GEM_LIBDIR}/test/test_key_factory.rb
${GEM_LIBDIR}/test/test_known_hosts.rb
${GEM_LIBDIR}/test/transport/hmac/test_md5.rb
${GEM_LIBDIR}/test/transport/hmac/test_md5_96.rb
${GEM_LIBDIR}/test/transport/hmac/test_none.rb
${GEM_LIBDIR}/test/transport/hmac/test_ripemd160.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha1.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha1_96.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha2_256.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha2_256_96.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha2_512.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha2_512_96.rb
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group14_sha1.rb
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group1_sha1.rb
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb
${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp256.rb
${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp384.rb
${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp521.rb
${GEM_LIBDIR}/test/transport/test_algorithms.rb
${GEM_LIBDIR}/test/transport/test_cipher_factory.rb
${GEM_LIBDIR}/test/transport/test_hmac.rb
${GEM_LIBDIR}/test/transport/test_identity_cipher.rb
${GEM_LIBDIR}/test/transport/test_packet_stream.rb
${GEM_LIBDIR}/test/transport/test_server_version.rb
${GEM_LIBDIR}/test/transport/test_session.rb
${GEM_LIBDIR}/test/transport/test_state.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec