[DRE-commits] [ruby-net-ssh] 01/03: Merge tag 'upstream/3.0.1'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Dec 23 18:35:17 UTC 2015


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

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

commit 8d76405095a802dee2dfbcda30957fc1582a15c9
Merge: 4c6cf73 5388db6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Dec 23 23:58:00 2015 +0530

    Merge tag 'upstream/3.0.1'
    
    Upstream version 3.0.1
    
    # gpg: Signature made Wednesday 23 December 2015 11:57:51 PM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"
    # gpg:                 aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
    # gpg:                 aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"

 .travis.yml                                        |  16 +++-
 CHANGES.txt                                        |  47 +++++++++-
 README.rdoc                                        |  58 ++-----------
 Rakefile                                           |  18 ++--
 Rudyfile                                           |  96 ---------------------
 checksums.yaml.gz.sig                              | Bin 256 -> 256 bytes
 data.tar.gz.sig                                    | Bin 256 -> 256 bytes
 lib/net/ssh.rb                                     |  19 +++-
 lib/net/ssh/authentication/key_manager.rb          |  47 ++++++----
 .../authentication/methods/keyboard_interactive.rb |  15 +++-
 lib/net/ssh/authentication/methods/password.rb     |   4 +-
 lib/net/ssh/authentication/pageant.rb              |  64 +++++++++-----
 lib/net/ssh/connection/session.rb                  |   8 +-
 lib/net/ssh/known_hosts.rb                         |  21 ++++-
 lib/net/ssh/proxy/command.rb                       |  17 +++-
 lib/net/ssh/proxy/http.rb                          |   5 +-
 lib/net/ssh/proxy/socks4.rb                        |   3 +-
 lib/net/ssh/proxy/socks5.rb                        |   5 +-
 lib/net/ssh/ruby_compat.rb                         |   5 --
 lib/net/ssh/transport/algorithms.rb                |   7 +-
 lib/net/ssh/transport/cipher_factory.rb            |   1 -
 lib/net/ssh/transport/server_version.rb            |  12 ++-
 lib/net/ssh/transport/session.rb                   |  20 +++--
 lib/net/ssh/version.rb                             |   6 +-
 metadata.gz.sig                                    | Bin 256 -> 256 bytes
 metadata.yml                                       |  30 ++++---
 net-ssh.gemspec                                    |  17 ++--
 setup.rb                                           |   2 +-
 test/README.txt                                    |  19 ++--
 .../methods/test_keyboard_interactive.rb           |  21 +++++
 test/authentication/test_key_manager.rb            |  15 +++-
 test/configs/proxy_remote_user                     |   2 +
 test/connection/test_session.rb                    |  17 ++--
 test/integration/README.txt                        |  19 ++++
 test/integration/Vagrantfile                       |  12 +++
 test/integration/common.rb                         |  57 ++++++++++++
 test/integration/playbook.yml                      |  48 +++++++++++
 test/integration/test_id_rsa_keys.rb               |  84 ++++++++++++++++++
 test/known_hosts/github_hash                       |   1 +
 test/start/test_options.rb                         |  16 +++-
 test/test_all.rb                                   |   1 +
 test/test_config.rb                                |   6 ++
 test/test_known_hosts.rb                           |  14 ++-
 .../kex/test_diffie_hellman_group1_sha1.rb         |   6 +-
 .../kex/test_diffie_hellman_group_exchange_sha1.rb |   6 +-
 .../test_diffie_hellman_group_exchange_sha256.rb   |  19 +---
 test/transport/test_algorithms.rb                  |  38 ++++----
 test/transport/test_packet_stream.rb               |   1 +
 test/transport/test_session.rb                     |   2 +-
 49 files changed, 626 insertions(+), 321 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