Update ruby-net-ssh to 5.2.0. o pkgsr change: * Add "USE_LANGUAGES= # none". === 5.2.0 === 5.2.0.rc3 * Fix check_host_ip read from config * Support ssh-ed25519 in kown hosts === 5.2.0.rc2 * Read check_host_ip from ssh config files === 5.2.0.rc1 * Interpret * and ? in know_hosts file [Romain Tartière, #660] * New :check_host_ip so ip checking can be disabled in known hosts [Romain Tartière, #656] === 5.1.0 === 5.1.0.rc1 * Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 already supported) [#646] * Support IdentityAgent is ssh config [Frank Groeneveld, #645] * Improve Match processin in ssh config [Aleksandrs Ļedovskis, #642] * Ignore signature verification when verify_host_key is never [Piotr Kliczewski, #641] * Alg preference was changed to prefer stronger encryptions [Tray, #637]
14 lines
323 B
Makefile
14 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/11/05 15:22:32 taca Exp $
|
|
|
|
DISTNAME= net-ssh-5.1.0
|
|
CATEGORIES= net security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/net-ssh/net-ssh
|
|
COMMENT= Secure shell for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|