pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-aws-sdk-core
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 18 14:43:04 UTC 2026
Modified Files:
pkgsrc/www/ruby-aws-sdk-core: Makefile PLIST distinfo
Log Message:
www/ruby-aws-sdk-core: update to 3.241.4
3.241.4 (2026-01-16)
* Issue - Rewind IO during initialization for AwsChunkedTrailerDigestIO.
3.241.3 (2026-01-08)
* Issue - Disable request trailer checksums when using non-HTTPs endpoints.
3.241.2 (2026-01-07)
* Issue - Preserve existing Content-Encoding when applying request trailer
checksum.
3.241.1 (2026-01-06)
* Issue - Fix memory leak in ClockSkew retry plugin by normalizing endpoints
to prevent unlimited hash growth.
3.241.0 (2026-01-05)
* Feature - Improved memory efficiency when calculating request checksums.
3.240.0 (2025-12-16)
* Feature - Updated configuration values for defaults_mode.
* Issue - Prioritizes JSON over CBOR when both are supported for stubbed
clients.
3.239.2 (2025-11-25)
* Issue - Fix login_credentials in credentials chain when config is enabled.
3.239.1 (2025-11-21)
* Issue - Fixed HTTP/2 connection issues when using custom ports.
3.239.0 (2025-11-20)
* Feature - Updated Aws::Signin::Client with the latest API changes.
* Issue - Fix region configuration for LoginCredential's Signin client.
3.238.0 (2025-11-19)
* Feature - Updated Aws::Signin::Client with the latest API changes.
* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - IAM now supports outbound identity federation via the STS
GetWebIdentityToken API, enabling AWS workloads to securely authenticate
with external services using short-lived JSON Web Tokens.
* Feature - Add LoginCredentials which retrieves credentials from AWS
Sign-In. Support aws-sdk-signin alias gem.
3.237.0 (2025-11-10)
* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Added GetDelegatedAccessToken API, which is not available for
general use at this time.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/ruby-aws-sdk-core/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-aws-sdk-core/PLIST
cvs rdiff -u -r1.70 -r1.71 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.
Modified files:
Index: pkgsrc/www/ruby-aws-sdk-core/Makefile
diff -u pkgsrc/www/ruby-aws-sdk-core/Makefile:1.69 pkgsrc/www/ruby-aws-sdk-core/Makefile:1.70
--- pkgsrc/www/ruby-aws-sdk-core/Makefile:1.69 Mon Nov 3 03:40:16 2025
+++ pkgsrc/www/ruby-aws-sdk-core/Makefile Sun Jan 18 14:43:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2025/11/03 03:40:16 taca Exp $
+# $NetBSD: Makefile,v 1.70 2026/01/18 14:43:04 taca Exp $
-DISTNAME= aws-sdk-core-3.236.0
+DISTNAME= aws-sdk-core-3.241.4
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-aws-sdk-core/PLIST
diff -u pkgsrc/www/ruby-aws-sdk-core/PLIST:1.12 pkgsrc/www/ruby-aws-sdk-core/PLIST:1.13
--- pkgsrc/www/ruby-aws-sdk-core/PLIST:1.12 Mon May 12 14:24:22 2025
+++ pkgsrc/www/ruby-aws-sdk-core/PLIST Sun Jan 18 14:43:04 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/05/12 14:24:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/01/18 14:43:04 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/LICENSE.txt
@@ -66,6 +66,7 @@ ${GEM_LIBDIR}/lib/aws-sdk-core/log/forma
${GEM_LIBDIR}/lib/aws-sdk-core/log/handler.rb
${GEM_LIBDIR}/lib/aws-sdk-core/log/param_filter.rb
${GEM_LIBDIR}/lib/aws-sdk-core/log/param_formatter.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/login_credentials.rb
${GEM_LIBDIR}/lib/aws-sdk-core/lru_cache.rb
${GEM_LIBDIR}/lib/aws-sdk-core/pageable_response.rb
${GEM_LIBDIR}/lib/aws-sdk-core/pager.rb
@@ -198,6 +199,17 @@ ${GEM_LIBDIR}/lib/aws-sdk-core/xml/parse
${GEM_LIBDIR}/lib/aws-sdk-core/xml/parser/parsing_error.rb
${GEM_LIBDIR}/lib/aws-sdk-core/xml/parser/rexml_engine.rb
${GEM_LIBDIR}/lib/aws-sdk-core/xml/parser/stack.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/client.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/client_api.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/customizations.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/endpoint_parameters.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/endpoint_provider.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/endpoints.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/errors.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/plugins/endpoints.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/resource.rb
+${GEM_LIBDIR}/lib/aws-sdk-signin/types.rb
${GEM_LIBDIR}/lib/aws-sdk-sso.rb
${GEM_LIBDIR}/lib/aws-sdk-sso/client.rb
${GEM_LIBDIR}/lib/aws-sdk-sso/client_api.rb
Index: pkgsrc/www/ruby-aws-sdk-core/distinfo
diff -u pkgsrc/www/ruby-aws-sdk-core/distinfo:1.70 pkgsrc/www/ruby-aws-sdk-core/distinfo:1.71
--- pkgsrc/www/ruby-aws-sdk-core/distinfo:1.70 Mon Nov 3 03:40:16 2025
+++ pkgsrc/www/ruby-aws-sdk-core/distinfo Sun Jan 18 14:43:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2025/11/03 03:40:16 taca Exp $
+$NetBSD: distinfo,v 1.71 2026/01/18 14:43:04 taca Exp $
-BLAKE2s (aws-sdk-core-3.236.0.gem) = 9876bf0e3a3337f16ff62cf3ae2f4735bed669524347bf69c77aa50c77e24be3
-SHA512 (aws-sdk-core-3.236.0.gem) = 96c2cf5488ea4cb81e526fba1b0d268b5f4c1c0277fdf131eb7abff6ae2a39ae73daed16aaf41e6ba7e47c45159de6e88bb189403222e35c84db213f2e9386a3
-Size (aws-sdk-core-3.236.0.gem) = 395264 bytes
+BLAKE2s (aws-sdk-core-3.241.4.gem) = 60ba5cd82fa20211118d66b42898a7995fa9e694e7e91fb2a8871252a624ea2c
+SHA512 (aws-sdk-core-3.241.4.gem) = d9e11b0a82cce0a6d672147b0889e8ceca2d646ced9fa16a06960b44bdd384949529253aa130869e8cca0b1d779ebdc5de572bc2e33a93c8ecc82be633be8020
+Size (aws-sdk-core-3.241.4.gem) = 416768 bytes
Home |
Main Index |
Thread Index |
Old Index