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-s3 www/ruby-aws-sdk-s3: update to 1.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37d6a0192b9d
branches:  trunk
changeset: 384762:37d6a0192b9d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 04 15:42:05 2022 +0000

description:
www/ruby-aws-sdk-s3: update to 1.114.0

1.114.0 (2022-05-03)

* Feature - Documentation only update for doc bug fixes for the S3 API docs.

1.113.2 (2022-04-26)

* Issue - Fix an issue where ExpiredToken errors were retried as if the
  request was from another region.

1.113.1 (2022-04-25)

* Issue - Rewind the underlying file on a streaming retry that is not a
  truncated body (#2692).

1.113.0 (2022-02-24)

* Feature - This release adds support for new integrity checking
  capabilities in Amazon S3.  You can choose from four supported checksum
  algorithms for data integrity checking on your upload and download
  requests.  In addition, AWS SDK can automatically calculate a checksum as
  it streams data into S3

1.112.0 (2022-02-03)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.111.3 (2022-01-24)

* Issue - Fix starts_with fields on PresignedPost (#2636).

1.111.2 (2022-01-20)

* Issue - Minor cleanups.

1.111.1 (2022-01-06)

* Issue - Don't fail small files in upload_file when :thread_count is
  set. (#2628)

1.111.0 (2022-01-04)

* Feature - Minor doc-based updates based on feedback bugs received.

1.110.0 (2021-12-21)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

diffstat:

 www/ruby-aws-sdk-s3/Makefile |  4 ++--
 www/ruby-aws-sdk-s3/PLIST    |  3 ++-
 www/ruby-aws-sdk-s3/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 2756bebbb07d -r 37d6a0192b9d www/ruby-aws-sdk-s3/Makefile
--- a/www/ruby-aws-sdk-s3/Makefile      Sun Sep 04 15:40:21 2022 +0000
+++ b/www/ruby-aws-sdk-s3/Makefile      Sun Sep 04 15:42:05 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/12/12 12:59:31 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/04 15:42:05 taca Exp $
 
-DISTNAME=      aws-sdk-s3-1.109.0
+DISTNAME=      aws-sdk-s3-1.114.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 2756bebbb07d -r 37d6a0192b9d www/ruby-aws-sdk-s3/PLIST
--- a/www/ruby-aws-sdk-s3/PLIST Sun Sep 04 15:40:21 2022 +0000
+++ b/www/ruby-aws-sdk-s3/PLIST Sun Sep 04 15:42:05 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/12/12 12:59:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/09/04 15:42:05 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.txt
@@ -89,6 +89,7 @@
 ${GEM_LIBDIR}/lib/aws-sdk-s3/plugins/redirects.rb
 ${GEM_LIBDIR}/lib/aws-sdk-s3/plugins/s3_host_id.rb
 ${GEM_LIBDIR}/lib/aws-sdk-s3/plugins/s3_signer.rb
+${GEM_LIBDIR}/lib/aws-sdk-s3/plugins/skip_whole_multipart_get_checksums.rb
 ${GEM_LIBDIR}/lib/aws-sdk-s3/plugins/sse_cpk.rb
 ${GEM_LIBDIR}/lib/aws-sdk-s3/plugins/streaming_retry.rb
 ${GEM_LIBDIR}/lib/aws-sdk-s3/plugins/url_encoded_keys.rb
diff -r 2756bebbb07d -r 37d6a0192b9d www/ruby-aws-sdk-s3/distinfo
--- a/www/ruby-aws-sdk-s3/distinfo      Sun Sep 04 15:40:21 2022 +0000
+++ b/www/ruby-aws-sdk-s3/distinfo      Sun Sep 04 15:42:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/12/12 12:59:31 taca Exp $
+$NetBSD: distinfo,v 1.2 2022/09/04 15:42:05 taca Exp $
 
-BLAKE2s (aws-sdk-s3-1.109.0.gem) = 122e273a48806e5c5739fce4ad84814a817b4a4106b2e43d1f38244830fb0e33
-SHA512 (aws-sdk-s3-1.109.0.gem) = 52cdcad2486082da4f8b16ce9556fd60963123660717386e4ce42b6ff2bbf89ae70e4f1b035ea94bce3e697c1a294e877cf9435125fa163f79218ebdd6d43238
-Size (aws-sdk-s3-1.109.0.gem) = 326656 bytes
+BLAKE2s (aws-sdk-s3-1.114.0.gem) = cc62f7b29097325f2b9eb7751a02796d347b35658b6876aa9161d132562fc8a9
+SHA512 (aws-sdk-s3-1.114.0.gem) = 1bd89db932a5d2c22b006a5c32cd5b2721652b778eee5954a082f89a433fac5a7f522eae5e318e415874e6347299cb4eb90cae15139907b5f2818d1ecfd838e2
+Size (aws-sdk-s3-1.114.0.gem) = 348160 bytes



Home | Main Index | Thread Index | Old Index