summaryrefslogtreecommitdiff
path: root/security/ruby-net-ssh/Makefile
diff options
context:
space:
mode:
authorgls <gls>2011-05-15 19:31:55 +0000
committergls <gls>2011-05-15 19:31:55 +0000
commitd75ec64e3490d801a7d97681e37cf2ac7afe5fb1 (patch)
tree9e8f56c0f43e99f9bcb0a26a31667ddcae69b591 /security/ruby-net-ssh/Makefile
parent4256faf053f64661ff0fc5b05445065675103ce0 (diff)
downloadpkgsrc-d75ec64e3490d801a7d97681e37cf2ac7afe5fb1.tar.gz
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]
Diffstat (limited to 'security/ruby-net-ssh/Makefile')
-rw-r--r--security/ruby-net-ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby-net-ssh/Makefile b/security/ruby-net-ssh/Makefile
index 894f6f031c0..6740638d92d 100644
--- a/security/ruby-net-ssh/Makefile
+++ b/security/ruby-net-ssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/09/10 07:44:40 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/05/15 19:31:55 gls Exp $
-DISTNAME= net-ssh-2.0.23
+DISTNAME= net-ssh-2.1.4
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org