summaryrefslogtreecommitdiff
path: root/security/ruby-net-ssh
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-14 17:54:28 +0000
committertaca <taca@pkgsrc.org>2014-03-14 17:54:28 +0000
commit0baac73eb1c53bcdb558e08c8b4938a869c388a0 (patch)
tree16a44b70f0f252f1a8630a089df20578eff067b6 /security/ruby-net-ssh
parent2f731442df2cc828bd5c2b1558ae5679318bc565 (diff)
downloadpkgsrc-0baac73eb1c53bcdb558e08c8b4938a869c388a0.tar.gz
Update ruby-net-ssh to 2.8.0.
=== 2.8.0 / 01 Feb 2014 * Handle ssh-rsa and ssh-dss certificate files [bobveznat] * Correctly interpret /etc/ssh_config Authentication settings based on openssh /etc/ssh_config system defaults [therealjessesanford, liggitt] * Fixed pageant support for Windows [jarredholman] * Support %r in ProxyCommand configuration in ssh_config files as defined in OpenSSH [yugui] * Don't use ssh-agent if :keys_only is true [SFEley] * Fix the bug in keys with comments [bobtfish] * Add a failing tests for options in pub keys [bobtfish] * Assert that the return value from ssh block is returned [carlhoerberg] * Don't close the connection it's already closed [carlhoerberg] * Ensure the connection closes even on exception [carlhoerberg] * Make the authentication error message more useful [deric] * Fix "ConnectionError" typo in lib/net/ssh/proxy/socks5.rb [mirakui] * Allow KeyManager to recover from incompatible agents [ecki, delano] * Fix for "Authentication Method determination can pick up a class from the root namespace" [dave.sieh]
Diffstat (limited to 'security/ruby-net-ssh')
-rw-r--r--security/ruby-net-ssh/Makefile4
-rw-r--r--security/ruby-net-ssh/PLIST6
-rw-r--r--security/ruby-net-ssh/distinfo8
3 files changed, 11 insertions, 7 deletions
diff --git a/security/ruby-net-ssh/Makefile b/security/ruby-net-ssh/Makefile
index 242ab22b783..b900abe309d 100644
--- a/security/ruby-net-ssh/Makefile
+++ b/security/ruby-net-ssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/09/15 14:58:20 taca Exp $
+# $NetBSD: Makefile,v 1.13 2014/03/14 17:54:28 taca Exp $
-DISTNAME= net-ssh-2.7.0
+DISTNAME= net-ssh-2.8.0
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/security/ruby-net-ssh/PLIST b/security/ruby-net-ssh/PLIST
index 4dd6924f0d7..93fd7fcd6b9 100644
--- a/security/ruby-net-ssh/PLIST
+++ b/security/ruby-net-ssh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2013/09/15 14:58:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/03/14 17:54:28 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGES.txt
${GEM_LIBDIR}/LICENSE.txt
@@ -103,6 +103,9 @@ ${GEM_LIBDIR}/test/authentication/test_agent.rb
${GEM_LIBDIR}/test/authentication/test_key_manager.rb
${GEM_LIBDIR}/test/authentication/test_session.rb
${GEM_LIBDIR}/test/common.rb
+${GEM_LIBDIR}/test/configs/auth_off
+${GEM_LIBDIR}/test/configs/auth_on
+${GEM_LIBDIR}/test/configs/empty
${GEM_LIBDIR}/test/configs/eqsign
${GEM_LIBDIR}/test/configs/exact_match
${GEM_LIBDIR}/test/configs/host_plus
@@ -116,6 +119,7 @@ ${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_connection.rb
${GEM_LIBDIR}/test/start/test_options.rb
${GEM_LIBDIR}/test/start/test_transport.rb
${GEM_LIBDIR}/test/test_all.rb
diff --git a/security/ruby-net-ssh/distinfo b/security/ruby-net-ssh/distinfo
index 94e25802591..4039eb83ce8 100644
--- a/security/ruby-net-ssh/distinfo
+++ b/security/ruby-net-ssh/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/09/15 14:58:20 taca Exp $
+$NetBSD: distinfo,v 1.13 2014/03/14 17:54:28 taca Exp $
-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
+SHA1 (net-ssh-2.8.0.gem) = a270a36ebda32f5be51cd14850e7411271123459
+RMD160 (net-ssh-2.8.0.gem) = 30e0b7cd5154c3f36456eee43dcc5c20a345779d
+Size (net-ssh-2.8.0.gem) = 167936 bytes