diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 4ce94b56aa1b..1b066d981c2a 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -1,26 +1,26 @@ PORTNAME= net-ssh -PORTVERSION= 7.2.1 +PORTVERSION= 7.2.3 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Non-interactive SSH processing WWW= https://github.com/net-ssh/net-ssh LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix NO_ARCH= yes SHEBANG_FILES= support/ssh_tunnel_bug.rb OPTIONS_DEFINE= PROMPT_PASSPHRASES OPTIONS_DEFAULT=PROMPT_PASSPHRASES PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios .include diff --git a/security/rubygem-net-ssh/distinfo b/security/rubygem-net-ssh/distinfo index 91253e78ade7..1cc5a7f9bbef 100644 --- a/security/rubygem-net-ssh/distinfo +++ b/security/rubygem-net-ssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703228072 -SHA256 (rubygem/net-ssh-7.2.1.gem) = 3cd1fabb1f95e36c600ef4469c0482ec9c9505a3a4f461f7262444c2001901c4 -SIZE (rubygem/net-ssh-7.2.1.gem) = 142336 +TIMESTAMP = 1713033366 +SHA256 (rubygem/net-ssh-7.2.3.gem) = 1605f672d14630294f0614a3a432fba9347b3d101e8ab61ab5bd273d55c10b6b +SIZE (rubygem/net-ssh-7.2.3.gem) = 142336 diff --git a/security/rubygem-net-ssh/pkg-descr b/security/rubygem-net-ssh/pkg-descr index 718dd55b2fed..63ea27ce89c7 100644 --- a/security/rubygem-net-ssh/pkg-descr +++ b/security/rubygem-net-ssh/pkg-descr @@ -1,9 +1,9 @@ -Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It -supports the following features: +Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows +you to write programs that invoke and interact with processes on remote servers, +via SSH2. - - User authentication via explicit username/password, or using a - public-key/private-key pair. - - Port forwarding, both from the local host to a remote computer via - the remote host, and from the remote host to the local host. - - Execute processes on the remote machine, both interactively and - non-interactively ("batch"). +Features: +- Execute processes on remote servers and capture their output +- Run multiple processes in parallel over a single SSH connection +- Support for SSH subsystems +- Forward local and remote ports via an SSH connection