[DRE-commits] [ruby-net-ssh] branch master updated (4803a5d -> 01f46cc)

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

      from  4803a5d   Update changelog
      adds  5bccf98   Imported Upstream version 2.9.2
       new  3326643   Merge tag 'upstream/2.9.2'
       new  ada6d4a   Refresh packaging
       new  58f2b58   Drop manual customization of test_files
       new  708a124   Refresh patches
       new  d7c8179   Disable unneeded patch: disable-rubygems-in-tests.patch
       new  01f46cc   Prepare changelog for upload

The 6 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:
 CHANGES.txt                                        |  17 ++++
 README.rdoc                                        |   5 +
 Rakefile                                           |  21 ++++-
 checksums.yaml.gz.sig                              | Bin 0 -> 256 bytes
 data.tar.gz.sig                                    | Bin 256 -> 256 bytes
 debian/changelog                                   |   8 ++
 debian/control                                     |  10 +-
 debian/patches/disable-rubygems-in-tests.patch     |  17 ----
 .../dont-test-cyphers-that-dont-have-fixtures      |   6 +-
 debian/patches/series                              |   1 -
 debian/patches/skip-test-broken-on-1.8.patch       |   2 +-
 debian/ruby-tests.rake                             |   4 +
 debian/ruby-tests.rb                               |   2 -
 debian/rules                                       |   2 +-
 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 +++
 44 files changed, 568 insertions(+), 281 deletions(-)
 create mode 100644 checksums.yaml.gz.sig
 delete mode 100644 debian/patches/disable-rubygems-in-tests.patch
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 debian/ruby-tests.rb
 delete mode 100644 gem-public_cert.pem
 create mode 100644 lib/net/ssh/connection/keepalive.rb
 create mode 100644 net-ssh-public_cert.pem

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