summaryrefslogtreecommitdiff
path: root/security/ruby-net-ssh/PLIST
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 07:44:40 +0000
committertaca <taca>2010-09-10 07:44:40 +0000
commite2ff26f8c2c83b189db5b24636cda11c7e004bab (patch)
treed33afb8608d206062945a85f15bbc75602193479 /security/ruby-net-ssh/PLIST
parentc608132e8b66b67303df4f42973a0db64c93ef0e (diff)
downloadpkgsrc-e2ff26f8c2c83b189db5b24636cda11c7e004bab.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE. * Remove default value of GEM_BUILD. === 2.0.23 / 03 Jun 2010 * delay CHANNEL_EOF packet until output buffer is empty [Rich Lane] Previously, calling #eof! after #send_data would result in the CHANNEL_EOF packet being sent immediately, ahead of the data in the output buffer. Now buffer becomes empty. === 2.0.22 / 20 Apr 2010 * Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow] === 2.0.21 / 20 Mar 2010 * Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum] * Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas] * Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas] * Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas] * Removed Hanna dependency in Rakefile [Delano Mandelbaum] === 2.0.20 / 10 Feb 2010 * Support "ProxyCommand none" directive [Andy Lo-A-Foe] === 2.0.19 / 16 Jan 2010 * Support plus sign in sshconfig hostname [Jason Weathered] === 2.0.18 / 15 Jan 2010 * Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum] === 2.0.17 / 14 Dec 2009 * Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]
Diffstat (limited to 'security/ruby-net-ssh/PLIST')
-rw-r--r--security/ruby-net-ssh/PLIST11
1 files changed, 8 insertions, 3 deletions
diff --git a/security/ruby-net-ssh/PLIST b/security/ruby-net-ssh/PLIST
index b4c2dd7ce42..d0563068f15 100644
--- a/security/ruby-net-ssh/PLIST
+++ b/security/ruby-net-ssh/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2009/12/02 14:26:29 fhajny Exp $
-${GEM_HOME}/cache/net-ssh-${PKGVERSION}.gem
+@comment $NetBSD: PLIST,v 1.4 2010/09/10 07:44:40 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.rdoc
@@ -73,6 +73,7 @@ ${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
@@ -85,10 +86,14 @@ ${GEM_LIBDIR}/test/authentication/test_session.rb
${GEM_LIBDIR}/test/common.rb
${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/nohost
+${GEM_LIBDIR}/test/configs/numeric_host
${GEM_LIBDIR}/test/configs/wild_cards
${GEM_LIBDIR}/test/connection/test_channel.rb
${GEM_LIBDIR}/test/connection/test_session.rb
+${GEM_LIBDIR}/test/manual/test_forward.rb
${GEM_LIBDIR}/test/test_all.rb
${GEM_LIBDIR}/test/test_buffer.rb
${GEM_LIBDIR}/test/test_buffered_io.rb
@@ -109,4 +114,4 @@ ${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/net-ssh-${PKGVERSION}.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec