pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/p5-Net-Amazon-S3



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Apr 21 11:08:53 UTC 2020

Modified Files:
        pkgsrc/net/p5-Net-Amazon-S3: Makefile distinfo

Log Message:
(net/p5-Net-Amazon-S3) Updated 0.85 to 0.89

0.89 Tue 11 Feb 2020 20:26:26
    - fix signature v4 test (Ali Zia)

0.88 Sat  1 Feb 2020 21:29:52
    - Allow passing headers from client to InitiateMultipartUpload request (Ali Zia)
    - sign uri with iam role (kuriyama)
    - Canned ACLs updated (ratsbane)

0.87 Mon  9 Dec 2019 19:53:42 GMT
    - Time::Piece fix from Eden Crane
    - eu-north-1 region (happy-barney)
    - drop hardcoded V2 in ListAllMyBuckets (happy-barney)
    - Fix setting of S3 XML document namespace (michal-josef-spacek)

0.86 Fri 12 Apr 2019 13:38:10 BST
    - Retry bucket HEAD few times see #51 (thanks Branislav Zahradn���k)
    - Support server side encryption also in Net::Amazon::S3::Bucket (thanks Branislav Zahradn���k)
    - Use session token if specified in Signature V4 as well #43 (thanks Branislav Zahradn���k)
    - Add website_redirect_location (thanks Gavin Carr)
    - Make keep_alive cache size configurable (thanks Michael Schout)
    - Pod::Weaver fixes (thanks Florian Schlichting)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/p5-Net-Amazon-S3/Makefile
cvs rdiff -u -r1.12 -r1.13 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.

Modified files:

Index: pkgsrc/net/p5-Net-Amazon-S3/Makefile
diff -u pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.32 pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.33
--- pkgsrc/net/p5-Net-Amazon-S3/Makefile:1.32   Sun Nov  3 11:45:47 2019
+++ pkgsrc/net/p5-Net-Amazon-S3/Makefile        Tue Apr 21 11:08:53 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2019/11/03 11:45:47 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2020/04/21 11:08:53 mef Exp $
 
-DISTNAME=      Net-Amazon-S3-0.85
+DISTNAME=      Net-Amazon-S3-0.89
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 

Index: pkgsrc/net/p5-Net-Amazon-S3/distinfo
diff -u pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.12 pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.13
--- pkgsrc/net/p5-Net-Amazon-S3/distinfo:1.12   Wed Aug 29 06:22:29 2018
+++ pkgsrc/net/p5-Net-Amazon-S3/distinfo        Tue Apr 21 11:08:53 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/08/29 06:22:29 wiz Exp $
+$NetBSD: distinfo,v 1.13 2020/04/21 11:08:53 mef Exp $
 
-SHA1 (Net-Amazon-S3-0.85.tar.gz) = 4d464783e1727dcfca1683233318c191d25820bb
-RMD160 (Net-Amazon-S3-0.85.tar.gz) = 924ef59ef8d12dc3c1c00c1afe3a1fab5984a1cf
-SHA512 (Net-Amazon-S3-0.85.tar.gz) = 6f72777e2213fb5f6415893ea2961fdb050320ff15b820b3d7dd94d38f570ba6ddda44f63f0248256de629cb6e759926a04b383699f9fe72322e6bd8327a1b63
-Size (Net-Amazon-S3-0.85.tar.gz) = 83897 bytes
+SHA1 (Net-Amazon-S3-0.89.tar.gz) = f2a9107e468675db7dd31eff0282c17f327f5c04
+RMD160 (Net-Amazon-S3-0.89.tar.gz) = 3b95d4cffa0d563fde236e53a61d9855d47d0f10
+SHA512 (Net-Amazon-S3-0.89.tar.gz) = d3f03abe5bce938dfddaf3dba801553902216740c57acec195c7a07dbbffa0754c3bdc70c09baf363be3016984243ad673d442aa7ea8ed82c53057b175dd32bd
+Size (Net-Amazon-S3-0.89.tar.gz) = 87563 bytes



Home | Main Index | Thread Index | Old Index