Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BEE284E58 for ; Sat, 17 Jun 2023 15:47:11 +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 M8_T96AWOHr3 for ; Sat, 17 Jun 2023 15:47:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8D74A84CCA for ; Sat, 17 Jun 2023 15:47:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8AB8FFA89; Sat, 17 Jun 2023 15:47:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687016830240780" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 15:47:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-aws-sdk-core To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230617154710.8AB8FFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687016830240780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jun 17 15:47:10 UTC 2023 Modified Files: pkgsrc/www/ruby-aws-sdk-core: Makefile distinfo Log Message: www/ruby-aws-sdk-core: update to 3.175.0 3.175.0 (2023-06-15) * Feature - Updated Aws::STS::Client with the latest API changes. * Feature - Updated Aws::SSOOIDC::Client with the latest API changes. * Feature - Updated Aws::SSO::Client with the latest API changes. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-aws-sdk-core/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-aws-sdk-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687016830240780 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-aws-sdk-core/Makefile diff -u pkgsrc/www/ruby-aws-sdk-core/Makefile:1.20 pkgsrc/www/ruby-aws-sdk-core/Makefile:1.21 --- pkgsrc/www/ruby-aws-sdk-core/Makefile:1.20 Fri Jun 9 15:18:06 2023 +++ pkgsrc/www/ruby-aws-sdk-core/Makefile Sat Jun 17 15:47:10 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2023/06/09 15:18:06 taca Exp $ +# $NetBSD: Makefile,v 1.21 2023/06/17 15:47:10 taca Exp $ -DISTNAME= aws-sdk-core-3.174.0 +DISTNAME= aws-sdk-core-3.175.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-sdk-core/distinfo diff -u pkgsrc/www/ruby-aws-sdk-core/distinfo:1.21 pkgsrc/www/ruby-aws-sdk-core/distinfo:1.22 --- pkgsrc/www/ruby-aws-sdk-core/distinfo:1.21 Fri Jun 9 15:14:19 2023 +++ pkgsrc/www/ruby-aws-sdk-core/distinfo Sat Jun 17 15:47:10 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2023/06/09 15:14:19 taca Exp $ +$NetBSD: distinfo,v 1.22 2023/06/17 15:47:10 taca Exp $ -BLAKE2s (aws-sdk-core-3.174.0.gem) = 0c92fbe9c6b83ed231040cd5c5585c257ed30126de391dec98704c248eb2904b -SHA512 (aws-sdk-core-3.174.0.gem) = 71fc7b4e94de5aa238c19c51ceff42baffe4d6e4e5a6392f300cca7e32e1fffe3c43e7771420503c628c0148f4dc477662e78f936af5628008d89a8033bda225 -Size (aws-sdk-core-3.174.0.gem) = 344576 bytes +BLAKE2s (aws-sdk-core-3.175.0.gem) = a66d26e0f1f2557ff20f70ab6f583c2b7c02b30a8d1e516da8b232d66b7eb350 +SHA512 (aws-sdk-core-3.175.0.gem) = 0c9ece4f85c6c50b2a8f61809209e8c87cf9e2f36c7ef8606e73c2337080ab9b9459f5c2e02022f9cc50dbf17b63a9b2eac6dc4c8da3cafa5ee99aefd912b443 +Size (aws-sdk-core-3.175.0.gem) = 344576 bytes --_----------=_1687016830240780--