b7a5fab816
Update to ruby-net-ssh 6.1.0. === 6.1.0 * adapt to ssh's default bahaviors when no username is provided. When Net::SSH.start user is nil and config has no entry we default to Etc.getpwuid.name() instead of Etc.getlogin(). [#749] === 6.1.0.rc1 * Make sha2-{256,512}-etm@openssh.com MAC default again [#761] * Support algorithm subtraction syntax from ssh_config [#751]
14 lines
323 B
Makefile
14 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.23 2020/06/10 14:51:07 taca Exp $
|
|
|
|
DISTNAME= net-ssh-6.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"
|