Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D5FB84D43 for ; Sun, 28 May 2023 01:29:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HummrDOhVYml for ; Sun, 28 May 2023 01:29:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 92D3F84CFD for ; Sun, 28 May 2023 01:29:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C30BFA87; Sun, 28 May 2023 01:29:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685237396264670" MIME-Version: 1.0 Date: Sun, 28 May 2023 01:29:56 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/capistrano To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230528012956.8C30BFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685237396264670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 28 01:29:56 UTC 2023 Modified Files: pkgsrc/sysutils/capistrano: Makefile distinfo Log Message: sysutils/capistrano: update to 3.17.3 3.17.3 (2023-05-23) This is a gem housekeeping release. No user-facing changes. Documentation * Fix typo in authorization docs (#2128) @HLFH Housekeeping * Fix deprecated usage of open-uri so feature tests work on Ruby 3 (#2129) @mattbrictson * Fix failing OpenSSL install on Ruby 2.3 CI image (#2130) @mattbrictson * Add Ruby 3.2 to CI matrix (#2126) @mattbrictson * Fix failing CI builds for Ruby < 2.3 (#2124) @mattbrictson New Contributors * @HLFH made their first contribution in #2128 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/sysutils/capistrano/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/capistrano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685237396264670 Content-Disposition: inline Content-Length: 1556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/capistrano/Makefile diff -u pkgsrc/sysutils/capistrano/Makefile:1.38 pkgsrc/sysutils/capistrano/Makefile:1.39 --- pkgsrc/sysutils/capistrano/Makefile:1.38 Thu Feb 23 15:15:45 2023 +++ pkgsrc/sysutils/capistrano/Makefile Sun May 28 01:29:56 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2023/02/23 15:15:45 taca Exp $ +# $NetBSD: Makefile,v 1.39 2023/05/28 01:29:56 taca Exp $ -DISTNAME= capistrano-3.17.2 +DISTNAME= capistrano-3.17.3 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/sysutils/capistrano/distinfo diff -u pkgsrc/sysutils/capistrano/distinfo:1.35 pkgsrc/sysutils/capistrano/distinfo:1.36 --- pkgsrc/sysutils/capistrano/distinfo:1.35 Thu Feb 23 15:15:45 2023 +++ pkgsrc/sysutils/capistrano/distinfo Sun May 28 01:29:56 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2023/02/23 15:15:45 taca Exp $ +$NetBSD: distinfo,v 1.36 2023/05/28 01:29:56 taca Exp $ -BLAKE2s (capistrano-3.17.2.gem) = 4be944bd694f06a38aebe6b1668999dd567c3601a4d6e1b9e5f4051ff9527993 -SHA512 (capistrano-3.17.2.gem) = 2c8943eda6dab2c4016c5eb86773040a4a0640e58405115f56c9c8c02dfd06bf2c7a98a0a0bee5d5c77dde16b262ab7131210bbba8ae1b5a8f5172cae76492a3 -Size (capistrano-3.17.2.gem) = 69632 bytes +BLAKE2s (capistrano-3.17.3.gem) = dad2839aabe308570e488096cd72729ce7bde780f16fa5db44306af8210b4b2b +SHA512 (capistrano-3.17.3.gem) = b7b85ebf7309d93aed83f68dc897e5a6cb4c8a929f4427c8a29db2ef6f857ee110256ba80c2fe0ae15f8008597c47be5ec60c192f3268d0df66f761b90d0758f +Size (capistrano-3.17.3.gem) = 70144 bytes --_----------=_1685237396264670--