diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2012-02-06 00:25:42 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2012-02-06 00:25:42 +0000 |
commit | d10bfea8a02a3f64dce4a02d76947ecdccf09ac7 (patch) | |
tree | 45383a4a8a693489666da98f0a7d72822fd913d7 | |
parent | f2e89315869f8225a6b684fba006eed0f347265b (diff) | |
download | pkgsrc-d10bfea8a02a3f64dce4a02d76947ecdccf09ac7.tar.gz |
Update to s3cmd-1.0.1, with permission from ver.
Changes since 0.9.9.91:
s3cmd 1.0.1 - 2011-06-10
===========
* Increased socket_timeout from 10 sec to 5 min
* Improved compatibility with Python 2.4 on RHEL 5 / CentOS 5
s3cmd 1.0.0 - 2011-01-18
===========
* [sync] now supports --no-check-md5
* Network connections now have 10s timeout
* [sync] now supports bucket-to-bucket synchronisation
* Added [accesslog] command.
* Added access logging for CloudFront distributions using [cfmodify --log]
* Added --acl-grant and --acl-revoke [Timothee Groleau]
* Allow s3:// URI as well as cf:// URI as a distribution
name for most CloudFront related commands.
* Support for Reduced Redundancy Storage (--reduced-redundancy)
* Follow symlinks in [put] and [sync] with --follow-symlinks
* Support for CloudFront DefaultRootObject [Luke Andrew]
-rw-r--r-- | net/py-s3cmd/Makefile | 4 | ||||
-rw-r--r-- | net/py-s3cmd/PLIST | 5 | ||||
-rw-r--r-- | net/py-s3cmd/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile index 5ca1b3f3abc..a273b60c761 100644 --- a/net/py-s3cmd/Makefile +++ b/net/py-s3cmd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2010/10/09 09:34:07 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/02/06 00:25:42 jakllsch Exp $ -DISTNAME= s3cmd-0.9.9.91 +DISTNAME= s3cmd-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=s3tools/} diff --git a/net/py-s3cmd/PLIST b/net/py-s3cmd/PLIST index 6a51c4be994..2a74a0bb9f7 100644 --- a/net/py-s3cmd/PLIST +++ b/net/py-s3cmd/PLIST @@ -1,9 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2010/07/19 16:42:12 ver Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/02/06 00:25:42 jakllsch Exp $ bin/s3cmd man/man1/s3cmd.1 share/doc/packages/s3cmd/INSTALL share/doc/packages/s3cmd/NEWS share/doc/packages/s3cmd/README +${PYSITELIB}/S3/AccessLog.py +${PYSITELIB}/S3/AccessLog.pyc +${PYSITELIB}/S3/AccessLog.pyo ${PYSITELIB}/S3/ACL.py ${PYSITELIB}/S3/ACL.pyc ${PYSITELIB}/S3/ACL.pyo diff --git a/net/py-s3cmd/distinfo b/net/py-s3cmd/distinfo index 8f246401081..832e4a7abe8 100644 --- a/net/py-s3cmd/distinfo +++ b/net/py-s3cmd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2010/07/19 16:42:12 ver Exp $ +$NetBSD: distinfo,v 1.2 2012/02/06 00:25:42 jakllsch Exp $ -SHA1 (s3cmd-0.9.9.91.tar.gz) = 011f552d486ad77e09a07f01c7e8903ccc787837 -RMD160 (s3cmd-0.9.9.91.tar.gz) = 31818beed635d5916149d4b354f8009089f63afd -Size (s3cmd-0.9.9.91.tar.gz) = 51132 bytes +SHA1 (s3cmd-1.0.1.tar.gz) = 89eb9974cb523e0410db735d9d9991b355d053c1 +RMD160 (s3cmd-1.0.1.tar.gz) = 18d404e055dedc4713f4365ad1b0f92c744c0843 +Size (s3cmd-1.0.1.tar.gz) = 57594 bytes |