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.9.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0c39714f7a3
branches: trunk
changeset: 646114:f0c39714f7a3
user: taca <taca%pkgsrc.org@localhost>
date: Wed Feb 04 16:09:07 2015 +0000
description:
Update ruby-net-ssh to 2.9.2.
=== 2.9.2-rc3
* Remove advertised algorithms that were not working (curve25519-sha256%libssh.org@localhost) [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@localhost) [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@localhost ssh-rsa-cert-v00%openssh.com@localhost ssh-ed25519-cert-v01%openssh.com@localhost ssh-ed25519
* Added HMACs: hmac-sha2-512-etm%openssh.com@localhost hmac-sha2-256-etm%openssh.com@localhost umac-128-etm%openssh.com@localhost
* Added Kex: aes256-gcm%openssh.com@localhost aes128-gcm%openssh.com@localhost curve25519-sha256%libssh.org@localhost
* 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:
security/ruby-net-ssh/Makefile | 4 ++--
security/ruby-net-ssh/PLIST | 8 ++++++--
security/ruby-net-ssh/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 8 deletions(-)
diffs (76 lines):
diff -r e5ad2b385799 -r f0c39714f7a3 security/ruby-net-ssh/Makefile
--- a/security/ruby-net-ssh/Makefile Wed Feb 04 16:07:55 2015 +0000
+++ b/security/ruby-net-ssh/Makefile Wed Feb 04 16:09:07 2015 +0000
@@ -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@localhost
diff -r e5ad2b385799 -r f0c39714f7a3 security/ruby-net-ssh/PLIST
--- a/security/ruby-net-ssh/PLIST Wed Feb 04 16:07:55 2015 +0000
+++ b/security/ruby-net-ssh/PLIST Wed Feb 04 16:09:07 2015 +0000
@@ -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}/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/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/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/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_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 -r e5ad2b385799 -r f0c39714f7a3 security/ruby-net-ssh/distinfo
--- a/security/ruby-net-ssh/distinfo Wed Feb 04 16:07:55 2015 +0000
+++ b/security/ruby-net-ssh/distinfo Wed Feb 04 16:09:07 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index