Received: by mail.netbsd.org (Postfix, from userid 605) id 79EA384D4A; Sun, 23 Sep 2018 16:09:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9D4984D36 for ; Sun, 23 Sep 2018 16:08:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hWaJkw-DwOsf for ; Sun, 23 Sep 2018 16:08:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9F5F684D22 for ; Sun, 23 Sep 2018 16:08:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F3E2FBEE; Sun, 23 Sep 2018 16:08:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537718938172870" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 16:08:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-net-ssh To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923160858.8F3E2FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1537718938172870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 16:08:58 UTC 2018 Modified Files: pkgsrc/security/ruby-net-ssh: Makefile PLIST distinfo Log Message: security/ruby-net-ssh: update to 5.0.2 === 5.0.2 * fix ctr for jruby [#612] === 5.0.1 * default_keys were not loaded even if no keys or key_data options specified [#607] === 5.0.0 * Breaking change: ed25519 now requires ed25519 gem instead of RbNaCl gem [#563] * Verify_host_key options rename (true, false, :very, :secure depreacted new equivalents are :never, :accept_new_or_local_tunnel :accept_new :always) [Jared Beck, #595] === 5.0.0.rc2 * Add .dll extensions to dlopen on cygwin [#603] * Fix host certificate validation [#601] === 5.0.0.rc1 * Fix larger than 4GB file transfers [#599] * Update HTTP proxy to version 1.1 [Connor Dunn, #597] === 5.0.0.beta2 * Support for sha256 pubkey fingerprint [Tom Maher, #585] * Don't try to load default_keys if key_data option is used [Josh Larson, #589] * Added fingerprint_hash defaulting to SHA256 as fingerprint format, and MD5 can be used as an option [Miklós Fazekas, #591] === 5.0.0.beta1 * Don't leave proxy command as zombie on timeout [DimitriosLisenko, #560] * Use OpenSSL for aes*-ctr for up to 5x throughput improvement [Miklós Fazekas, Harald Sitter, #570] * Optimize slice! usage in CTR for up to 2x throughput improvement [Harald Sitter, #569] * Replace RbNaCl dependency with ed25519 gem [Tony Arcieri ,#563] * Add initial Match support [Kasumi Hanazuki, #553] To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/ruby-net-ssh/Makefile \ pkgsrc/security/ruby-net-ssh/distinfo cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/ruby-net-ssh/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537718938172870 Content-Disposition: inline Content-Length: 3631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-net-ssh/Makefile diff -u pkgsrc/security/ruby-net-ssh/Makefile:1.18 pkgsrc/security/ruby-net-ssh/Makefile:1.19 --- pkgsrc/security/ruby-net-ssh/Makefile:1.18 Sun Sep 10 15:32:59 2017 +++ pkgsrc/security/ruby-net-ssh/Makefile Sun Sep 23 16:08:58 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2017/09/10 15:32:59 taca Exp $ +# $NetBSD: Makefile,v 1.19 2018/09/23 16:08:58 taca Exp $ -DISTNAME= net-ssh-4.2.0 +DISTNAME= net-ssh-5.0.2 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/security/ruby-net-ssh/distinfo diff -u pkgsrc/security/ruby-net-ssh/distinfo:1.18 pkgsrc/security/ruby-net-ssh/distinfo:1.19 --- pkgsrc/security/ruby-net-ssh/distinfo:1.18 Sun Sep 10 15:32:59 2017 +++ pkgsrc/security/ruby-net-ssh/distinfo Sun Sep 23 16:08:58 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/09/10 15:32:59 taca Exp $ +$NetBSD: distinfo,v 1.19 2018/09/23 16:08:58 taca Exp $ -SHA1 (net-ssh-4.2.0.gem) = 91155a9a5e498e9b7d5a878f0de757f0c90ccfed -RMD160 (net-ssh-4.2.0.gem) = c85f02fd384cbe575746f0055b56709e1aa6d060 -SHA512 (net-ssh-4.2.0.gem) = f1a82812d6d470fd53e9f6186f1f5cabe17fbc6a94ebd9e68b1a0330aa89390254cc53dd0e298c3f0b611ef6212f4a1c5939135e7455b698b90db193d863741e -Size (net-ssh-4.2.0.gem) = 126976 bytes +SHA1 (net-ssh-5.0.2.gem) = d44a8b9de096556dada515a26c46321d83899930 +RMD160 (net-ssh-5.0.2.gem) = fab72a603b59f58effeb19818b70367376776d85 +SHA512 (net-ssh-5.0.2.gem) = 46b03fe238cdd371eb061ad985810352080fd9257ae6d9ed82d7ed77038c3f5aca0504cf80ad898e526db0a7055e00867bbe38bb32cca1e709ffefea4e09fe8f +Size (net-ssh-5.0.2.gem) = 130048 bytes Index: pkgsrc/security/ruby-net-ssh/PLIST diff -u pkgsrc/security/ruby-net-ssh/PLIST:1.13 pkgsrc/security/ruby-net-ssh/PLIST:1.14 --- pkgsrc/security/ruby-net-ssh/PLIST:1.13 Mon Jun 12 16:03:46 2017 +++ pkgsrc/security/ruby-net-ssh/PLIST Sun Sep 23 16:08:58 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2017/06/12 16:03:46 taca Exp $ +@comment $NetBSD: PLIST,v 1.14 2018/09/23 16:08:58 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rubocop.yml @@ -6,8 +6,8 @@ ${GEM_LIBDIR}/.rubocop_todo.yml ${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/CHANGES.txt ${GEM_LIBDIR}/Gemfile -${GEM_LIBDIR}/Gemfile.norbnacl -${GEM_LIBDIR}/Gemfile.norbnacl.lock +${GEM_LIBDIR}/Gemfile.noed25519 +${GEM_LIBDIR}/Gemfile.noed25519.lock ${GEM_LIBDIR}/ISSUE_TEMPLATE.md ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/Manifest @@ -29,6 +29,7 @@ ${GEM_LIBDIR}/lib/net/ssh/authentication ${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/pub_key_fingerprint.rb ${GEM_LIBDIR}/lib/net/ssh/authentication/session.rb ${GEM_LIBDIR}/lib/net/ssh/buffer.rb ${GEM_LIBDIR}/lib/net/ssh/buffered_io.rb @@ -94,10 +95,10 @@ ${GEM_LIBDIR}/lib/net/ssh/transport/pack ${GEM_LIBDIR}/lib/net/ssh/transport/server_version.rb ${GEM_LIBDIR}/lib/net/ssh/transport/session.rb ${GEM_LIBDIR}/lib/net/ssh/transport/state.rb -${GEM_LIBDIR}/lib/net/ssh/verifiers/lenient.rb -${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/verifiers/accept_new.rb +${GEM_LIBDIR}/lib/net/ssh/verifiers/accept_new_or_local_tunnel.rb +${GEM_LIBDIR}/lib/net/ssh/verifiers/always.rb +${GEM_LIBDIR}/lib/net/ssh/verifiers/never.rb ${GEM_LIBDIR}/lib/net/ssh/version.rb ${GEM_LIBDIR}/net-ssh-public_cert.pem ${GEM_LIBDIR}/net-ssh.gemspec --_----------=_1537718938172870--