diff options
author | he <he@pkgsrc.org> | 2008-06-21 22:33:34 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-06-21 22:33:34 +0000 |
commit | 0ea9617ef6dc1c8a3bea1accbde3286c987593f6 (patch) | |
tree | 5257ff4f9a5f9ce73fb086573ceb17248e927989 /net/p5-Net-Amazon-S3 | |
parent | 35b1488acbfb742edb7c190e8d513f8997a136b4 (diff) | |
download | pkgsrc-0ea9617ef6dc1c8a3bea1accbde3286c987593f6.tar.gz |
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 (limited to 'net/p5-Net-Amazon-S3')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index 5d5dbdcb61f..5b60e16e426 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo index bb9db17231d..99e81b9c1b4 100644 --- a/net/p5-Net-Amazon-S3/distinfo +++ b/net/p5-Net-Amazon-S3/distinfo @@ -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 |