Mon Feb 11 02:06:29 2013 UTC ()
Update ruby-net-ssh to 2.6.5.

=== 2.6.5 / 06 Feb 2013

* Fixed path in gemspec [thanks priteau]

=== 2.6.4 / 06 Feb 2013

* Added license info to gemspec [jordimassaguerpla]
* Added public cert. All gem releases are now signed.

=== 2.6.3 / 10 Jan 2013

* Small doc fix and correct error class for PKey::EC key type [Andreas Wolff]
* Improve test dependencies [Kenichi Kamiya]


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

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

--- pkgsrc/security/ruby-net-ssh/Makefile 2012/12/17 13:11:29 1.9
+++ pkgsrc/security/ruby-net-ssh/Makefile 2013/02/11 02:06:29 1.10
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.9 2012/12/17 13:11:29 taca Exp $ 1# $NetBSD: Makefile,v 1.10 2013/02/11 02:06:29 taca Exp $
2 2
3DISTNAME= net-ssh-2.6.2 3DISTNAME= net-ssh-2.6.5
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.9 -r1.10 pkgsrc/security/ruby-net-ssh/distinfo (expand / switch to unified diff)

--- pkgsrc/security/ruby-net-ssh/distinfo 2012/12/17 13:11:29 1.9
+++ pkgsrc/security/ruby-net-ssh/distinfo 2013/02/11 02:06:29 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2012/12/17 13:11:29 taca Exp $ 1$NetBSD: distinfo,v 1.10 2013/02/11 02:06:29 taca Exp $
2 2
3SHA1 (net-ssh-2.6.2.gem) = e8eeed7c9ba3743d3ac0b2674f2152930beaf96f 3SHA1 (net-ssh-2.6.5.gem) = 714ae8db758588cd2ccd39f499255ce3e22878c2
4RMD160 (net-ssh-2.6.2.gem) = 8fa5ec9b0843cee2bbce408b578f3e0405558abd 4RMD160 (net-ssh-2.6.5.gem) = 39b1fd4415913b47d01651bf8df4de3ecf1095dc
5Size (net-ssh-2.6.2.gem) = 160768 bytes 5Size (net-ssh-2.6.5.gem) = 166912 bytes

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

--- pkgsrc/security/ruby-net-ssh/PLIST 2012/12/17 13:11:29 1.7
+++ pkgsrc/security/ruby-net-ssh/PLIST 2013/02/11 02:06:29 1.8
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1@comment $NetBSD: PLIST,v 1.7 2012/12/17 13:11:29 taca Exp $ 1@comment $NetBSD: PLIST,v 1.8 2013/02/11 02:06:29 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/CHANGELOG.rdoc 3${GEM_LIBDIR}/CHANGES.txt
4${GEM_LIBDIR}/LICENSE.rdoc 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.rdoc 9${GEM_LIBDIR}/THANKS.txt
 10${GEM_LIBDIR}/gem-public_cert.pem
10${GEM_LIBDIR}/lib/net/ssh.rb 11${GEM_LIBDIR}/lib/net/ssh.rb
11${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb 12${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
12${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb 13${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
13${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb 14${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb
14${GEM_LIBDIR}/lib/net/ssh/authentication/constants.rb 15${GEM_LIBDIR}/lib/net/ssh/authentication/constants.rb
15${GEM_LIBDIR}/lib/net/ssh/authentication/key_manager.rb 16${GEM_LIBDIR}/lib/net/ssh/authentication/key_manager.rb
16${GEM_LIBDIR}/lib/net/ssh/authentication/methods/abstract.rb 17${GEM_LIBDIR}/lib/net/ssh/authentication/methods/abstract.rb
17${GEM_LIBDIR}/lib/net/ssh/authentication/methods/hostbased.rb 18${GEM_LIBDIR}/lib/net/ssh/authentication/methods/hostbased.rb
18${GEM_LIBDIR}/lib/net/ssh/authentication/methods/keyboard_interactive.rb 19${GEM_LIBDIR}/lib/net/ssh/authentication/methods/keyboard_interactive.rb
19${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb 20${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb
 21${GEM_LIBDIR}/lib/net/ssh/authentication/methods/none.rb
20${GEM_LIBDIR}/lib/net/ssh/authentication/methods/publickey.rb 22${GEM_LIBDIR}/lib/net/ssh/authentication/methods/publickey.rb
21${GEM_LIBDIR}/lib/net/ssh/authentication/pageant.rb 23${GEM_LIBDIR}/lib/net/ssh/authentication/pageant.rb
22${GEM_LIBDIR}/lib/net/ssh/authentication/session.rb 24${GEM_LIBDIR}/lib/net/ssh/authentication/session.rb
23${GEM_LIBDIR}/lib/net/ssh/buffer.rb 25${GEM_LIBDIR}/lib/net/ssh/buffer.rb
24${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb 26${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb
25${GEM_LIBDIR}/lib/net/ssh/config.rb 27${GEM_LIBDIR}/lib/net/ssh/config.rb
26${GEM_LIBDIR}/lib/net/ssh/connection/channel.rb 28${GEM_LIBDIR}/lib/net/ssh/connection/channel.rb
27${GEM_LIBDIR}/lib/net/ssh/connection/constants.rb 29${GEM_LIBDIR}/lib/net/ssh/connection/constants.rb
28${GEM_LIBDIR}/lib/net/ssh/connection/session.rb 30${GEM_LIBDIR}/lib/net/ssh/connection/session.rb
29${GEM_LIBDIR}/lib/net/ssh/connection/term.rb 31${GEM_LIBDIR}/lib/net/ssh/connection/term.rb
30${GEM_LIBDIR}/lib/net/ssh/errors.rb 32${GEM_LIBDIR}/lib/net/ssh/errors.rb
31${GEM_LIBDIR}/lib/net/ssh/key_factory.rb 33${GEM_LIBDIR}/lib/net/ssh/key_factory.rb
32${GEM_LIBDIR}/lib/net/ssh/known_hosts.rb 34${GEM_LIBDIR}/lib/net/ssh/known_hosts.rb
@@ -84,26 +86,27 @@ ${GEM_LIBDIR}/lib/net/ssh/verifiers/leni @@ -84,26 +86,27 @@ ${GEM_LIBDIR}/lib/net/ssh/verifiers/leni
84${GEM_LIBDIR}/lib/net/ssh/verifiers/null.rb 86${GEM_LIBDIR}/lib/net/ssh/verifiers/null.rb
85${GEM_LIBDIR}/lib/net/ssh/verifiers/secure.rb 87${GEM_LIBDIR}/lib/net/ssh/verifiers/secure.rb
86${GEM_LIBDIR}/lib/net/ssh/verifiers/strict.rb 88${GEM_LIBDIR}/lib/net/ssh/verifiers/strict.rb
87${GEM_LIBDIR}/lib/net/ssh/version.rb 89${GEM_LIBDIR}/lib/net/ssh/version.rb
88${GEM_LIBDIR}/net-ssh.gemspec 90${GEM_LIBDIR}/net-ssh.gemspec
89${GEM_LIBDIR}/setup.rb 91${GEM_LIBDIR}/setup.rb
90${GEM_LIBDIR}/support/arcfour_check.rb 92${GEM_LIBDIR}/support/arcfour_check.rb
91${GEM_LIBDIR}/support/ssh_tunnel_bug.rb 93${GEM_LIBDIR}/support/ssh_tunnel_bug.rb
92${GEM_LIBDIR}/test/README.txt 94${GEM_LIBDIR}/test/README.txt
93${GEM_LIBDIR}/test/authentication/methods/common.rb 95${GEM_LIBDIR}/test/authentication/methods/common.rb
94${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb 96${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb
95${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb 97${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb
96${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
97${GEM_LIBDIR}/test/authentication/methods/test_password.rb 100${GEM_LIBDIR}/test/authentication/methods/test_password.rb
98${GEM_LIBDIR}/test/authentication/methods/test_publickey.rb 101${GEM_LIBDIR}/test/authentication/methods/test_publickey.rb
99${GEM_LIBDIR}/test/authentication/test_agent.rb 102${GEM_LIBDIR}/test/authentication/test_agent.rb
100${GEM_LIBDIR}/test/authentication/test_key_manager.rb 103${GEM_LIBDIR}/test/authentication/test_key_manager.rb
101${GEM_LIBDIR}/test/authentication/test_session.rb 104${GEM_LIBDIR}/test/authentication/test_session.rb
102${GEM_LIBDIR}/test/common.rb 105${GEM_LIBDIR}/test/common.rb
103${GEM_LIBDIR}/test/configs/eqsign 106${GEM_LIBDIR}/test/configs/eqsign
104${GEM_LIBDIR}/test/configs/exact_match 107${GEM_LIBDIR}/test/configs/exact_match
105${GEM_LIBDIR}/test/configs/host_plus 108${GEM_LIBDIR}/test/configs/host_plus
106${GEM_LIBDIR}/test/configs/multihost 109${GEM_LIBDIR}/test/configs/multihost
107${GEM_LIBDIR}/test/configs/nohost 110${GEM_LIBDIR}/test/configs/nohost
108${GEM_LIBDIR}/test/configs/numeric_host 111${GEM_LIBDIR}/test/configs/numeric_host
109${GEM_LIBDIR}/test/configs/wild_cards 112${GEM_LIBDIR}/test/configs/wild_cards