pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ruby-net-ssh Update ruby-net-ssh to 2.8.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/de0fcabe7835
branches: trunk
changeset: 631970:de0fcabe7835
user: taca <taca%pkgsrc.org@localhost>
date: Fri Mar 14 17:54:28 2014 +0000
description:
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:
security/ruby-net-ssh/Makefile | 4 ++--
security/ruby-net-ssh/PLIST | 6 +++++-
security/ruby-net-ssh/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 7 deletions(-)
diffs (52 lines):
diff -r e8b770e60403 -r de0fcabe7835 security/ruby-net-ssh/Makefile
--- a/security/ruby-net-ssh/Makefile Fri Mar 14 17:53:42 2014 +0000
+++ b/security/ruby-net-ssh/Makefile Fri Mar 14 17:54:28 2014 +0000
@@ -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@localhost
diff -r e8b770e60403 -r de0fcabe7835 security/ruby-net-ssh/PLIST
--- a/security/ruby-net-ssh/PLIST Fri Mar 14 17:53:42 2014 +0000
+++ b/security/ruby-net-ssh/PLIST Fri Mar 14 17:54:28 2014 +0000
@@ -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_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_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 -r e8b770e60403 -r de0fcabe7835 security/ruby-net-ssh/distinfo
--- a/security/ruby-net-ssh/distinfo Fri Mar 14 17:53:42 2014 +0000
+++ b/security/ruby-net-ssh/distinfo Fri Mar 14 17:54:28 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index