pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-Amazon-S3 Update from version 0.37 to versi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/56a5d0c06528
branches: trunk
changeset: 543693:56a5d0c06528
user: he <he%pkgsrc.org@localhost>
date: Sat Jun 21 22:33:34 2008 +0000
description:
Update from version 0.37 to version 0.44.
Added new dependencies.
Changes:
0.44 Thu Mar 27 08:35:59 GMT 2008
- fix bug with storing files consisting of "0" (thanks to
Martin Atkins)
0.43 Sat Mar 1 10:55:54 GMT 2008
- add binmode() to support Windows (thanks to Gabriel Weinberg)
0.42 Thu Feb 28 06:39:59 GMT 2008
- add exponential backoff upon temporary errors with the new
retry option
0.41 Fri Nov 30 10:42:26 GMT 2007
- fix the expensive tests (patch by BDOLAN)
- added support for EU buckets (patch by BDOLAN)
0.40 Tue Oct 30 11:40:42 GMT 2007
- fix for content length with empty keys by Mark A. Hershberger
- get_key and get_key_filename now return content_length
- rewrote synopsis
- added support for common prefix (thanks to Andy Grundman)
0.39 Sun Aug 19 14:47:01 BST 2007
- add add_key_filename and get_key_filename which send files
directly from disk - good for large files (Jim Blomo)
- support UTF8 keys (Jim Blomo)
- switch back from Build.PL to Makefile.PL
0.38 Sun Mar 4 16:43:28 GMT 2007
- use http_proxy and https_proxy environment variables for proxy
settings (Ask Bjoern Hansen)
- don't add the Authorization header if one is already specified
when making a request - good for allowing caching to resources
that are public. (Ask Bjoern Hansen)
diffstat:
net/p5-Net-Amazon-S3/Makefile | 6 ++++--
net/p5-Net-Amazon-S3/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 46e2cc34d205 -r 56a5d0c06528 net/p5-Net-Amazon-S3/Makefile
--- a/net/p5-Net-Amazon-S3/Makefile Sat Jun 21 22:27:03 2008 +0000
+++ b/net/p5-Net-Amazon-S3/Makefile Sat Jun 21 22:33:34 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:39 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/06/21 22:33:34 he Exp $
-DISTNAME= Net-Amazon-S3-0.37
+DISTNAME= Net-Amazon-S3-0.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -14,7 +14,9 @@
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
DEPENDS+= p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime
DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC
+DEPENDS+= p5-Digest-MD5-File>=0:../../security/p5-Digest-MD5-File
DEPENDS+= p5-libwww>=2:../../www/p5-libwww
+DEPENDS+= p5-LWP-UserAgent-Determined>=0:../../www/p5-LWP-UserAgent-Determined
DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
diff -r 46e2cc34d205 -r 56a5d0c06528 net/p5-Net-Amazon-S3/distinfo
--- a/net/p5-Net-Amazon-S3/distinfo Sat Jun 21 22:27:03 2008 +0000
+++ b/net/p5-Net-Amazon-S3/distinfo Sat Jun 21 22:33:34 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/09 17:09:54 tv Exp $
+$NetBSD: distinfo,v 1.2 2008/06/21 22:33:34 he Exp $
-SHA1 (Net-Amazon-S3-0.37.tar.gz) = 0121e225b7aedb42e45c154db3d647a3ec97c0a5
-RMD160 (Net-Amazon-S3-0.37.tar.gz) = bdae69ccb67a291f77e5522e3f8be3211881aede
-Size (Net-Amazon-S3-0.37.tar.gz) = 16683 bytes
+SHA1 (Net-Amazon-S3-0.43.tar.gz) = 192d9fa94cec1f048f31dc8e8377a3c08e167db6
+RMD160 (Net-Amazon-S3-0.43.tar.gz) = 2f5686d633cb522a84471fc6c0820cd60953aba1
+Size (Net-Amazon-S3-0.43.tar.gz) = 20024 bytes
Home |
Main Index |
Thread Index |
Old Index