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]
This commit is contained in:
parent
b2d1e6f0da
commit
d8ef2538e8
3 changed files with 13 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2012/12/17 13:11:29 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2013/02/11 02:06:29 taca Exp $
|
||||
|
||||
DISTNAME= net-ssh-2.6.2
|
||||
DISTNAME= net-ssh-2.6.5
|
||||
CATEGORIES= net security
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2012/12/17 13:11:29 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2013/02/11 02:06:29 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG.rdoc
|
||||
${GEM_LIBDIR}/LICENSE.rdoc
|
||||
${GEM_LIBDIR}/CHANGES.txt
|
||||
${GEM_LIBDIR}/LICENSE.txt
|
||||
${GEM_LIBDIR}/Manifest
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/Rudyfile
|
||||
${GEM_LIBDIR}/THANKS.rdoc
|
||||
${GEM_LIBDIR}/THANKS.txt
|
||||
${GEM_LIBDIR}/gem-public_cert.pem
|
||||
${GEM_LIBDIR}/lib/net/ssh.rb
|
||||
${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
|
||||
${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
|
||||
|
@ -17,6 +18,7 @@ ${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
|
||||
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb
|
||||
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/none.rb
|
||||
${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
|
||||
|
@ -94,6 +96,7 @@ ${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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2012/12/17 13:11:29 taca Exp $
|
||||
$NetBSD: distinfo,v 1.10 2013/02/11 02:06:29 taca Exp $
|
||||
|
||||
SHA1 (net-ssh-2.6.2.gem) = e8eeed7c9ba3743d3ac0b2674f2152930beaf96f
|
||||
RMD160 (net-ssh-2.6.2.gem) = 8fa5ec9b0843cee2bbce408b578f3e0405558abd
|
||||
Size (net-ssh-2.6.2.gem) = 160768 bytes
|
||||
SHA1 (net-ssh-2.6.5.gem) = 714ae8db758588cd2ccd39f499255ce3e22878c2
|
||||
RMD160 (net-ssh-2.6.5.gem) = 39b1fd4415913b47d01651bf8df4de3ecf1095dc
|
||||
Size (net-ssh-2.6.5.gem) = 166912 bytes
|
||||
|
|
Loading…
Reference in a new issue