Skip to content

Commit

Permalink
Update ruby-net-ssh to 2.7.0.
Browse files Browse the repository at this point in the history
=== 2.7.0 / 11 Sep 2013

* Fix for 'Could not parse PKey: no start line' error on private keys with
  passphrases (issue #101) [metametaclass]
* Automatically forward environment variables defined in OpenSSH config files
  [fnordfish]
* Guard against socket.gets being nil in Net::SSH::Proxy::HTTP [krishicks]
* Implemented experimental keepalive feature [noric]


=== 2.6.8 / 6 Jul 2013

* Added support for host wildcard substitution [GabKlein]
* Added a wait to the loop in close to help fix possible blocks [Josh
  Kalderimis]
* Fixed test file encoding issues with Ruby 2.0 (#87) [voxik]
  • Loading branch information
taca committed Sep 15, 2013
1 parent 43c25e9 commit 3e87c22
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions security/ruby-net-ssh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2013/06/16 17:12:52 taca Exp $
# $NetBSD: Makefile,v 1.12 2013/09/15 14:58:20 taca Exp $

DISTNAME= net-ssh-2.6.7
DISTNAME= net-ssh-2.7.0
CATEGORIES= net security

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
7 changes: 5 additions & 2 deletions security/ruby-net-ssh/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2013/02/11 02:06:29 taca Exp $
@comment $NetBSD: PLIST,v 1.9 2013/09/15 14:58:20 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGES.txt
${GEM_LIBDIR}/LICENSE.txt
Expand All @@ -17,8 +17,8 @@ ${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
${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/password.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
Expand Down Expand Up @@ -109,11 +109,14 @@ ${GEM_LIBDIR}/test/configs/host_plus
${GEM_LIBDIR}/test/configs/multihost
${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/known_hosts/github
${GEM_LIBDIR}/test/manual/test_forward.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
Expand Down
8 changes: 4 additions & 4 deletions security/ruby-net-ssh/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2013/06/16 17:12:52 taca Exp $
$NetBSD: distinfo,v 1.12 2013/09/15 14:58:20 taca Exp $

SHA1 (net-ssh-2.6.7.gem) = d422be786cd7b9766642ad0744b81dad1151d4c5
RMD160 (net-ssh-2.6.7.gem) = 53ce04a3c1c6a1f45448bcd691261ed06fa53bdc
Size (net-ssh-2.6.7.gem) = 167424 bytes
SHA1 (net-ssh-2.7.0.gem) = 9a03316bb4848d442ec93960f3bf8e6213e062ef
RMD160 (net-ssh-2.7.0.gem) = 5771f0f72f46a4e80b3af6e4d435326ea9aebb5c
Size (net-ssh-2.7.0.gem) = 165888 bytes

0 comments on commit 3e87c22

Please sign in to comment.