Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 12:53:50 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aded871fc5e1 - main - security/rubygem-net-ssh: Update to 7.2.3
Message-ID:  <202404181253.43ICroK0071400@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aded871fc5e1741563f78a753cfedeca3e8bb49b

commit aded871fc5e1741563f78a753cfedeca3e8bb49b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-18 12:49:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-18 12:49:04 +0000

    security/rubygem-net-ssh: Update to 7.2.3
    
    - Update pkg-descr
    
    Changes:        https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt
---
 security/rubygem-net-ssh/Makefile  |  2 +-
 security/rubygem-net-ssh/distinfo  |  6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404181253.43ICroK0071400>