[DRE-commits] [ruby-net-ssh] branch master updated (4c6cf73 -> a5bf0c8)

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 change to branch master
in repository ruby-net-ssh.

      from  4c6cf73   Prepare changelog for upload.
      adds  5388db6   Imported Upstream version 3.0.1
       new  8d76405   Merge tag 'upstream/3.0.1'
       new  fe59b8b   update changelog
       new  a5bf0c8   refresh patches

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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
 debian/changelog                                   |   8 ++
 debian/patches/drop-require-test-unit.patch        |   6 +-
 debian/patches/series                              |   1 -
 debian/patches/skip-test-broken-on-1.8.patch       |  28 ------
 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 +-
 53 files changed, 638 insertions(+), 352 deletions(-)
 delete mode 100644 Rudyfile
 delete mode 100644 debian/patches/skip-test-broken-on-1.8.patch
 create mode 100644 test/configs/proxy_remote_user
 create mode 100644 test/integration/README.txt
 create mode 100644 test/integration/Vagrantfile
 create mode 100644 test/integration/common.rb
 create mode 100644 test/integration/playbook.yml
 create mode 100644 test/integration/test_id_rsa_keys.rb
 create mode 100644 test/known_hosts/github_hash

-- 
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