summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca>2015-02-04 16:09:07 +0000
committertaca <taca>2015-02-04 16:09:07 +0000
commita74f66165710010fdfad37bc5842974671922c4c (patch)
treeae8710ee49df2925cec355b385411d05fb5e0386 /security
parent21046b1c57a9ff0aeba1097ec8f75b2c037672e0 (diff)
downloadpkgsrc-a74f66165710010fdfad37bc5842974671922c4c.tar.gz
Update ruby-net-ssh to 2.9.2.
=== 2.9.2-rc3 * Remove advertised algorithms that were not working (curve25519-sha256@libssh.org) [mfazekas] === 2.9.2-rc2 * number_of_password_prompts is now accepted as ssh option, by setting it 0 net-ssh will not ask for password for password auth as with previous versions [mfazekas] === 2.9.2-rc1 * Documentation fixes and refactoring to keepalive [detiber, mfazekas] === 2.9.2-beta * Remove advertised algorithms that were not working (ssh-rsa-cert-* *ed25519 acm*-gcm@openssh.com) [mfazekas] * Unkown algorithms now ignored instead of failed [mfazekas] * Asks for password with password auth (up to number_of_password_prompts) [mfazekas] * Removed warnings [amatsuda] === 2.9.1 / 13 May 2014 * Fix for unknown response from agent on Windows with 64-bit PuTTY [chrahunt] * Support negative patterns in host lookup from the SSH config file [nirvdrum] === 2.9.0 / 30 Apr 2014 * New ciphers [chr4] * Added host keys: ssh-rsa-cert-v01@openssh.com ssh-rsa-cert-v00@openssh.com ssh-ed25519-cert-v01@openssh.com ssh-ed25519 * Added HMACs: hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com umac-128-etm@openssh.com * Added Kex: aes256-gcm@openssh.com aes128-gcm@openssh.com curve25519-sha256@libssh.org * Added private key support for id_ed25519 * IdentiesOnly will not disable ssh_agent - fixes #148 and new fix for #137 [mfazekas] * Ignore errors during ssh agent negotiation [simonswine, jasiek] * Added an optional "options" argument to test socket open method [jefmathiot] * Added gem signing (again) with new cert [delano] === 2.8.1 / 19 Feb 2014 * Correct location of global known_hosts files [mfischer-zd] * Fix for password authentication [blackpond, zachlipton, delano]
Diffstat (limited to 'security')
-rw-r--r--security/ruby-net-ssh/Makefile4
-rw-r--r--security/ruby-net-ssh/PLIST8
-rw-r--r--security/ruby-net-ssh/distinfo8
3 files changed, 12 insertions, 8 deletions
diff --git a/security/ruby-net-ssh/Makefile b/security/ruby-net-ssh/Makefile
index b900abe309d..f22a8262488 100644
--- a/security/ruby-net-ssh/Makefile
+++ b/security/ruby-net-ssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2014/03/14 17:54:28 taca Exp $
+# $NetBSD: Makefile,v 1.14 2015/02/04 16:09:07 taca Exp $
-DISTNAME= net-ssh-2.8.0
+DISTNAME= net-ssh-2.9.2
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/security/ruby-net-ssh/PLIST b/security/ruby-net-ssh/PLIST
index 93fd7fcd6b9..143c971cece 100644
--- a/security/ruby-net-ssh/PLIST
+++ b/security/ruby-net-ssh/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.10 2014/03/14 17:54:28 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2015/02/04 16:09:07 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGES.txt
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/Manifest
@@ -7,7 +8,6 @@ ${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/Rudyfile
${GEM_LIBDIR}/THANKS.txt
-${GEM_LIBDIR}/gem-public_cert.pem
${GEM_LIBDIR}/lib/net/ssh.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
@@ -27,6 +27,7 @@ ${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb
${GEM_LIBDIR}/lib/net/ssh/config.rb
${GEM_LIBDIR}/lib/net/ssh/connection/channel.rb
${GEM_LIBDIR}/lib/net/ssh/connection/constants.rb
+${GEM_LIBDIR}/lib/net/ssh/connection/keepalive.rb
${GEM_LIBDIR}/lib/net/ssh/connection/session.rb
${GEM_LIBDIR}/lib/net/ssh/connection/term.rb
${GEM_LIBDIR}/lib/net/ssh/errors.rb
@@ -87,6 +88,7 @@ ${GEM_LIBDIR}/lib/net/ssh/verifiers/null.rb
${GEM_LIBDIR}/lib/net/ssh/verifiers/secure.rb
${GEM_LIBDIR}/lib/net/ssh/verifiers/strict.rb
${GEM_LIBDIR}/lib/net/ssh/version.rb
+${GEM_LIBDIR}/net-ssh-public_cert.pem
${GEM_LIBDIR}/net-ssh.gemspec
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/support/arcfour_check.rb
@@ -110,6 +112,7 @@ ${GEM_LIBDIR}/test/configs/eqsign
${GEM_LIBDIR}/test/configs/exact_match
${GEM_LIBDIR}/test/configs/host_plus
${GEM_LIBDIR}/test/configs/multihost
+${GEM_LIBDIR}/test/configs/negative_match
${GEM_LIBDIR}/test/configs/nohost
${GEM_LIBDIR}/test/configs/numeric_host
${GEM_LIBDIR}/test/configs/send_env
@@ -119,6 +122,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/manual/test_pageant.rb
${GEM_LIBDIR}/test/start/test_connection.rb
${GEM_LIBDIR}/test/start/test_options.rb
${GEM_LIBDIR}/test/start/test_transport.rb
diff --git a/security/ruby-net-ssh/distinfo b/security/ruby-net-ssh/distinfo
index 4039eb83ce8..58e2ec97720 100644
--- a/security/ruby-net-ssh/distinfo
+++ b/security/ruby-net-ssh/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2014/03/14 17:54:28 taca Exp $
+$NetBSD: distinfo,v 1.14 2015/02/04 16:09:07 taca Exp $
-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
+SHA1 (net-ssh-2.9.2.gem) = 84d5b9c0f3b10b3ff261411a5730e794a4529e43
+RMD160 (net-ssh-2.9.2.gem) = c4b66bce1fdf4ad5f6f0fe21bc70083691ad62c6
+Size (net-ssh-2.9.2.gem) = 177664 bytes