summaryrefslogtreecommitdiff
path: root/security/ruby-net-ssh
diff options
context:
space:
mode:
authortaca <taca>2012-06-02 01:01:29 +0000
committertaca <taca>2012-06-02 01:01:29 +0000
commit8d9cc384812d44c77d97a06dae7422fbc9e98bbf (patch)
tree51b90d49114b4911c813b029369049d0979f0c75 /security/ruby-net-ssh
parentf61cb78d56d6494be4c36494e960c7f21af7e9dd (diff)
downloadpkgsrc-8d9cc384812d44c77d97a06dae7422fbc9e98bbf.tar.gz
Update ruby-net-ssh to 2.5.2.
=== 2.5.2 / 25 May 2012 * Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini] === 2.5.1 / 24 May 2012 * Added missing file to manifest [Marco Sandrini] === 2.5.0 / 24 May 2012 * Implement many algorithms [Ryosuke Yamazaki] * Key Exchange * diffie-hellman-group14-sha1 * ecdh-sha2-nistp{256,384,521} * Host Key * ecdsa-sha2-nistp{256,384,521} * Authentication * ecdsa-sha2-nistp{256,384,521} * HMAC * hmac-ripemd160 * Cipher: * aes{128,192,256}-ctr * camellia{128,192,256}-ctr * blowfish-ctr * cast128-ctr * 3des-ctr * arcfour (has problems with weak keys, and should be used with caution) * camellia{128,192,256}-cbc === 2.4.0 / 17 May 2012 * Support for JRuby + Pageant + Windows [arturaz]
Diffstat (limited to 'security/ruby-net-ssh')
-rw-r--r--security/ruby-net-ssh/Makefile4
-rw-r--r--security/ruby-net-ssh/PLIST25
-rw-r--r--security/ruby-net-ssh/distinfo8
3 files changed, 29 insertions, 8 deletions
diff --git a/security/ruby-net-ssh/Makefile b/security/ruby-net-ssh/Makefile
index 4c80d56ed33..4b9481412cc 100644
--- a/security/ruby-net-ssh/Makefile
+++ b/security/ruby-net-ssh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2012/03/17 17:01:16 taca Exp $
+# $NetBSD: Makefile,v 1.8 2012/06/02 01:01:29 taca Exp $
-DISTNAME= net-ssh-2.3.0
+DISTNAME= net-ssh-2.5.2
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/security/ruby-net-ssh/PLIST b/security/ruby-net-ssh/PLIST
index 49b1eaff4af..65cd406b50f 100644
--- a/security/ruby-net-ssh/PLIST
+++ b/security/ruby-net-ssh/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.5 2012/03/17 17:01:16 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/06/02 01:01:29 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.rdoc
+${GEM_LIBDIR}/LICENSE.rdoc
${GEM_LIBDIR}/Manifest
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
@@ -8,6 +9,8 @@ ${GEM_LIBDIR}/Rudyfile
${GEM_LIBDIR}/THANKS.rdoc
${GEM_LIBDIR}/lib/net/ssh.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/agent.rb
+${GEM_LIBDIR}/lib/net/ssh/authentication/agent/java_pageant.rb
+${GEM_LIBDIR}/lib/net/ssh/authentication/agent/socket.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/constants.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/key_manager.rb
${GEM_LIBDIR}/lib/net/ssh/authentication/methods/abstract.rb
@@ -49,11 +52,13 @@ ${GEM_LIBDIR}/lib/net/ssh/test/socket.rb
${GEM_LIBDIR}/lib/net/ssh/transport/algorithms.rb
${GEM_LIBDIR}/lib/net/ssh/transport/cipher_factory.rb
${GEM_LIBDIR}/lib/net/ssh/transport/constants.rb
+${GEM_LIBDIR}/lib/net/ssh/transport/ctr.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/abstract.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/md5_96.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/none.rb
+${GEM_LIBDIR}/lib/net/ssh/transport/hmac/ripemd160.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha1_96.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_256.rb
@@ -62,9 +67,13 @@ ${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512.rb
${GEM_LIBDIR}/lib/net/ssh/transport/hmac/sha2_512_96.rb
${GEM_LIBDIR}/lib/net/ssh/transport/identity_cipher.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex.rb
+${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
${GEM_LIBDIR}/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb
+${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
+${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
+${GEM_LIBDIR}/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
${GEM_LIBDIR}/lib/net/ssh/transport/key_expander.rb
${GEM_LIBDIR}/lib/net/ssh/transport/openssl.rb
${GEM_LIBDIR}/lib/net/ssh/transport/packet_stream.rb
@@ -79,6 +88,7 @@ ${GEM_LIBDIR}/net-ssh.gemspec
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/support/arcfour_check.rb
${GEM_LIBDIR}/support/ssh_tunnel_bug.rb
+${GEM_LIBDIR}/test/README.txt
${GEM_LIBDIR}/test/authentication/methods/common.rb
${GEM_LIBDIR}/test/authentication/methods/test_abstract.rb
${GEM_LIBDIR}/test/authentication/methods/test_hostbased.rb
@@ -93,26 +103,37 @@ ${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/nohost
+${GEM_LIBDIR}/test/configs/numeric_host
${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_transport.rb
${GEM_LIBDIR}/test/test_all.rb
${GEM_LIBDIR}/test/test_buffer.rb
${GEM_LIBDIR}/test/test_buffered_io.rb
${GEM_LIBDIR}/test/test_config.rb
${GEM_LIBDIR}/test/test_key_factory.rb
+${GEM_LIBDIR}/test/test_known_hosts.rb
${GEM_LIBDIR}/test/transport/hmac/test_md5.rb
${GEM_LIBDIR}/test/transport/hmac/test_md5_96.rb
${GEM_LIBDIR}/test/transport/hmac/test_none.rb
+${GEM_LIBDIR}/test/transport/hmac/test_ripemd160.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha1.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha1_96.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha2_256.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha2_256_96.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha2_512.rb
${GEM_LIBDIR}/test/transport/hmac/test_sha2_512_96.rb
-${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb
+${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group14_sha1.rb
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group1_sha1.rb
${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb
+${GEM_LIBDIR}/test/transport/kex/test_diffie_hellman_group_exchange_sha256.rb
+${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp256.rb
+${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp384.rb
+${GEM_LIBDIR}/test/transport/kex/test_ecdh_sha2_nistp521.rb
${GEM_LIBDIR}/test/transport/test_algorithms.rb
${GEM_LIBDIR}/test/transport/test_cipher_factory.rb
${GEM_LIBDIR}/test/transport/test_hmac.rb
diff --git a/security/ruby-net-ssh/distinfo b/security/ruby-net-ssh/distinfo
index f4f755042db..ce8602e0a89 100644
--- a/security/ruby-net-ssh/distinfo
+++ b/security/ruby-net-ssh/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2012/03/17 17:01:16 taca Exp $
+$NetBSD: distinfo,v 1.8 2012/06/02 01:01:29 taca Exp $
-SHA1 (net-ssh-2.3.0.gem) = 19e8e769e8bb82d8b347203dd15cc328c4a09e42
-RMD160 (net-ssh-2.3.0.gem) = 65880176abf473ea6906bdf5c885faaa6174aeba
-Size (net-ssh-2.3.0.gem) = 135168 bytes
+SHA1 (net-ssh-2.5.2.gem) = 8d3322e03fc100701758a242d0c74c72b54df889
+RMD160 (net-ssh-2.5.2.gem) = f920c46b2490f3fe980262a7bedbcbbc8740bbf0
+Size (net-ssh-2.5.2.gem) = 157696 bytes