[DRE-commits] [ruby-net-ssh] 01/06: Merge tag 'upstream/3.2.0'

Lucas Nussbaum lucas at moszumanska.debian.org
Thu Jul 21 21:44:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

lucas pushed a commit to branch master
in repository ruby-net-ssh.

commit 38596f86cb7443c9bef49ff4b7b3a13a5ade96f4
Merge: 1b777fd fa5ba54
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Thu Jul 21 23:31:06 2016 +0200

    Merge tag 'upstream/3.2.0'
    
    Upstream version 3.2.0

 .travis.yml                                      |   2 +-
 CHANGES.txt                                      |  37 ++
 README.rdoc                                      |   2 +-
 Rakefile                                         |  31 +-
 checksums.yaml.gz.sig                            | Bin 256 -> 256 bytes
 data.tar.gz.sig                                  | Bin 256 -> 256 bytes
 lib/net/ssh.rb                                   |  18 +-
 lib/net/ssh/authentication/agent/java_pageant.rb |   2 +-
 lib/net/ssh/authentication/agent/socket.rb       |  10 +-
 lib/net/ssh/authentication/key_manager.rb        |   7 +-
 lib/net/ssh/authentication/pageant.rb            |   4 +-
 lib/net/ssh/authentication/session.rb            |   2 +-
 lib/net/ssh/config.rb                            |  30 +-
 lib/net/ssh/connection/channel.rb                |  50 +-
 lib/net/ssh/connection/session.rb                |  37 +-
 lib/net/ssh/known_hosts.rb                       |  22 +-
 lib/net/ssh/proxy/command.rb                     |  19 +-
 lib/net/ssh/service/forward.rb                   |   4 +-
 lib/net/ssh/test/socket.rb                       |   2 +-
 lib/net/ssh/transport/algorithms.rb              |   8 +-
 lib/net/ssh/transport/server_version.rb          |   7 +-
 lib/net/ssh/transport/session.rb                 |   8 +
 lib/net/ssh/verifiers/secure.rb                  |  18 +-
 lib/net/ssh/version.rb                           |   4 +-
 metadata.gz.sig                                  | Bin 256 -> 256 bytes
 metadata.yml                                     | 261 ----------
 net-ssh-public_cert.pem                          |  30 +-
 net-ssh.gemspec                                  |  13 +-
 test/README.txt                                  |  22 -
 test/authentication/test_agent.rb                |  10 +-
 test/common.rb                                   |  17 +
 test/connection/test_channel.rb                  |  24 +-
 test/connection/test_session.rb                  |  28 +-
 test/integration/README.txt                      |   6 +-
 test/integration/common.rb                       |   6 +
 test/integration/playbook.yml                    |  16 +-
 test/integration/test_forward.rb                 | 637 +++++++++++++++++++++++
 test/integration/test_id_rsa_keys.rb             |  24 +-
 test/integration/test_proxy.rb                   |  93 ++++
 test/manual/test_forward.rb                      | 285 ----------
 test/start/test_user_nil.rb                      |  27 +
 test/test_all.rb                                 |   2 +-
 test/test_config.rb                              |  43 +-
 test/test_known_hosts.rb                         |  53 +-
 test/transport/test_packet_stream.rb             |   4 +-
 test/transport/test_server_version.rb            |  10 +-
 test/transport/test_session.rb                   |   2 +-
 test/verifiers/test_secure.rb                    |  40 ++
 48 files changed, 1283 insertions(+), 694 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-net-ssh.git



More information about the Pkg-ruby-extras-commits mailing list