2013-09-15 16:58:20 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.9 2013/09/15 14:58:20 taca Exp $
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
=== 2.0.23 / 03 Jun 2010
* delay CHANNEL_EOF packet until output buffer is empty [Rich Lane]
Previously, calling #eof! after #send_data would result in the CHANNEL_EOF
packet being sent immediately, ahead of the data in the output buffer. Now
buffer becomes empty.
=== 2.0.22 / 20 Apr 2010
* Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow]
=== 2.0.21 / 20 Mar 2010
* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum]
* Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]
* Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]
* Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]
=== 2.0.20 / 10 Feb 2010
* Support "ProxyCommand none" directive [Andy Lo-A-Foe]
=== 2.0.19 / 16 Jan 2010
* Support plus sign in sshconfig hostname [Jason Weathered]
=== 2.0.18 / 15 Jan 2010
* Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]
=== 2.0.17 / 14 Dec 2009
* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]
2010-09-10 09:44:40 +02:00
|
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
2013-02-11 03:06:29 +01:00
|
|
|
${GEM_LIBDIR}/CHANGES.txt
|
|
|
|
${GEM_LIBDIR}/LICENSE.txt
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/Manifest
|
|
|
|
${GEM_LIBDIR}/README.rdoc
|
|
|
|
${GEM_LIBDIR}/Rakefile
|
|
|
|
${GEM_LIBDIR}/Rudyfile
|
2013-02-11 03:06:29 +01:00
|
|
|
${GEM_LIBDIR}/THANKS.txt
|
|
|
|
${GEM_LIBDIR}/gem-public_cert.pem
|
2008-04-04 17:20:34 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/constants.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/key_manager.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/abstract.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/hostbased.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/keyboard_interactive.rb
|
2013-02-11 03:06:29 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/none.rb
|
2013-09-15 16:58:20 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/publickey.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/pageant.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/authentication/session.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/buffer.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/config.rb
|
2008-04-04 17:20:34 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/connection/channel.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/connection/constants.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/connection/session.rb
|
2008-04-04 17:20:34 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/connection/term.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/errors.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/key_factory.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/known_hosts.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/loggable.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/packet.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/prompt.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/proxy/command.rb
|
2008-04-04 17:20:34 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/proxy/errors.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/proxy/http.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/proxy/socks4.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/proxy/socks5.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/ruby_compat.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/service/forward.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test/channel.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test/extensions.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test/kex.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test/local_packet.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test/packet.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test/remote_packet.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test/script.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/test/socket.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/algorithms.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/cipher_factory.rb
|
2008-04-04 17:20:34 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/constants.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/ctr.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/abstract.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5_96.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/none.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/ripemd160.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1_96.rb
|
2012-03-17 18:01:16 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256_96.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512_96.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/identity_cipher.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/kex.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
|
2012-03-17 18:01:16 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
|
2012-03-17 18:01:16 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/key_expander.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/openssl.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/packet_stream.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/server_version.rb
|
2008-04-04 17:20:34 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/session.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/transport/state.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/verifiers/lenient.rb
|
|
|
|
${GEM_LIBDIR}/lib/net/ssh/verifiers/null.rb
|
2012-12-17 14:11:29 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/verifiers/secure.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/verifiers/strict.rb
|
2008-04-04 17:20:34 +02:00
|
|
|
${GEM_LIBDIR}/lib/net/ssh/version.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/net-ssh.gemspec
|
|
|
|
${GEM_LIBDIR}/setup.rb
|
|
|
|
${GEM_LIBDIR}/support/arcfour_check.rb
|
|
|
|
${GEM_LIBDIR}/support/ssh_tunnel_bug.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/test/README.txt
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/authentication/methods/common.rb
|
|
|
|
${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb
|
|
|
|
${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb
|
|
|
|
${GEM_LIBDIR}/test/authentication/methods/test_keyboard_interactive.rb
|
2013-02-11 03:06:29 +01:00
|
|
|
${GEM_LIBDIR}/test/authentication/methods/test_none.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/authentication/methods/test_password.rb
|
|
|
|
${GEM_LIBDIR}/test/authentication/methods/test_publickey.rb
|
|
|
|
${GEM_LIBDIR}/test/authentication/test_agent.rb
|
|
|
|
${GEM_LIBDIR}/test/authentication/test_key_manager.rb
|
|
|
|
${GEM_LIBDIR}/test/authentication/test_session.rb
|
|
|
|
${GEM_LIBDIR}/test/common.rb
|
|
|
|
${GEM_LIBDIR}/test/configs/eqsign
|
|
|
|
${GEM_LIBDIR}/test/configs/exact_match
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
=== 2.0.23 / 03 Jun 2010
* delay CHANNEL_EOF packet until output buffer is empty [Rich Lane]
Previously, calling #eof! after #send_data would result in the CHANNEL_EOF
packet being sent immediately, ahead of the data in the output buffer. Now
buffer becomes empty.
=== 2.0.22 / 20 Apr 2010
* Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow]
=== 2.0.21 / 20 Mar 2010
* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum]
* Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]
* Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]
* Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]
=== 2.0.20 / 10 Feb 2010
* Support "ProxyCommand none" directive [Andy Lo-A-Foe]
=== 2.0.19 / 16 Jan 2010
* Support plus sign in sshconfig hostname [Jason Weathered]
=== 2.0.18 / 15 Jan 2010
* Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]
=== 2.0.17 / 14 Dec 2009
* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]
2010-09-10 09:44:40 +02:00
|
|
|
${GEM_LIBDIR}/test/configs/host_plus
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/configs/multihost
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/test/configs/nohost
|
|
|
|
${GEM_LIBDIR}/test/configs/numeric_host
|
2013-09-15 16:58:20 +02:00
|
|
|
${GEM_LIBDIR}/test/configs/send_env
|
|
|
|
${GEM_LIBDIR}/test/configs/substitutes
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/configs/wild_cards
|
|
|
|
${GEM_LIBDIR}/test/connection/test_channel.rb
|
|
|
|
${GEM_LIBDIR}/test/connection/test_session.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/test/known_hosts/github
|
|
|
|
${GEM_LIBDIR}/test/manual/test_forward.rb
|
2013-09-15 16:58:20 +02:00
|
|
|
${GEM_LIBDIR}/test/start/test_options.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/test/start/test_transport.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/test_all.rb
|
|
|
|
${GEM_LIBDIR}/test/test_buffer.rb
|
|
|
|
${GEM_LIBDIR}/test/test_buffered_io.rb
|
|
|
|
${GEM_LIBDIR}/test/test_config.rb
|
|
|
|
${GEM_LIBDIR}/test/test_key_factory.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/test/test_known_hosts.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_md5.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_md5_96.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_none.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_ripemd160.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_sha1.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_sha1_96.rb
|
2012-03-17 18:01:16 +01:00
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_sha2_256.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_sha2_256_96.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_sha2_512.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/hmac/test_sha2_512_96.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group14_sha1.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group1_sha1.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb
|
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012
* Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
=== 2.5.1 / 24 May 2012
* Added missing file to manifest [Marco Sandrini]
=== 2.5.0 / 24 May 2012
* Implement many algorithms [Ryosuke Yamazaki]
* Key Exchange
* diffie-hellman-group14-sha1
* ecdh-sha2-nistp{256,384,521}
* Host Key
* ecdsa-sha2-nistp{256,384,521}
* Authentication
* ecdsa-sha2-nistp{256,384,521}
* HMAC
* hmac-ripemd160
* Cipher:
* aes{128,192,256}-ctr
* camellia{128,192,256}-ctr
* blowfish-ctr
* cast128-ctr
* 3des-ctr
* arcfour (has problems with weak keys, and should be used with caution)
* camellia{128,192,256}-cbc
=== 2.4.0 / 17 May 2012
* Support for JRuby + Pageant + Windows [arturaz]
2012-06-02 03:01:29 +02:00
|
|
|
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp256.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp384.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp521.rb
|
2009-12-02 15:26:28 +01:00
|
|
|
${GEM_LIBDIR}/test/transport/test_algorithms.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/test_cipher_factory.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/test_hmac.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/test_identity_cipher.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/test_packet_stream.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/test_server_version.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/test_session.rb
|
|
|
|
${GEM_LIBDIR}/test/transport/test_state.rb
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
=== 2.0.23 / 03 Jun 2010
* delay CHANNEL_EOF packet until output buffer is empty [Rich Lane]
Previously, calling #eof! after #send_data would result in the CHANNEL_EOF
packet being sent immediately, ahead of the data in the output buffer. Now
buffer becomes empty.
=== 2.0.22 / 20 Apr 2010
* Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow]
=== 2.0.21 / 20 Mar 2010
* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum]
* Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]
* Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]
* Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]
=== 2.0.20 / 10 Feb 2010
* Support "ProxyCommand none" directive [Andy Lo-A-Foe]
=== 2.0.19 / 16 Jan 2010
* Support plus sign in sshconfig hostname [Jason Weathered]
=== 2.0.18 / 15 Jan 2010
* Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]
=== 2.0.17 / 14 Dec 2009
* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]
2010-09-10 09:44:40 +02:00
|
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|