summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/rubygem-net-ssh/Makefile2
-rw-r--r--security/rubygem-net-ssh/distinfo6
-rw-r--r--security/rubygem-net-ssh/pkg-descr16
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