pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-aws-sdk-s3
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 4 15:42:05 UTC 2022
Modified Files:
pkgsrc/www/ruby-aws-sdk-s3: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-aws-sdk-s3/Makefile \
pkgsrc/www/ruby-aws-sdk-s3/PLIST pkgsrc/www/ruby-aws-sdk-s3/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-s3/Makefile
diff -u pkgsrc/www/ruby-aws-sdk-s3/Makefile:1.1 pkgsrc/www/ruby-aws-sdk-s3/Makefile:1.2
--- pkgsrc/www/ruby-aws-sdk-s3/Makefile:1.1 Sun Dec 12 12:59:31 2021
+++ pkgsrc/www/ruby-aws-sdk-s3/Makefile Sun Sep 4 15:42:05 2022
@@ -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
Index: pkgsrc/www/ruby-aws-sdk-s3/PLIST
diff -u pkgsrc/www/ruby-aws-sdk-s3/PLIST:1.1 pkgsrc/www/ruby-aws-sdk-s3/PLIST:1.2
--- pkgsrc/www/ruby-aws-sdk-s3/PLIST:1.1 Sun Dec 12 12:59:31 2021
+++ pkgsrc/www/ruby-aws-sdk-s3/PLIST Sun Sep 4 15:42:05 2022
@@ -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/obj
${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
Index: pkgsrc/www/ruby-aws-sdk-s3/distinfo
diff -u pkgsrc/www/ruby-aws-sdk-s3/distinfo:1.1 pkgsrc/www/ruby-aws-sdk-s3/distinfo:1.2
--- pkgsrc/www/ruby-aws-sdk-s3/distinfo:1.1 Sun Dec 12 12:59:31 2021
+++ pkgsrc/www/ruby-aws-sdk-s3/distinfo Sun Sep 4 15:42:05 2022
@@ -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