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

Lucas Nussbaum lucas at moszumanska.debian.org
Tue May 5 08:13:23 UTC 2015


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 33266435b4d783b2cb2d18ec8de5e7301fa523f0
Merge: 4803a5d 5bccf98
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Tue May 5 09:40:49 2015 +0200

    Merge tag 'upstream/2.9.2'
    
    Upstream version 2.9.2

 CHANGES.txt                                    |  17 ++++
 README.rdoc                                    |   5 ++
 Rakefile                                       |  21 ++++-
 checksums.yaml.gz.sig                          | Bin 0 -> 256 bytes
 data.tar.gz.sig                                | Bin 256 -> 256 bytes
 gem-public_cert.pem                            |  20 -----
 lib/net/ssh.rb                                 |  15 ++--
 lib/net/ssh/authentication/agent/socket.rb     |  14 +++-
 lib/net/ssh/authentication/methods/password.rb |  45 ++++++++---
 lib/net/ssh/buffer.rb                          |   2 +-
 lib/net/ssh/config.rb                          |   6 +-
 lib/net/ssh/connection/channel.rb              |   2 +-
 lib/net/ssh/connection/keepalive.rb            |  55 +++++++++++++
 lib/net/ssh/connection/session.rb              |  28 ++-----
 lib/net/ssh/errors.rb                          |   4 +
 lib/net/ssh/known_hosts.rb                     |  12 +--
 lib/net/ssh/service/forward.rb                 |  64 ++++++++++++---
 lib/net/ssh/transport/algorithms.rb            |  22 +++---
 lib/net/ssh/transport/cipher_factory.rb        |   3 -
 lib/net/ssh/transport/packet_stream.rb         |   4 +-
 lib/net/ssh/transport/session.rb               |   9 ++-
 lib/net/ssh/version.rb                         |  18 +++--
 metadata.gz.sig                                | Bin 256 -> 256 bytes
 metadata.yml                                   |  89 ++++++++++-----------
 net-ssh-public_cert.pem                        |  20 +++++
 net-ssh.gemspec                                |  20 ++---
 test/authentication/methods/test_password.rb   |  43 +++++++++++
 test/authentication/test_agent.rb              |  19 +++++
 test/connection/test_session.rb                |  21 ++++-
 test/manual/test_forward.rb                    | 103 ++++++++++++++++++-------
 test/start/test_options.rb                     |   7 ++
 test/test_config.rb                            |   4 +-
 test/transport/test_algorithms.rb              |  85 ++++++++++----------
 test/transport/test_packet_stream.rb           |   8 +-
 test/transport/test_session.rb                 |  12 +++
 35 files changed, 546 insertions(+), 251 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