Received: by mail.netbsd.org (Postfix, from userid 605) id 75D5084ED5; Sun, 7 Jan 2024 15:48:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A67CB84DA9 for ; Sun, 7 Jan 2024 15:48:33 +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 452ivzWi77HP for ; Sun, 7 Jan 2024 15:48:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 271BE84D6F for ; Sun, 7 Jan 2024 15:48:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A830FA42; Sun, 7 Jan 2024 15:48:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170464251359680" MIME-Version: 1.0 Date: Sun, 7 Jan 2024 15:48:33 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-aws-sdk-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240107154833.1A830FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170464251359680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 7 15:48:33 UTC 2024 Modified Files: pkgsrc/www/ruby-aws-sdk-core: Makefile distinfo Log Message: www/ruby-aws-sdk-core: update to 3.190.1 3.190.1 (2023-12-20) * Issue - Add mutex around stub api_requests. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/ruby-aws-sdk-core/Makefile cvs rdiff -u -r1.32 -r1.33 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. --_----------=_170464251359680 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.31 pkgsrc/www/ruby-aws-sdk-core/Makefile:1.32 --- pkgsrc/www/ruby-aws-sdk-core/Makefile:1.31 Sun Dec 17 16:13:05 2023 +++ pkgsrc/www/ruby-aws-sdk-core/Makefile Sun Jan 7 15:48:32 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2023/12/17 16:13:05 taca Exp $ +# $NetBSD: Makefile,v 1.32 2024/01/07 15:48:32 taca Exp $ -DISTNAME= aws-sdk-core-3.190.0 +DISTNAME= aws-sdk-core-3.190.1 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.32 pkgsrc/www/ruby-aws-sdk-core/distinfo:1.33 --- pkgsrc/www/ruby-aws-sdk-core/distinfo:1.32 Sun Dec 17 16:13:05 2023 +++ pkgsrc/www/ruby-aws-sdk-core/distinfo Sun Jan 7 15:48:32 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2023/12/17 16:13:05 taca Exp $ +$NetBSD: distinfo,v 1.33 2024/01/07 15:48:32 taca Exp $ -BLAKE2s (aws-sdk-core-3.190.0.gem) = fe54e907cd868893f6d2047b9f9f2afda78465b66a990637d6c0027deba2cf1a -SHA512 (aws-sdk-core-3.190.0.gem) = 21057a8d20611a652ec0c0f191b042e6cbd587cf2f91b6eee34f79bb0567547ec4ccbb54f2af0c7671de4067d70a9a790f7ec76c79aa8eeb79a8061aa91ebcdb -Size (aws-sdk-core-3.190.0.gem) = 356352 bytes +BLAKE2s (aws-sdk-core-3.190.1.gem) = 195417405611f3b18be34b4c0216b088f39cc623abfbef5e7e28ba69e55ccd20 +SHA512 (aws-sdk-core-3.190.1.gem) = 449a1b5b2672edf014199c6ec2b984d3c3fbd058cdc8b33b86be71975a2f95291a8a2482bc524608b056df0303be43757e4950fd4a64aeb8c14098c0d6ef37be +Size (aws-sdk-core-3.190.1.gem) = 356352 bytes --_----------=_170464251359680--