Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eeYpQUA5; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TMw7AAgp Received: by mail.netbsd.org (Postfix, from userid 605) id CDB4A84F41; Sun, 7 Apr 2024 15:10:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712502651; bh=B4JrlZ/w/qNQiC0Yz0h1L5P38FqZepqcsyn+yKN415c=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=eeYpQUA5BIXbaF0cLV5mrGeL8P+sHKaz2KY79344rcHz9ygxVuWcmtEUzsBEj4khn JcAkp9R573vkbfdRbfn4bIN2eAei2SvfiZrjKYQNVbP2I3DL77456I4RVPUBh5ViEc N8Eho71/qZoS8unmYiw7qeY+HN0caBkuHK4Qb0vA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDFB284E62 for ; Sun, 7 Apr 2024 15:10:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 72f0kyDP8f8Z for ; Sun, 7 Apr 2024 15:10:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1BECE84CEB for ; Sun, 7 Apr 2024 15:10:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712502649; bh=B4JrlZ/w/qNQiC0Yz0h1L5P38FqZepqcsyn+yKN415c=; h=Date:From:Subject:To:Reply-To; b=TMw7AAgp2SCDe840M0Ct5zPp5rdIBY8HYAchtaHG1bIpTpY16i/6yT8hbG5b156FE 3eNGz9gFjoLKM9YW4fbSnOKASMhxhu3oIXsitxvDB/8Q90rTLl6IVeROiLeatYlZdt ggXPlTCF98+RJb4UUqG15T8ZHUMndjSz2z5MwKZU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C802FA2C; Sun, 7 Apr 2024 15:10:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171250264916090" MIME-Version: 1.0 Date: Sun, 7 Apr 2024 15:10:49 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-aws-partitions To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240407151049.0C802FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171250264916090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 7 15:10:48 UTC 2024 Modified Files: pkgsrc/www/ruby-aws-partitions: Makefile distinfo Log Message: www/ruby-aws-partitions: update to 1.909.0 1.909.0 (2024-04-05) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.908.0 (2024-04-04) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.907.0 (2024-04-03) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.906.0 (2024-04-02) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.905.0 (2024-04-01) * Feature - Added support for enumerating regions for Aws::Deadline. 1.904.0 (2024-03-29) * Feature - Added support for enumerating regions for Aws::CodeConnections. 1.903.0 (2024-03-28) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.902.0 (2024-03-27) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.901.0 (2024-03-26) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.900.0 (2024-03-25) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. 1.899.0 (2024-03-18) * Feature - Updated the partitions source data the determines the AWS service regions and endpoints. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/ruby-aws-partitions/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/ruby-aws-partitions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171250264916090 Content-Disposition: inline Content-Length: 1631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-aws-partitions/Makefile diff -u pkgsrc/www/ruby-aws-partitions/Makefile:1.50 pkgsrc/www/ruby-aws-partitions/Makefile:1.51 --- pkgsrc/www/ruby-aws-partitions/Makefile:1.50 Sun Mar 24 14:38:28 2024 +++ pkgsrc/www/ruby-aws-partitions/Makefile Sun Apr 7 15:10:48 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2024/03/24 14:38:28 taca Exp $ +# $NetBSD: Makefile,v 1.51 2024/04/07 15:10:48 taca Exp $ -DISTNAME= aws-partitions-1.899.0 +DISTNAME= aws-partitions-1.909.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-aws-partitions/distinfo diff -u pkgsrc/www/ruby-aws-partitions/distinfo:1.52 pkgsrc/www/ruby-aws-partitions/distinfo:1.53 --- pkgsrc/www/ruby-aws-partitions/distinfo:1.52 Sun Mar 24 14:38:28 2024 +++ pkgsrc/www/ruby-aws-partitions/distinfo Sun Apr 7 15:10:48 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2024/03/24 14:38:28 taca Exp $ +$NetBSD: distinfo,v 1.53 2024/04/07 15:10:48 taca Exp $ -BLAKE2s (aws-partitions-1.899.0.gem) = 6c16a73039fbfdf570b4bcef993b48f29f84586798920800ceb0b0b76cbe5d51 -SHA512 (aws-partitions-1.899.0.gem) = bf55e28567659dcc69ba2441fec247da1dacea4a49b27902158618d03b144daffcf13387994bbba2018ca8b771c61df49ed7f28cd96cf6707ae44008c317a06a -Size (aws-partitions-1.899.0.gem) = 62976 bytes +BLAKE2s (aws-partitions-1.909.0.gem) = 5997fbc6cb5071ef1be07411e9377e0ea63e567ce2519e33075916ebfa7a3e09 +SHA512 (aws-partitions-1.909.0.gem) = a4517e7aaf812e4e49685f3a48c04d789b9e9b243b81fa5e9f4dd5e35326937cc6c62b55890092e4d106da9def10be6e019197521eb0250c0b403158bad76d5a +Size (aws-partitions-1.909.0.gem) = 63488 bytes --_----------=_171250264916090--