Received: by mail.netbsd.org (Postfix, from userid 605) id D524D85043; Sun, 4 Dec 2022 16:35:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B31984D00 for ; Sun, 4 Dec 2022 16:35:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xxUOUbvXcz0d for ; Sun, 4 Dec 2022 16:35:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7252584CE8 for ; Sun, 4 Dec 2022 16:35:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65289FA90; Sun, 4 Dec 2022 16:35:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670171712121940" MIME-Version: 1.0 Date: Sun, 4 Dec 2022 16:35:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-net-scp To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221204163512.65289FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670171712121940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 4 16:35:12 UTC 2022 Modified Files: pkgsrc/security/ruby-net-scp: Makefile distinfo Log Message: security/ruby-net-scp: update to 4.0.0 * net-ssh7.* support. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/ruby-net-scp/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/ruby-net-scp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670171712121940 Content-Disposition: inline Content-Length: 1827 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-net-scp/Makefile diff -u pkgsrc/security/ruby-net-scp/Makefile:1.12 pkgsrc/security/ruby-net-scp/Makefile:1.13 --- pkgsrc/security/ruby-net-scp/Makefile:1.12 Sun Jun 7 14:42:47 2020 +++ pkgsrc/security/ruby-net-scp/Makefile Sun Dec 4 16:35:12 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2020/06/07 14:42:47 taca Exp $ +# $NetBSD: Makefile,v 1.13 2022/12/04 16:35:12 taca Exp $ -DISTNAME= net-scp-3.0.0 +DISTNAME= net-scp-4.0.0 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/net-ssh/net COMMENT= Secure copy for Ruby LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.6.5<7:../../security/ruby-net-ssh +DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=2.6.5:../../security/ruby-net-ssh USE_LANGUAGES= # defined Index: pkgsrc/security/ruby-net-scp/distinfo diff -u pkgsrc/security/ruby-net-scp/distinfo:1.14 pkgsrc/security/ruby-net-scp/distinfo:1.15 --- pkgsrc/security/ruby-net-scp/distinfo:1.14 Tue Oct 26 11:17:55 2021 +++ pkgsrc/security/ruby-net-scp/distinfo Sun Dec 4 16:35:12 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 11:17:55 nia Exp $ +$NetBSD: distinfo,v 1.15 2022/12/04 16:35:12 taca Exp $ -BLAKE2s (net-scp-3.0.0.gem) = e6f4c15d2627581ee5ab50333a24fcb5e143387ccca0bc3ef3f51d68124337fb -SHA512 (net-scp-3.0.0.gem) = cff18acaff11e5e5c2eb7d214604a2f0619d4cbd40b32149568b9ebad153391966462a56968ba5f257106c4b3c6579a724a1f53a2c23ff4f86d7fe2d9c9e5beb -Size (net-scp-3.0.0.gem) = 31744 bytes +BLAKE2s (net-scp-4.0.0.gem) = 7b39f73241d0450da7989a73ca4e4c7b3a465899d54dc7c73bd689728d670d07 +SHA512 (net-scp-4.0.0.gem) = 02c2efcbcd6836b6f37c8422cdf55c2104f0f17f0e312464595ebbff31301e4b9fb92ce64049094be318721ed69b3d5a172236fccba9f9b0740c3f6f715f122e +Size (net-scp-4.0.0.gem) = 31744 bytes --_----------=_1670171712121940--