Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C18C263BC1D for ; Sat, 5 Sep 2009 22:11:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6FF4263B15C; Sat, 5 Sep 2009 22:11:51 +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 8924363B13F for ; Sat, 5 Sep 2009 22:11:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7935A175D0; Sat, 5 Sep 2009 22:11:50 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 5 Sep 2009 22:11:50 +0000 From: Tobias Nygren Subject: CVS commit: pkgsrc/sysutils/duplicity To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20090905221150.7935A175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: tnn Date: Sat Sep 5 22:11:50 UTC 2009 Modified Files: pkgsrc/sysutils/duplicity: Makefile PLIST distinfo Log Message: Update to duplicity-0.5.20: New in v0.5.20 (2009/08/28) --------------------------- Bugs fixed this release: 408059 Failure due to _logger.log failure for content with special characters: TypeError decoding Unicode not supported 412667 "duplicity remove-older-than" asks for passphrase even though not required 418170 [PATCH] file names longer then 512 symbols are not supported New in v0.5.19 (2009/08/06) --------------------------- Fixed problem where Cygwin was returning -1 for the hard max open file limit. On process that complete before waitpid(), log them and return zero as the process return status. Make sure 'invalid packet (ctb=14)' from gpg is not a fatal error. Copy changes from trunk for duplicity translation. Allow handling of unicode filenames in log messages. Ignore unicode() translation errors in log messsages. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/duplicity/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/duplicity/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/duplicity/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.