[DRE-commits] [ruby-net-ssh] branch master updated (1b777fd -> fdddad3)
Lucas Nussbaum
lucas at moszumanska.debian.org
Thu Jul 21 21:44:24 UTC 2016
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 1b777fd Run wrap-and-sort on packaging files
adds fa5ba54 Imported Upstream version 3.2.0
new 38596f8 Merge tag 'upstream/3.2.0'
new d4cd092 * Imported Upstream version 3.2.0
new c2fde2f Bump Standards-Version to 3.9.7 (no changes needed)
new 449de65 Refresh patches
new 1ef92c7 Update debian/rules with new dh-make-ruby generation
new fdddad3 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:
.travis.yml | 2 +-
CHANGES.txt | 37 ++
README.rdoc | 2 +-
Rakefile | 31 +-
checksums.yaml.gz.sig | Bin 256 -> 256 bytes
data.tar.gz.sig | Bin 256 -> 256 bytes
debian/changelog | 17 +
debian/control | 2 +-
.../dont-test-cyphers-that-dont-have-fixtures | 2 +-
debian/patches/drop-require-test-unit.patch | 6 +-
debian/rules | 13 +-
lib/net/ssh.rb | 18 +-
lib/net/ssh/authentication/agent/java_pageant.rb | 2 +-
lib/net/ssh/authentication/agent/socket.rb | 10 +-
lib/net/ssh/authentication/key_manager.rb | 7 +-
lib/net/ssh/authentication/pageant.rb | 4 +-
lib/net/ssh/authentication/session.rb | 2 +-
lib/net/ssh/config.rb | 30 +-
lib/net/ssh/connection/channel.rb | 50 +-
lib/net/ssh/connection/session.rb | 37 +-
lib/net/ssh/known_hosts.rb | 22 +-
lib/net/ssh/proxy/command.rb | 19 +-
lib/net/ssh/service/forward.rb | 4 +-
lib/net/ssh/test/socket.rb | 2 +-
lib/net/ssh/transport/algorithms.rb | 8 +-
lib/net/ssh/transport/server_version.rb | 7 +-
lib/net/ssh/transport/session.rb | 8 +
lib/net/ssh/verifiers/secure.rb | 18 +-
lib/net/ssh/version.rb | 4 +-
metadata.gz.sig | Bin 256 -> 256 bytes
metadata.yml | 261 ---------
net-ssh-public_cert.pem | 30 +-
net-ssh.gemspec | 13 +-
test/README.txt | 22 -
test/authentication/test_agent.rb | 10 +-
test/common.rb | 17 +
test/connection/test_channel.rb | 24 +-
test/connection/test_session.rb | 28 +-
test/integration/README.txt | 6 +-
test/integration/common.rb | 6 +
test/integration/playbook.yml | 16 +-
test/integration/test_forward.rb | 637 +++++++++++++++++++++
test/integration/test_id_rsa_keys.rb | 24 +-
test/integration/test_proxy.rb | 93 +++
test/manual/test_forward.rb | 285 ---------
test/start/test_user_nil.rb | 27 +
test/test_all.rb | 2 +-
test/test_config.rb | 43 +-
test/test_known_hosts.rb | 53 +-
test/transport/test_packet_stream.rb | 4 +-
test/transport/test_server_version.rb | 10 +-
test/transport/test_session.rb | 2 +-
test/verifiers/test_secure.rb | 40 ++
53 files changed, 1306 insertions(+), 711 deletions(-)
delete mode 100644 metadata.yml
create mode 100644 test/integration/test_forward.rb
create mode 100644 test/integration/test_proxy.rb
delete mode 100644 test/manual/test_forward.rb
create mode 100644 test/start/test_user_nil.rb
create mode 100644 test/verifiers/test_secure.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