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 Jun 28 15:16:45 UTC 2026
Modified Files:
pkgsrc/www/ruby-aws-sdk-s3: Makefile distinfo
Log Message:
www/ruby-aws-sdk-s3: update to 1.226.0
1.226.0 (2026-06-16)
* Feature - Added support for annotations. You can now attach up to 1000
annotations (up to 1 MB each) directly to objects and create, retrieve,
list, and delete them using new annotation APIs. Also added support for
configuring an annotation table in S3 Metadata.
* Feature - Multipart copies now support tags_directive,
annotations_directive, and metadata_directive options for controlling
which source properties are copied to the destination.
* Issue - Fix error when performing cross-region multipart copies with
copy_source_region.
1.225.1 (2026-06-10)
* Issue - Fix download_file single-request mode not writing to a temporary
file when given a String/Pathname destination.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/www/ruby-aws-sdk-s3/Makefile \
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.59 pkgsrc/www/ruby-aws-sdk-s3/Makefile:1.60
--- pkgsrc/www/ruby-aws-sdk-s3/Makefile:1.59 Sun Jun 7 04:11:39 2026
+++ pkgsrc/www/ruby-aws-sdk-s3/Makefile Sun Jun 28 15:16:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2026/06/07 04:11:39 taca Exp $
+# $NetBSD: Makefile,v 1.60 2026/06/28 15:16:45 taca Exp $
-DISTNAME= aws-sdk-s3-1.225.0
+DISTNAME= aws-sdk-s3-1.226.0
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,7 @@ COMMENT= AWS SDK for Ruby - Amazon S3
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-aws-sdk-kms>=1<2:../../www/ruby-aws-sdk-kms
-#DEPENDS+= ${RUBY_PKGPREFIX}-aws-sdk-core>=3.244.0<4:../../www/ruby-aws-sdk-core
+#DEPENDS+= ${RUBY_PKGPREFIX}-aws-sdk-core>=3.248.0<4:../../www/ruby-aws-sdk-core
#DEPENDS+= ${RUBY_PKGPREFIX}-aws-sigv4>=1.5<2:../../www/ruby-aws-sigv4
USE_LANGUAGES= # none
Index: pkgsrc/www/ruby-aws-sdk-s3/distinfo
diff -u pkgsrc/www/ruby-aws-sdk-s3/distinfo:1.59 pkgsrc/www/ruby-aws-sdk-s3/distinfo:1.60
--- pkgsrc/www/ruby-aws-sdk-s3/distinfo:1.59 Sun Jun 7 04:11:39 2026
+++ pkgsrc/www/ruby-aws-sdk-s3/distinfo Sun Jun 28 15:16:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2026/06/07 04:11:39 taca Exp $
+$NetBSD: distinfo,v 1.60 2026/06/28 15:16:45 taca Exp $
-BLAKE2s (aws-sdk-s3-1.225.0.gem) = 49472608baeaf8d93549e24caf381a648103b1d631c270d7c50a8a40b9361186
-SHA512 (aws-sdk-s3-1.225.0.gem) = 7b511d6881e7683cf856548d5676cb57c12b20cabc61a9e6e7d0b54f76b496ab68b3001f185600993233e3a7bbda8d58a115f1dcdd96f1e489d26e5748ac571e
-Size (aws-sdk-s3-1.225.0.gem) = 586240 bytes
+BLAKE2s (aws-sdk-s3-1.226.0.gem) = 559300aa80b0da07e2061f0d2080ea8d6195f589dc09ec43582093c2840b1a93
+SHA512 (aws-sdk-s3-1.226.0.gem) = 46b4c55cf394c8236d8cd4b8fc139256112c21e3f3d44c391f14c12d6d2f9f30ecd5b81886f2fc3f875c3ee17e583d90549d2233b3583294abe92357786b6583
+Size (aws-sdk-s3-1.226.0.gem) = 602624 bytes
Home |
Main Index |
Thread Index |
Old Index