diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-18 20:49:04 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-18 20:49:04 +0800 |
commit | aded871fc5e1741563f78a753cfedeca3e8bb49b (patch) | |
tree | fc29ff516f300c3506814ce20a8324936d037d2a /security/rubygem-net-ssh | |
parent | net/rubygem-ovirt-engine-sdk: Update to 4.6.0 and unbreak this port (diff) |
security/rubygem-net-ssh: Update to 7.2.3
- Update pkg-descr
Changes: https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt
Diffstat (limited to 'security/rubygem-net-ssh')
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 2 | ||||
-rw-r--r-- | security/rubygem-net-ssh/distinfo | 6 | ||||
-rw-r--r-- | security/rubygem-net-ssh/pkg-descr | 16 |
3 files changed, 12 insertions, 12 deletions
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,5 +1,5 @@ PORTNAME= net-ssh -PORTVERSION= 7.2.1 +PORTVERSION= 7.2.3 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG 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 |