pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ruby-net-ssh
Module Name: pkgsrc
Committed By: taca
Date: Mon Jun 12 16:03:46 UTC 2017
Modified Files:
pkgsrc/security/ruby-net-ssh: Makefile PLIST distinfo
Log Message:
Update ruby-net-ssh to 4.1.0.
=== 4.1.0
=== 4.1.0.rc1
* ProxyJump support [Ryan McGeary, #500]
* Fix agent detection on Windows [Christian Koehler, #495]
=== 4.1.0.beta1
* Fix nil error when libsodium is not there [chapmajs ,#488]
* SSH certificate support for client auth [David Bartley, #485]
=== 4.0.1
=== 4.0.1.rc2
* ENV["HOME"] might be empty so filter non expandable paths [Matt Casper, #351]
=== 4.0.1.rc1
* support of rbnacl 4.0 and better error message [#479]
* support include in config files [Kimura Masayuki, #475]
* fixed issue with ruby 2.2 or older on windows [#472]
=== 4.0.0
=== 4.0.0.rc3
* parse `+` character in config files [Christoph Lupprich, #470, #314]
=== 4.0.0.rc2
* Fixed OpenSSL 2.0/Ruby 2.4.0 warnings [Miklós Fazekas, #468]
* Added ssh-ed25519 to KnownHosts:SUPPORTED_TYPE [detatka-kuzlatka-otevrete, Miklós Fazekas, #459]
* Allow nil for :passhrase and passing in nil option is now a depreaction warning [Miklós Fazekas, #465]
=== 4.0.0.rc1
* Allow :password to be nil for capistrano v2 compatibility [Will Bryant, #357]
* In next_packet if prefer consuming buffer before filling it again if we have enough data [Miklós Fazekas, #454]
=== 4.0.0.beta4
* Added exitstatus method to exec's return [Miklós Fazekas, #452]
* Don't raise from exec if server closes transport just after channel close [Miklós Fazekas, #450]
* Removed java_pageant, as jruby should be using regular pagent impl [Miklós Fazekas, ]
* Use SSH_AUTH_SOCK if possible on windows (cygwin) [Miklós Fazekas, Martin Dürst, #365, #361]
* HTTPS proxy support [Marcus Ilgner, #432]
* Supports ruby 2.4.0.dev new exception type from OpenSSL::PKey.read
=== 4.0.0.beta3
* Fix Net::SSH::Disconnect exceptions when channels are closed cleanly [Miklos Fazekas, #421, #422]
=== 4.0.0.beta2
* Fix raiseUnlessLoaded undefined ERROR issue [Miklos Fazekas, #418]
=== 4.0.0.beta1
* Fix pageant [elconas, #235]
* Relaxed rbnacl,rbnacl-selenium contstraints ang give better errors about them [Miklos Fazekas, #398]
* Fix UTF-8 encoding issues [Ethan J. Brown, #407]
=== 4.0.0.alpha4
* Experimental event loop abstraction [Miklos Fazekas]
* RbNacl dependency is optional [Miklos Fazekas]
* agent_socket_factory option [Alon Goldboim]
* client sends KEXINIT, it doesn't have to wait for server [Miklos Fazekas]
* better error message when option is nil [Kane Morgan]
* prompting can be customized [Miklos Fazekas]
=== 4.0.0.alpha3
* added max_select_wait_time [Eugene Kenny]
=== 4.0.0.alpha2
* when transport closes we're cleaning up channels [Miklos Fazekas]
=== 4.0.0.alpha1
* ed25519 key support [Miklos Fazekas]
* removed camellia [Miklos Fazekas]
=== 3.1.0
=== 3.1.0.rc1
* fix Secure#verify [Jean Boussier]
* use the smallest of don't spend longer time than keepalive if it's configured [Eugene Kenny]
=== 3.1.0.beta3
* forward/on_open_failed should stop listning closed socket otherwise it locks #269 [Miklos Fazekas,Scott McGillivray]
* fix incorrect pattern handling in config files #310 [Miklos Fazekas]
=== 3.1.0.beta2
* trying to execute something on a not yet opend channel throws nicer messag [Miklos Fazekas]
* calling close on a not opened channel marks the channel for close [Miklos Fazekas]
* read keepalive configuration from ssh config files [Miklos Fazekas]
* send client version on hadshake before waiting for server to reduce handshake time [Miklos Fazekas]
* allow custom Net::SSH::KnownHosts implementations [Jean Boussier]
* memoize known host so we only search it once per session [Jean Boussier, Miklos Fazekas]
=== 3.0.2
=== 3.0.2.rc1
* fixed rare WaitWritable error with proxy commands [Miklos Fazkas, Andre Meij]]
* if Net::SSH.start user is nil and config has no entry we default to Etc.getlogin
* Bugfix: CHANNEL_CLOSE was sent before draining ouput buffer #280 [Christopher F. Auston]
=== 3.0.1
=== 3.0.1.rc1
* Breaking change from 2.* series: exec! without block now returns empty string instread of nil if command has no output [https://github.com/net-ssh/net-ssh/pull/273]
* Support remote_user as %r in proxy commands [Dominic Scheirlinck]
* Raise Net::SSH::ConnectionTimeout from connection timeout [Carl Hoerberg]
=== 3.0.0.rc1
* SemVer: Major version change because of dropping of ruby 1.9
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/ruby-net-ssh/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/ruby-net-ssh/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/ruby-net-ssh/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/ruby-net-ssh/Makefile
diff -u pkgsrc/security/ruby-net-ssh/Makefile:1.15 pkgsrc/security/ruby-net-ssh/Makefile:1.16
--- pkgsrc/security/ruby-net-ssh/Makefile:1.15 Sun Dec 13 15:03:15 2015
+++ pkgsrc/security/ruby-net-ssh/Makefile Mon Jun 12 16:03:46 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/12/13 15:03:15 taca Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/12 16:03:46 taca Exp $
-DISTNAME= net-ssh-2.10.1.rc2
+DISTNAME= net-ssh-4.1.0
CATEGORIES= net security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/security/ruby-net-ssh/PLIST
diff -u pkgsrc/security/ruby-net-ssh/PLIST:1.12 pkgsrc/security/ruby-net-ssh/PLIST:1.13
--- pkgsrc/security/ruby-net-ssh/PLIST:1.12 Sun Dec 13 15:03:15 2015
+++ pkgsrc/security/ruby-net-ssh/PLIST Mon Jun 12 16:03:46 2017
@@ -1,17 +1,26 @@
-@comment $NetBSD: PLIST,v 1.12 2015/12/13 15:03:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/06/12 16:03:46 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.rubocop_todo.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGES.txt
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Gemfile.norbnacl
+${GEM_LIBDIR}/Gemfile.norbnacl.lock
+${GEM_LIBDIR}/ISSUE_TEMPLATE.md
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/THANKS.txt
+${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/lib/net/ssh.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
-${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
-${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb
+${GEM_LIBDIR}/lib/net/ssh/authentication/certificate.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/constants.rb
+${GEM_LIBDIR}/lib/net/ssh/authentication/ed25519.rb
+${GEM_LIBDIR}/lib/net/ssh/authentication/ed25519_loader.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
@@ -26,6 +35,7 @@ ${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb
${GEM_LIBDIR}/lib/net/ssh/config.rb
${GEM_LIBDIR}/lib/net/ssh/connection/channel.rb
${GEM_LIBDIR}/lib/net/ssh/connection/constants.rb
+${GEM_LIBDIR}/lib/net/ssh/connection/event_loop.rb
${GEM_LIBDIR}/lib/net/ssh/connection/keepalive.rb
${GEM_LIBDIR}/lib/net/ssh/connection/session.rb
${GEM_LIBDIR}/lib/net/ssh/connection/term.rb
@@ -38,6 +48,8 @@ ${GEM_LIBDIR}/lib/net/ssh/prompt.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/command.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/errors.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/http.rb
+${GEM_LIBDIR}/lib/net/ssh/proxy/https.rb
+${GEM_LIBDIR}/lib/net/ssh/proxy/jump.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/socks4.rb
${GEM_LIBDIR}/lib/net/ssh/proxy/socks5.rb
${GEM_LIBDIR}/lib/net/ssh/ruby_compat.rb
@@ -89,77 +101,6 @@ ${GEM_LIBDIR}/lib/net/ssh/verifiers/stri
${GEM_LIBDIR}/lib/net/ssh/version.rb
${GEM_LIBDIR}/net-ssh-public_cert.pem
${GEM_LIBDIR}/net-ssh.gemspec
-${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/support/arcfour_check.rb
${GEM_LIBDIR}/support/ssh_tunnel_bug.rb
-${GEM_LIBDIR}/test/README.txt
-${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
-${GEM_LIBDIR}/test/authentication/methods/test_none.rb
-${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/auth_off
-${GEM_LIBDIR}/test/configs/auth_on
-${GEM_LIBDIR}/test/configs/empty
-${GEM_LIBDIR}/test/configs/eqsign
-${GEM_LIBDIR}/test/configs/exact_match
-${GEM_LIBDIR}/test/configs/host_plus
-${GEM_LIBDIR}/test/configs/multihost
-${GEM_LIBDIR}/test/configs/negative_match
-${GEM_LIBDIR}/test/configs/nohost
-${GEM_LIBDIR}/test/configs/numeric_host
-${GEM_LIBDIR}/test/configs/send_env
-${GEM_LIBDIR}/test/configs/substitutes
-${GEM_LIBDIR}/test/configs/wild_cards
-${GEM_LIBDIR}/test/connection/test_channel.rb
-${GEM_LIBDIR}/test/connection/test_session.rb
-${GEM_LIBDIR}/test/integration/README.txt
-${GEM_LIBDIR}/test/integration/Vagrantfile
-${GEM_LIBDIR}/test/integration/common.rb
-${GEM_LIBDIR}/test/integration/playbook.yml
-${GEM_LIBDIR}/test/integration/test_id_rsa_keys.rb
-${GEM_LIBDIR}/test/known_hosts/github
-${GEM_LIBDIR}/test/known_hosts/github_hash
-${GEM_LIBDIR}/test/manual/test_forward.rb
-${GEM_LIBDIR}/test/manual/test_pageant.rb
-${GEM_LIBDIR}/test/start/test_connection.rb
-${GEM_LIBDIR}/test/start/test_options.rb
-${GEM_LIBDIR}/test/start/test_transport.rb
-${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
-${GEM_LIBDIR}/test/test_known_hosts.rb
-${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
-${GEM_LIBDIR}/test/transport/hmac/test_ripemd160.rb
-${GEM_LIBDIR}/test/transport/hmac/test_sha1.rb
-${GEM_LIBDIR}/test/transport/hmac/test_sha1_96.rb
-${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
-${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group14_sha1.rb
-${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group1_sha1.rb
-${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb
-${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
-${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
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-net-ssh/distinfo
diff -u pkgsrc/security/ruby-net-ssh/distinfo:1.16 pkgsrc/security/ruby-net-ssh/distinfo:1.17
--- pkgsrc/security/ruby-net-ssh/distinfo:1.16 Sun Dec 13 15:03:15 2015
+++ pkgsrc/security/ruby-net-ssh/distinfo Mon Jun 12 16:03:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2015/12/13 15:03:15 taca Exp $
+$NetBSD: distinfo,v 1.17 2017/06/12 16:03:46 taca Exp $
-SHA1 (net-ssh-2.10.1.rc2.gem) = efa7f39d3d3003245508def3302d919fd4bf3363
-RMD160 (net-ssh-2.10.1.rc2.gem) = 00a4772df2e77d6f5805df2f629d2a0954657ff9
-SHA512 (net-ssh-2.10.1.rc2.gem) = e8e9176c9689f088fedb61f6698b65805f05423bbcde2f320b7049c4dccedd5203cca966c41e9e7ee8cfeef14d52458b1564c48ecce8c353f8456dc9295a9838
-Size (net-ssh-2.10.1.rc2.gem) = 180224 bytes
+SHA1 (net-ssh-4.1.0.gem) = de174a0126e9c3fe0f942bfbe30b236ce4e261cb
+RMD160 (net-ssh-4.1.0.gem) = f687c22c2986ead62b57ba794a38942574fa4fba
+SHA512 (net-ssh-4.1.0.gem) = c08ff3aee88ea8c2c86980aee724805a882636297b7c11ba6c5c4ab24504bb19e8050bd9bd86be5f437e65860cf18d9c366df48dca87596e29b1874c2fc9771c
+Size (net-ssh-4.1.0.gem) = 125952 bytes
Home |
Main Index |
Thread Index |
Old Index