[DRE-commits] [ruby-net-ssh] branch master updated (529a2e1 -> cec4207)
David Suárez
deiv-guest at moszumanska.debian.org
Sat Oct 4 23:42:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a change to branch master
in repository ruby-net-ssh.
from 529a2e1 no changes rebuild
adds 6cb7112 Imported Upstream version 2.9.1
new 33a5c51 Merge tag 'upstream/2.9.1'
new 96fa1a2 Drop 'fix-test-inheritance' patch
new 593df48 Add 'dont-test-cyphers-that-dont-have-fixtures' patch
new b62a105 debian/copyright: update source url
new 0c26ac6 Remove older Replaces, Breaks and Provides fields
new 2cfc782 Wrap and sort
new cec4207 Prepare changelog
The 7 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 | 10 +
CHANGES.txt | 52 ++++
Rakefile | 4 +-
THANKS.txt | 25 ++
data.tar.gz.sig | Bin 0 -> 256 bytes
debian/changelog | 14 +
debian/control | 13 +-
debian/copyright | 2 +-
.../dont-test-cyphers-that-dont-have-fixtures | 16 ++
debian/patches/fix-test-inheritance.patch | 30 --
debian/patches/series | 2 +-
gem-public_cert.pem | 30 +-
lib/net/ssh.rb | 26 +-
lib/net/ssh/authentication/agent/socket.rb | 8 +-
lib/net/ssh/authentication/key_manager.rb | 12 +-
lib/net/ssh/authentication/pageant.rb | 317 ++++++++++++++-------
lib/net/ssh/authentication/session.rb | 7 +-
lib/net/ssh/buffer.rb | 6 +-
lib/net/ssh/config.rb | 91 ++++--
lib/net/ssh/connection/channel.rb | 20 ++
lib/net/ssh/connection/session.rb | 33 ++-
lib/net/ssh/key_factory.rb | 8 +-
lib/net/ssh/known_hosts.rb | 16 +-
lib/net/ssh/proxy/command.rb | 9 +-
lib/net/ssh/proxy/http.rb | 4 +-
lib/net/ssh/proxy/socks4.rb | 2 +-
lib/net/ssh/proxy/socks5.rb | 4 +-
lib/net/ssh/service/forward.rb | 49 +++-
lib/net/ssh/test/socket.rb | 2 +-
lib/net/ssh/transport/algorithms.rb | 17 +-
lib/net/ssh/transport/cipher_factory.rb | 3 +
lib/net/ssh/transport/session.rb | 8 +-
lib/net/ssh/version.rb | 4 +-
metadata.gz.sig | Bin 0 -> 256 bytes
metadata.yml | 45 ++-
net-ssh.gemspec | 17 +-
test/authentication/test_agent.rb | 12 +-
test/authentication/test_key_manager.rb | 15 +-
test/authentication/test_session.rb | 5 +-
test/configs/auth_off | 5 +
test/configs/auth_on | 4 +
test/configs/empty | 0
test/configs/negative_match | 6 +
test/configs/send_env | 2 +
test/connection/test_session.rb | 38 +++
test/manual/test_forward.rb | 41 ++-
test/manual/test_pageant.rb | 37 +++
test/start/test_connection.rb | 53 ++++
test/start/test_options.rb | 36 +++
test/test_config.rb | 82 +++++-
test/test_key_factory.rb | 22 +-
.../test_diffie_hellman_group_exchange_sha256.rb | 1 +
test/transport/kex/test_ecdh_sha2_nistp384.rb | 1 +
test/transport/kex/test_ecdh_sha2_nistp521.rb | 1 +
test/transport/test_algorithms.rb | 43 ++-
55 files changed, 1027 insertions(+), 283 deletions(-)
create mode 100644 .travis.yml
create mode 100644 data.tar.gz.sig
create mode 100644 debian/patches/dont-test-cyphers-that-dont-have-fixtures
delete mode 100644 debian/patches/fix-test-inheritance.patch
create mode 100644 metadata.gz.sig
create mode 100644 test/configs/auth_off
create mode 100644 test/configs/auth_on
create mode 100644 test/configs/empty
create mode 100644 test/configs/negative_match
create mode 100644 test/configs/send_env
create mode 100644 test/manual/test_pageant.rb
create mode 100644 test/start/test_connection.rb
create mode 100644 test/start/test_options.rb
--
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