Fri Mar 14 17:54:28 2014 UTC ()
Update ruby-net-ssh to 2.8.0.

=== 2.8.0 / 01 Feb 2014

* Handle ssh-rsa and ssh-dss certificate files [bobveznat]
* Correctly interpret /etc/ssh_config Authentication settings based on openssh /etc/ssh_config system defaults [therealjessesanford, liggitt]
* Fixed pageant support for Windows [jarredholman]
* Support %r in ProxyCommand configuration in ssh_config files as defined in OpenSSH [yugui]
* Don't use ssh-agent if :keys_only is true [SFEley]
* Fix the bug in keys with comments [bobtfish]
* Add a failing tests for options in pub keys [bobtfish]
* Assert that the return value from ssh block is returned [carlhoerberg]
* Don't close the connection it's already closed [carlhoerberg]
* Ensure the connection closes even on exception [carlhoerberg]
* Make the authentication error message more useful [deric]
* Fix "ConnectionError" typo in lib/net/ssh/proxy/socks5.rb [mirakui]
* Allow KeyManager to recover from incompatible agents [ecki, delano]
* Fix for "Authentication Method determination can pick up a class from the root namespace" [dave.sieh]


(taca)
diff -r1.12 -r1.13 pkgsrc/security/ruby-net-ssh/Makefile
diff -r1.12 -r1.13 pkgsrc/security/ruby-net-ssh/distinfo
diff -r1.9 -r1.10 pkgsrc/security/ruby-net-ssh/PLIST

cvs diff -r1.12 -r1.13 pkgsrc/security/ruby-net-ssh/Makefile (expand / switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/Makefile 2013/09/15 14:58:20 1.12
+++ pkgsrc/security/ruby-net-ssh/Makefile 2014/03/14 17:54:28 1.13
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.12 2013/09/15 14:58:20 taca Exp $ 1# $NetBSD: Makefile,v 1.13 2014/03/14 17:54:28 taca Exp $
2 2
3DISTNAME= net-ssh-2.7.0 3DISTNAME= net-ssh-2.8.0
4CATEGORIES= net security 4CATEGORIES= net security
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/net-ssh/net-ssh 7HOMEPAGE= http://github.com/net-ssh/net-ssh
8COMMENT= Secure shell for Ruby 8COMMENT= Secure shell for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/security/ruby-net-ssh/distinfo (expand / switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/distinfo 2013/09/15 14:58:20 1.12
+++ pkgsrc/security/ruby-net-ssh/distinfo 2014/03/14 17:54:28 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2013/09/15 14:58:20 taca Exp $ 1$NetBSD: distinfo,v 1.13 2014/03/14 17:54:28 taca Exp $
2 2
3SHA1 (net-ssh-2.7.0.gem) = 9a03316bb4848d442ec93960f3bf8e6213e062ef 3SHA1 (net-ssh-2.8.0.gem) = a270a36ebda32f5be51cd14850e7411271123459
4RMD160 (net-ssh-2.7.0.gem) = 5771f0f72f46a4e80b3af6e4d435326ea9aebb5c 4RMD160 (net-ssh-2.8.0.gem) = 30e0b7cd5154c3f36456eee43dcc5c20a345779d
5Size (net-ssh-2.7.0.gem) = 165888 bytes 5Size (net-ssh-2.8.0.gem) = 167936 bytes

cvs diff -r1.9 -r1.10 pkgsrc/security/ruby-net-ssh/PLIST (expand / switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/PLIST 2013/09/15 14:58:20 1.9
+++ pkgsrc/security/ruby-net-ssh/PLIST 2014/03/14 17:54:28 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2013/09/15 14:58:20 taca Exp $ 1@comment $NetBSD: PLIST,v 1.10 2014/03/14 17:54:28 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/CHANGES.txt 3${GEM_LIBDIR}/CHANGES.txt
4${GEM_LIBDIR}/LICENSE.txt 4${GEM_LIBDIR}/LICENSE.txt
5${GEM_LIBDIR}/Manifest 5${GEM_LIBDIR}/Manifest
6${GEM_LIBDIR}/README.rdoc 6${GEM_LIBDIR}/README.rdoc
7${GEM_LIBDIR}/Rakefile 7${GEM_LIBDIR}/Rakefile
8${GEM_LIBDIR}/Rudyfile 8${GEM_LIBDIR}/Rudyfile
9${GEM_LIBDIR}/THANKS.txt 9${GEM_LIBDIR}/THANKS.txt
10${GEM_LIBDIR}/gem-public_cert.pem 10${GEM_LIBDIR}/gem-public_cert.pem
11${GEM_LIBDIR}/lib/net/ssh.rb 11${GEM_LIBDIR}/lib/net/ssh.rb
12${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb 12${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
13${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb 13${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
14${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb 14${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb
@@ -93,39 +93,43 @@ ${GEM_LIBDIR}/support/arcfour_check.rb @@ -93,39 +93,43 @@ ${GEM_LIBDIR}/support/arcfour_check.rb
93${GEM_LIBDIR}/support/ssh_tunnel_bug.rb 93${GEM_LIBDIR}/support/ssh_tunnel_bug.rb
94${GEM_LIBDIR}/test/README.txt 94${GEM_LIBDIR}/test/README.txt
95${GEM_LIBDIR}/test/authentication/methods/common.rb 95${GEM_LIBDIR}/test/authentication/methods/common.rb
96${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb 96${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb
97${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb 97${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb
98${GEM_LIBDIR}/test/authentication/methods/test_keyboard_interactive.rb 98${GEM_LIBDIR}/test/authentication/methods/test_keyboard_interactive.rb
99${GEM_LIBDIR}/test/authentication/methods/test_none.rb 99${GEM_LIBDIR}/test/authentication/methods/test_none.rb
100${GEM_LIBDIR}/test/authentication/methods/test_password.rb 100${GEM_LIBDIR}/test/authentication/methods/test_password.rb
101${GEM_LIBDIR}/test/authentication/methods/test_publickey.rb 101${GEM_LIBDIR}/test/authentication/methods/test_publickey.rb
102${GEM_LIBDIR}/test/authentication/test_agent.rb 102${GEM_LIBDIR}/test/authentication/test_agent.rb
103${GEM_LIBDIR}/test/authentication/test_key_manager.rb 103${GEM_LIBDIR}/test/authentication/test_key_manager.rb
104${GEM_LIBDIR}/test/authentication/test_session.rb 104${GEM_LIBDIR}/test/authentication/test_session.rb
105${GEM_LIBDIR}/test/common.rb 105${GEM_LIBDIR}/test/common.rb
 106${GEM_LIBDIR}/test/configs/auth_off
 107${GEM_LIBDIR}/test/configs/auth_on
 108${GEM_LIBDIR}/test/configs/empty
106${GEM_LIBDIR}/test/configs/eqsign 109${GEM_LIBDIR}/test/configs/eqsign
107${GEM_LIBDIR}/test/configs/exact_match 110${GEM_LIBDIR}/test/configs/exact_match
108${GEM_LIBDIR}/test/configs/host_plus 111${GEM_LIBDIR}/test/configs/host_plus
109${GEM_LIBDIR}/test/configs/multihost 112${GEM_LIBDIR}/test/configs/multihost
110${GEM_LIBDIR}/test/configs/nohost 113${GEM_LIBDIR}/test/configs/nohost
111${GEM_LIBDIR}/test/configs/numeric_host 114${GEM_LIBDIR}/test/configs/numeric_host
112${GEM_LIBDIR}/test/configs/send_env 115${GEM_LIBDIR}/test/configs/send_env
113${GEM_LIBDIR}/test/configs/substitutes 116${GEM_LIBDIR}/test/configs/substitutes
114${GEM_LIBDIR}/test/configs/wild_cards 117${GEM_LIBDIR}/test/configs/wild_cards
115${GEM_LIBDIR}/test/connection/test_channel.rb 118${GEM_LIBDIR}/test/connection/test_channel.rb
116${GEM_LIBDIR}/test/connection/test_session.rb 119${GEM_LIBDIR}/test/connection/test_session.rb
117${GEM_LIBDIR}/test/known_hosts/github 120${GEM_LIBDIR}/test/known_hosts/github
118${GEM_LIBDIR}/test/manual/test_forward.rb 121${GEM_LIBDIR}/test/manual/test_forward.rb
 122${GEM_LIBDIR}/test/start/test_connection.rb
119${GEM_LIBDIR}/test/start/test_options.rb 123${GEM_LIBDIR}/test/start/test_options.rb
120${GEM_LIBDIR}/test/start/test_transport.rb 124${GEM_LIBDIR}/test/start/test_transport.rb
121${GEM_LIBDIR}/test/test_all.rb 125${GEM_LIBDIR}/test/test_all.rb
122${GEM_LIBDIR}/test/test_buffer.rb 126${GEM_LIBDIR}/test/test_buffer.rb
123${GEM_LIBDIR}/test/test_buffered_io.rb 127${GEM_LIBDIR}/test/test_buffered_io.rb
124${GEM_LIBDIR}/test/test_config.rb 128${GEM_LIBDIR}/test/test_config.rb
125${GEM_LIBDIR}/test/test_key_factory.rb 129${GEM_LIBDIR}/test/test_key_factory.rb
126${GEM_LIBDIR}/test/test_known_hosts.rb 130${GEM_LIBDIR}/test/test_known_hosts.rb
127${GEM_LIBDIR}/test/transport/hmac/test_md5.rb 131${GEM_LIBDIR}/test/transport/hmac/test_md5.rb
128${GEM_LIBDIR}/test/transport/hmac/test_md5_96.rb 132${GEM_LIBDIR}/test/transport/hmac/test_md5_96.rb
129${GEM_LIBDIR}/test/transport/hmac/test_none.rb 133${GEM_LIBDIR}/test/transport/hmac/test_none.rb
130${GEM_LIBDIR}/test/transport/hmac/test_ripemd160.rb 134${GEM_LIBDIR}/test/transport/hmac/test_ripemd160.rb
131${GEM_LIBDIR}/test/transport/hmac/test_sha1.rb 135${GEM_LIBDIR}/test/transport/hmac/test_sha1.rb