diff options
author | taca <taca@pkgsrc.org> | 2013-09-15 14:58:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-15 14:58:20 +0000 |
commit | fd0c833801cce338b13dfc7f83621d9250e4b4a2 (patch) | |
tree | d2fbb5de5e2e4e787dedd95ed55ebfd76261e630 /security | |
parent | a26ef6e79e3ebb09be2b912b8c7288a9ee85d8f2 (diff) | |
download | pkgsrc-fd0c833801cce338b13dfc7f83621d9250e4b4a2.tar.gz |
Update ruby-net-ssh to 2.7.0.
=== 2.7.0 / 11 Sep 2013
* Fix for 'Could not parse PKey: no start line' error on private keys with
passphrases (issue #101) [metametaclass]
* Automatically forward environment variables defined in OpenSSH config files
[fnordfish]
* Guard against socket.gets being nil in Net::SSH::Proxy::HTTP [krishicks]
* Implemented experimental keepalive feature [noric]
=== 2.6.8 / 6 Jul 2013
* Added support for host wildcard substitution [GabKlein]
* Added a wait to the loop in close to help fix possible blocks [Josh
Kalderimis]
* Fixed test file encoding issues with Ruby 2.0 (#87) [voxik]
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-net-ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-net-ssh/PLIST | 7 | ||||
-rw-r--r-- | security/ruby-net-ssh/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/ruby-net-ssh/Makefile b/security/ruby-net-ssh/Makefile index 6f320805f9d..242ab22b783 100644 --- a/security/ruby-net-ssh/Makefile +++ b/security/ruby-net-ssh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/06/16 17:12:52 taca Exp $ +# $NetBSD: Makefile,v 1.12 2013/09/15 14:58:20 taca Exp $ -DISTNAME= net-ssh-2.6.7 +DISTNAME= net-ssh-2.7.0 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/ruby-net-ssh/PLIST b/security/ruby-net-ssh/PLIST index 99d5392b0e9..4dd6924f0d7 100644 --- a/security/ruby-net-ssh/PLIST +++ b/security/ruby-net-ssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2013/02/11 02:06:29 taca Exp $ +@comment $NetBSD: PLIST,v 1.9 2013/09/15 14:58:20 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGES.txt ${GEM_LIBDIR}/LICENSE.txt @@ -17,8 +17,8 @@ ${GEM_LIBDIR}/lib/net/ssh/authentication/key_manager.rb ${GEM_LIBDIR}/lib/net/ssh/authentication/methods/abstract.rb ${GEM_LIBDIR}/lib/net/ssh/authentication/methods/hostbased.rb ${GEM_LIBDIR}/lib/net/ssh/authentication/methods/keyboard_interactive.rb -${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb ${GEM_LIBDIR}/lib/net/ssh/authentication/methods/none.rb +${GEM_LIBDIR}/lib/net/ssh/authentication/methods/password.rb ${GEM_LIBDIR}/lib/net/ssh/authentication/methods/publickey.rb ${GEM_LIBDIR}/lib/net/ssh/authentication/pageant.rb ${GEM_LIBDIR}/lib/net/ssh/authentication/session.rb @@ -109,11 +109,14 @@ ${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/send_env +${GEM_LIBDIR}/test/configs/substitutes ${GEM_LIBDIR}/test/configs/wild_cards ${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_options.rb ${GEM_LIBDIR}/test/start/test_transport.rb ${GEM_LIBDIR}/test/test_all.rb ${GEM_LIBDIR}/test/test_buffer.rb diff --git a/security/ruby-net-ssh/distinfo b/security/ruby-net-ssh/distinfo index 6b29f1b4f7e..94e25802591 100644 --- a/security/ruby-net-ssh/distinfo +++ b/security/ruby-net-ssh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/06/16 17:12:52 taca Exp $ +$NetBSD: distinfo,v 1.12 2013/09/15 14:58:20 taca Exp $ -SHA1 (net-ssh-2.6.7.gem) = d422be786cd7b9766642ad0744b81dad1151d4c5 -RMD160 (net-ssh-2.6.7.gem) = 53ce04a3c1c6a1f45448bcd691261ed06fa53bdc -Size (net-ssh-2.6.7.gem) = 167424 bytes +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 |