Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 1D47F63BCF4 for ; Mon, 6 Feb 2012 00:25:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D4A7E14A18F; Mon, 6 Feb 2012 00:25:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B221A14A18D for ; Mon, 6 Feb 2012 00:25:43 +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 0b5R7kkBB-2S for ; Mon, 6 Feb 2012 00:25:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2A5BF14A17D for ; Mon, 6 Feb 2012 00:25:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A24EC175DD; Mon, 6 Feb 2012 00:25:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 6 Feb 2012 00:25:42 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: pkgsrc/net/py-s3cmd To: pkgsrc-changes@NetBSD.org Reply-To: jakllsch@netbsd.org X-Mailer: log_accum Message-Id: <20120206002542.A24EC175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jakllsch Date: Mon Feb 6 00:25:42 UTC 2012 Modified Files: pkgsrc/net/py-s3cmd: Makefile PLIST distinfo Log Message: 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] To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-s3cmd/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-s3cmd/PLIST \ pkgsrc/net/py-s3cmd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.