summaryrefslogtreecommitdiff
path: root/security/ruby-net-ssh/Makefile
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/Makefile
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/Makefile')
-rw-r--r--security/ruby-net-ssh/Makefile4
1 files changed, 2 insertions, 2 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