Received: by mail.netbsd.org (Postfix, from userid 605) id 8598D84D86; Mon, 20 Aug 2018 03:10:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 833CD84D81 for ; Mon, 20 Aug 2018 03:10:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mP8KzFM2Z63G for ; Mon, 20 Aug 2018 03:10:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8A97684D63 for ; Mon, 20 Aug 2018 03:10:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84888FBEC; Mon, 20 Aug 2018 03:10:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534734615147320" MIME-Version: 1.0 Date: Mon, 20 Aug 2018 03:10:15 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/net/p5-Net-Amazon-S3 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180820031015.84888FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1534734615147320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wen Date: Mon Aug 20 03:10:15 UTC 2018 Modified Files: pkgsrc/net/p5-Net-Amazon-S3: Makefile distinfo Log Message: Update to 0.84 Add missing DEPENDS Upstream changes: 0.84 Mon 16 Jul 2018 17:49:10 BST - Put back credential cache code lost in Signature 4 patch (Branislav Zahradník) 0.83 Tue 10 Jul 2018 22:30:23 BST - All patches by Branislav Zahradník - Use Signature 4 by default only for amazonaws host (issue #29) - Relaxing constraint on owner id, accepting any string (issue #18) - Enable secure by default (issue #23) - Sanity object uris to avoid invalid signature (issue #28) 0.82 Sat 7 Jul 2018 14:28:06 BST - Use HEAD request to determine bucket region (patch by Branislav Zahradník) 0.81 Thu 28 Jun 2018 20:27:44 GMT (TRIAL RELEASE) - Restore CHANGES files format - Change path to new github repo - Add optional delimiter parameter to Net::Amazon::S3::Client::Bucket->list (patch by Christian Lackas) - Add expected and received ETag value if upload is detected as being incorrect. - Add support for all location constraints when creating buckets - making DateTime coercion optional for last_modified (something that might happen million of times without ever been used, in a rather expensive operation) (patch by Christian Lackas) - avoiding MD5 calculation of large files (chunked uploads) that are then never used (patch by Christian Lackas) - add ability to set use_virtual_host to use virtual host method of making requests which eliminate having to set the region endpoint of a bucket. (patch by Christian Lackas) - Add V4 support (patch by Branislav Zahradník) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/p5-Net-Amazon-S3/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/p5-Net-Amazon-S3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1534734615147320 Content-Disposition: inline Content-Length: 2283 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-Net-Amazon-S3/Makefile diff -u pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.26 pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.27 --- pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.26 Mon Jun 5 14:24:18 2017 +++ pkgsrc/net/p5-Net-Amazon-S3/Makefile Mon Aug 20 03:10:15 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2017/06/05 14:24:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2018/08/20 03:10:15 wen Exp $ -DISTNAME= Net-Amazon-S3-0.80 +DISTNAME= Net-Amazon-S3-0.84 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -22,6 +21,7 @@ DEPENDS+= p5-LWP-UserAgent-Determined>=0 DEPENDS+= p5-Moose>=0.85:../../devel/p5-Moose DEPENDS+= p5-MooseX-StrictConstructor>=0.16:../../devel/p5-MooseX-StrictConstructor DEPENDS+= p5-MooseX-Types-DateTime>=0.07:../../time/p5-MooseX-Types-DateTime +DEPENDS+= p5-MooseX-Types-DateTime-MoreCoercions>=0.07:../../time/p5-MooseX-Types-DateTime-MoreCoercions DEPENDS+= p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common DEPENDS+= p5-URI>=0:../../www/p5-URI DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML Index: pkgsrc/net/p5-Net-Amazon-S3/distinfo diff -u pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.10 pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.11 --- pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.10 Sun Mar 6 15:45:44 2016 +++ pkgsrc/net/p5-Net-Amazon-S3/distinfo Mon Aug 20 03:10:15 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/03/06 15:45:44 bsiegert Exp $ +$NetBSD: distinfo,v 1.11 2018/08/20 03:10:15 wen Exp $ -SHA1 (Net-Amazon-S3-0.80.tar.gz) = 9277713c58207fcfcde5614493c8f4c1c2625b43 -RMD160 (Net-Amazon-S3-0.80.tar.gz) = 279e67388fa7ef9a3d532df32d67f03c68ae24fa -SHA512 (Net-Amazon-S3-0.80.tar.gz) = 0a6a60e9c227e5646c21585b90c6d2cc437cb7c898cc69b8d4165ee426b9b22e14c94c5c95cffcbfc4b1f310a910dbcd2a03eba06d0eb86192d25458856ed254 -Size (Net-Amazon-S3-0.80.tar.gz) = 60202 bytes +SHA1 (Net-Amazon-S3-0.84.tar.gz) = 0dbaa96dd3510e23b8e905644afce244e01dc15a +RMD160 (Net-Amazon-S3-0.84.tar.gz) = d53659c7e845bf65476bc15911e71270ac120f1f +SHA512 (Net-Amazon-S3-0.84.tar.gz) = 055542eb0f15fd51b5d1f1007f3fb0d8414e06255b7c7bf9da8a15228f99e18658da5d1cb8499bf7dea3de4910e5d8418b8229bbd3de60d49bf8e679f04481ab +Size (Net-Amazon-S3-0.84.tar.gz) = 62155 bytes --_----------=_1534734615147320--