- Update to 0.5.12 - Remove dependencies on pexpect/GnuPGInterface as they are both bundled (there was some issue in the past about the bundled pexpect not getting picked up, but I am unable to reproduce this with the current version). - Fix some out-of-order plist entries. Port maintainer (vd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 Upstream changelog: New in v0.5.12 (2009/03/15) --------------------------- bug #25838: Backup fails / ncftp - remote file already exists https://savannah.nongnu.org/bugs/?25838 With this fix we also get resume in ftp get/put. If a put or get fails part of the way through, ncftp will resume on the next retry. bug #25853: duplicity fails with boto passwords coming from ~/.boto https://savannah.nongnu.org/bugs/?25853 patch #6773: Make user name optional in rsync backend https://savannah.nongnu.org/patch/?6773 GPG errors will no longer cause tracebacks, but will produce a log entry, from gpg, similar to the following: ===== Begin GnuPG log ===== gpg: BAD0BAD0: skipped: public key not found gpg: [stdin]: encryption failed: public key not found ===== End GnuPG log ===== This will let the user know what really caused the GPG process to fail, and what really caused errors like 'broken pipe'. Add Epydoc output to web site and start adding documentation. http://duplicity.nongnu.org/epydoc/index.html New in v0.5.11 (2009/03/08) --------------------------- bug #25787: Usernames with @-sign are not handled properly https://savannah.nongnu.org/bugs/?25787 Bug #333057: GnuPGInterface prints exit statuses incorrectly https://bugs.launchpad.net/bugs/333057 bug #25696: ncftp error w/0.5.09 -- nested target directories https://savannah.nongnu.org/bugs/?25696 bug #15664: When restoring backup: "OverflowError: long int too large to convert to int" https://savannah.nongnu.org/bugs/?15664 patch #6761: More robust pexpect handling of SSH authentication https://savannah.nongnu.org/patch/?6761 patch #6762: Wrong exit() used for 2.3/2.4 Python https://savannah.nongnu.org/patch/?6762 New in v0.5.10 (2009/03/01) --------------------------- The default filename format has changed from W3 style to a long numeric style, YYYYMMDDTHHMMSSZ, with no delimiters, thus is now compatible with Windows/Samba filesystems. The time is UTC, not local, so there will be no timezone or daylight savings time issues. Duplicity still recognizes the old long filename format, and will continue incremental backup chains if found. The old format is still available via the --old-filenames option (pending deprecation). Users of --short-filenames or --time-separator should stop using these options on their next full backup. The new filenames are compatible with your system. The following options are pending deprecation and will be removed in a future release: --time-separator --short-filenames --old-filenames bug #19988: Incompatibility to Samba/SMB share https://savannah.nongnu.org/bugs/?19988 bug #25097: Allow listing files from any time, not just current time https://savannah.nongnu.org/bugs/?25097 bug #25550: Error codes do not propagate from log to exit status https://savannah.nongnu.org/bugs/?25550 bug #25308: Signatures orphaned if from another time zone https://savannah.nongnu.org/bugs/?25308 Bug #229826: duplicity crashed with ValueError in port() https://bugs.launchpad.net/duplicity/+bug/229826
Responsible Changed From-To: freebsd-ports-bugs->vd Over to maintainer (via the GNATS Auto Assign Tool)
vd 2009-03-27 06:54:19 UTC FreeBSD ports repository Modified files: sysutils/duplicity Makefile distinfo pkg-plist Log: * Upgrade sysutils/duplicity from 0.5.09 to 0.5.12 * Remove dependencies on pexpect/GnuPGInterface as they are both bundled * Fix some out-of-order plist entries ChangeLog: http://duplicity.nongnu.org/CHANGELOG PR: ports/132908 Submitted by: Peter Schuller <peter.schuller@infidyne.com> Revision Changes Path 1.24 +2 -12 ports/sysutils/duplicity/Makefile 1.16 +3 -3 ports/sysutils/duplicity/distinfo 1.10 +6 -3 ports/sysutils/duplicity/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!