From 63d91b43074d360dc89924a2e39d4b15f610a4ac Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 12 Sep 2021 09:30:28 +0000 Subject: [PATCH] Update to 0.98 Upstream changes: 0.98 2021-03-22 - document how to use buckets with dots, Signature V4, and HTTPS together - fix Net::Amazon::S3::Client::Object::exists (#94) - improve compatibility with DigitalOcean Spaces (#95) 0.97 2020-10-09 - presigned object access uri supports also PUT/DELETE methods (#89) 0.96 2020-10-07 - Signature V4 didn't work properly for services on non-standard port (issue #88) 0.95 2020-10-06 - bugfix release, with new test coverage - small cleanups 0.94 2020-09-27 - fix undefined method call in still untested methods (thanks Russell Jenkins) 0.93 2020-09-27 - fix syntax failures on perl < v5.22 (thanks cpantesters) 0.92 2020-09-26 - misc cleanups, more tests - Net::Amazon::S3::Client now can be constructed with same arguments as Net::Amazon::S3 - Support explicit ACL in bucket/object/upload creation - Support set_acl on Client::Bucket / Client::Object (issue #83) - Add support for bucket/object tagging (issue #44) --- net/p5-Net-Amazon-S3/Makefile | 5 ++--- net/p5-Net-Amazon-S3/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index 6193686b2bad..b33251df0205 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2021/05/24 19:53:25 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2021/09/12 09:30:28 wen Exp $ -DISTNAME= Net-Amazon-S3-0.91 +DISTNAME= Net-Amazon-S3-0.98 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo index 14f9f500b735..e81a460d846b 100644 --- a/net/p5-Net-Amazon-S3/distinfo +++ b/net/p5-Net-Amazon-S3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/09/07 12:17:33 wiz Exp $ +$NetBSD: distinfo,v 1.15 2021/09/12 09:30:28 wen Exp $ -SHA1 (Net-Amazon-S3-0.91.tar.gz) = 3da3fcba146c648d2f45f605dd20a6a54c7af0f6 -RMD160 (Net-Amazon-S3-0.91.tar.gz) = 1b2f022b7229dcac84652c985e567a54001603b8 -SHA512 (Net-Amazon-S3-0.91.tar.gz) = 5f40476b1771eb74234cf1f2205047866ced7a693318696464c53e310ea06b04b5783613417c6f221333df6502a55fdb1ae0a02b2c3145daa00ecd247428f1d3 -Size (Net-Amazon-S3-0.91.tar.gz) = 97265 bytes +SHA1 (Net-Amazon-S3-0.98.tar.gz) = 4c205fa0e33452c18ddbe1e2e10770b3d05f4c4e +RMD160 (Net-Amazon-S3-0.98.tar.gz) = 37e713a9cb77b552d46bd5c04bc4d88a352214ec +SHA512 (Net-Amazon-S3-0.98.tar.gz) = fa7b4848d4d6a16243a092e78b6b4cde876cb2945e5d261fff0f54e6d66e57995fc527b9cebcc78c7e590051290d48ef36f1405eedfb3073fd5754c7a396604a +Size (Net-Amazon-S3-0.98.tar.gz) = 131669 bytes