pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-aws-sdk-core www/ruby-aws-sdk-core: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83dc76730203
branches:  trunk
changeset: 389390:83dc76730203
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 04 15:39:57 2022 +0000

description:
www/ruby-aws-sdk-core: update to 1.168.3

3.168.3 (2022-12-02)

* Issue - Retry S3's BadDigest error

3.168.2 (2022-11-29)

* Issue - Allow region resolution in AssumeRoleCredentials from
  CredentialProviderChain.

3.168.1 (2022-11-18)

* Issue - Fix initialization of SSOTokenProvider when AWS_PROFILE is
  specified.

3.168.0 (2022-11-17)

* Feature - Updated Aws::STS::Client with the latest API changes.

3.167.0 (2022-11-09)

* Issue - Ensure the stream_thread is not killed before H2 connection status
  is updated (#2779).

* Feature - Add token refresh support to SSOCredentialProvider.

3.166.0 (2022-10-26)

* 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.

3.165.1 (2022-10-25)

* Issue - Require the SignatureV4 plugin to fix compatability with older
  aws-sdk-s3 versions (#2774).

3.165.0 (2022-10-25)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.
* Feature - Add support for service gems to dynamically determine their own
  endpoints via modeling.  Service gems now generate a plugin called
  "Endpoints" that defines configuration for EndpointProvider, a new public
  type, and any client config related to endpoints.  Endpoint providers will
  resolve values using another new public type, Endpoint Parameters,
  generated for each service.  The plugin will use the endpoint provider to
  resolve an endpoint and then apply it to the request prior to
  serialization.  Endpoint providers can be composed to change endpoint
  resolution logic, i.e. for testing.  In addition to endpoints, the
  endpoint provider may also override the authentication scheme (auth
  scheme) which details how the request should be signed for the endpoint.
  A new "Sign" plugin in core replaces the SignatureV4 plugin that will
  generically sign any type of auth scheme that a service might have.

3.164.0 (2022-10-21)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.163.0 (2022-10-20)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.162.0 (2022-10-19)

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

3.161.0 (2022-10-18)

* Feature - Support AwsQueryCompatible trait to read error code from
  x-amzn-query-error header.

3.160.0 (2022-10-13)

* Feature - Updated Aws::SSO::Client with the latest API changes.

diffstat:

 www/ruby-aws-sdk-core/Makefile |   6 +++---
 www/ruby-aws-sdk-core/PLIST    |  29 ++++++++++++++++++++++++++++-
 www/ruby-aws-sdk-core/distinfo |   8 ++++----
 3 files changed, 35 insertions(+), 8 deletions(-)

diffs (106 lines):

diff -r 5037bc3b5eae -r 83dc76730203 www/ruby-aws-sdk-core/Makefile
--- a/www/ruby-aws-sdk-core/Makefile    Sun Dec 04 15:39:49 2022 +0000
+++ b/www/ruby-aws-sdk-core/Makefile    Sun Dec 04 15:39:57 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/10/09 09:07:55 taca Exp $
+# $NetBSD: Makefile,v 1.9 2022/12/04 15:39:57 taca Exp $
 
-DISTNAME=      aws-sdk-core-3.159.0
+DISTNAME=      aws-sdk-core-3.168.3
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +10,7 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-jmespath>=1.6.1<2:../../textproc/ruby-jmespath
 DEPENDS+=      ${RUBY_PKGPREFIX}-aws-partitions>=1.525<2:../../www/ruby-aws-partitions
-DEPENDS+=      ${RUBY_PKGPREFIX}-aws-sigv4>=1.1<2:../../www/ruby-aws-sigv4
+DEPENDS+=      ${RUBY_PKGPREFIX}-aws-sigv4>=1.5<2:../../www/ruby-aws-sigv4
 DEPENDS+=      ${RUBY_PKGPREFIX}-aws-eventstream>=1.0.2<2:../../www/ruby-aws-eventstream
 
 USE_LANGUAGES=         # none
diff -r 5037bc3b5eae -r 83dc76730203 www/ruby-aws-sdk-core/PLIST
--- a/www/ruby-aws-sdk-core/PLIST       Sun Dec 04 15:39:49 2022 +0000
+++ b/www/ruby-aws-sdk-core/PLIST       Sun Dec 04 15:39:57 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/09/04 15:34:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/12/04 15:39:57 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.txt
@@ -31,6 +31,20 @@
 ${GEM_LIBDIR}/lib/aws-sdk-core/ec2_metadata.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/ecs_credentials.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/endpoint_cache.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/condition.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/endpoint.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/endpoint_rule.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/error_rule.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/function.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/matchers.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/reference.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/rule.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/rule_set.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/rules_provider.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/templater.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/tree_rule.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/endpoints/url.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/errors.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/event_emitter.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/ini_parser.rb
@@ -86,6 +100,7 @@
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/retries/error_inspector.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/retries/retry_quota.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/retry_errors.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/plugins/sign.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/signature_v2.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/signature_v4.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/plugins/stub_responses.rb
@@ -157,21 +172,33 @@
 ${GEM_LIBDIR}/lib/aws-sdk-sso/client.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sso/client_api.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sso/customizations.rb
+${GEM_LIBDIR}/lib/aws-sdk-sso/endpoint_parameters.rb
+${GEM_LIBDIR}/lib/aws-sdk-sso/endpoint_provider.rb
+${GEM_LIBDIR}/lib/aws-sdk-sso/endpoints.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sso/errors.rb
+${GEM_LIBDIR}/lib/aws-sdk-sso/plugins/endpoints.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sso/resource.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sso/types.rb
 ${GEM_LIBDIR}/lib/aws-sdk-ssooidc.rb
 ${GEM_LIBDIR}/lib/aws-sdk-ssooidc/client.rb
 ${GEM_LIBDIR}/lib/aws-sdk-ssooidc/client_api.rb
 ${GEM_LIBDIR}/lib/aws-sdk-ssooidc/customizations.rb
+${GEM_LIBDIR}/lib/aws-sdk-ssooidc/endpoint_parameters.rb
+${GEM_LIBDIR}/lib/aws-sdk-ssooidc/endpoint_provider.rb
+${GEM_LIBDIR}/lib/aws-sdk-ssooidc/endpoints.rb
 ${GEM_LIBDIR}/lib/aws-sdk-ssooidc/errors.rb
+${GEM_LIBDIR}/lib/aws-sdk-ssooidc/plugins/endpoints.rb
 ${GEM_LIBDIR}/lib/aws-sdk-ssooidc/resource.rb
 ${GEM_LIBDIR}/lib/aws-sdk-ssooidc/types.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sts.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sts/client.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sts/client_api.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sts/customizations.rb
+${GEM_LIBDIR}/lib/aws-sdk-sts/endpoint_parameters.rb
+${GEM_LIBDIR}/lib/aws-sdk-sts/endpoint_provider.rb
+${GEM_LIBDIR}/lib/aws-sdk-sts/endpoints.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sts/errors.rb
+${GEM_LIBDIR}/lib/aws-sdk-sts/plugins/endpoints.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sts/plugins/sts_regional_endpoints.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sts/presigner.rb
 ${GEM_LIBDIR}/lib/aws-sdk-sts/resource.rb
diff -r 5037bc3b5eae -r 83dc76730203 www/ruby-aws-sdk-core/distinfo
--- a/www/ruby-aws-sdk-core/distinfo    Sun Dec 04 15:39:49 2022 +0000
+++ b/www/ruby-aws-sdk-core/distinfo    Sun Dec 04 15:39:57 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/10/09 09:07:55 taca Exp $
+$NetBSD: distinfo,v 1.11 2022/12/04 15:39:57 taca Exp $
 
-BLAKE2s (aws-sdk-core-3.159.0.gem) = c1c25f768317b89e628de7152d7273227cc240a44c0a68fbf4d953e6ffe5f669
-SHA512 (aws-sdk-core-3.159.0.gem) = 332e825a6b2985ee0ba20bc1f51ecca6edef2ababcba861ae8836b67d61a2f8184223ec7b670eb6c5de4511d113f767b1104ccfd0d1c24de859122ee79d4ce32
-Size (aws-sdk-core-3.159.0.gem) = 328704 bytes
+BLAKE2s (aws-sdk-core-3.168.3.gem) = 8ad02fbf42e627427fcd5a94076cdb09ce97116ffe4a2cce84f68e8fe2a35ee5
+SHA512 (aws-sdk-core-3.168.3.gem) = a812359c94dbb4f6860c53dc5d9607da42d64dc6f2cfe31298b6449be73da4d75c69dc4760a5051973879705d80424f4ca2d214a1cde362ac186debb7fe5fd47
+Size (aws-sdk-core-3.168.3.gem) = 348160 bytes



Home | Main Index | Thread Index | Old Index