Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E7ACC63B8AC for ; Sun, 15 May 2011 19:32:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BDB4114A18F; Sun, 15 May 2011 19:32:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05AEB14A18E for ; Sun, 15 May 2011 19:31:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vanMzgkubgXu for ; Sun, 15 May 2011 19:31:56 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 699E114A154 for ; Sun, 15 May 2011 19:31:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 35F57175DD; Sun, 15 May 2011 19:31:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 15 May 2011 19:31:56 +0000 From: "Guillaume Lasmayous" Subject: CVS commit: pkgsrc/security/ruby-net-ssh To: pkgsrc-changes@NetBSD.org Reply-To: gls@netbsd.org X-Mailer: log_accum Message-Id: <20110515193156.35F57175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gls Date: Sun May 15 19:31:55 UTC 2011 Modified Files: pkgsrc/security/ruby-net-ssh: Makefile distinfo Log Message: Update security/ruby-net-ssh to version 2.1.4. Upstream changes: 2.1.4 / 3 Apr 2011 * Add ConnectionTimeout exception class. [Joel Watson] See: https://github.com/net-ssh/net-ssh-multi/pull/1 2.1.3 / 2 Mar 2011 * Call to transport.closed should be transport.close [Woon Jung] 2.1.2 / 1 Mar 2011 * Fix for Net::SSH Continues to attempt authentication when notified it is not allowed [Eric Hodel] (see: http://net-ssh.lighthouseapp.com/projects/36253-net-ssh/tickets/26) * Fix for transport won't be closed if authentication fails [Patrick Marchi] 2.1 / 19 Jan 2011 * Support "IdentitiesOnly" directive (LH-24) [Musy Bite, Edmund Haselwanter] * Speeding up the Loggable module (LH-23) [robbebob] 2.0.24 / 14 Jan 2011 * Fix for process code to correctly wait until remote_id is set before sending any output, including eof. [Daniel Pittman, Markus Roberts] * Fix circular require warning in Ruby 1.9.2 [Gavin Brock] To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-net-ssh/Makefile \ pkgsrc/security/ruby-net-ssh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.