Bug 133139 - [PATCH] sysutils/duplicity: update to 0.5.13
Summary: [PATCH] sysutils/duplicity: update to 0.5.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 22:10 UTC by Peter Schuller
Modified: 2009-03-28 06:50 UTC (History)
1 user (show)

See Also:


Attachments
duplicity-0.5.13.patch (1.12 KB, patch)
2009-03-27 22:10 UTC, Peter Schuller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Schuller 2009-03-27 22:10:03 UTC
- Update to 0.5.13

Port maintainer (vd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Upstream changelog:

New in v0.5.13 (2009/03/26)
---------------------------
Add more error detection to FTP backend.

Fix backends so sleep does not occur after last retry.

Fix so BackendException does not cause traceback except when
verbosity is at level 5 or higher (Info level).

Adjust log levels so some errors show up with default verbosity.

Fixed bug where an extra comma caused a traceback during a warning
about unnecessary sig files.  Plus fixed print so the real filename
would show up and not a Python object representation.

Add Changelog.GNU to website and distribution to add a bit of detail
showing the CVS changes via rcs2log.  Added dist/mkGNUChangelog.sh.

bug #22908: Don't block gpg-agent
https://savannah.nongnu.org/bugs/?22908

To fix the above, --use-agent was added as a command line option.
When this is specified and asymetric encryption is enabled, then all
GnuPG passphrases will come from the gpg-agent or equivalent program
and no passphrase prompt will be issued.

bug #25787: Usernames with escaped @-sign are not handled properly
https://savannah.nongnu.org/bugs/?25787

bug #25976: Password requested when not needed.
https://savannah.nongnu.org/bugs/?25976

patch #6787: import duplicity.GnuPGInterface explicitly
https://savannah.nongnu.org/patch/?6787
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-27 22:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-28 06:46:22 UTC
vd          2009-03-28 06:46:09 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/duplicity   Makefile distinfo 
  Log:
  Upgrade sysutils/duplicity from 0.5.12 to 0.5.13
  
  ChangeLog:
  http://duplicity.nongnu.org/CHANGELOG
  
  PR:             ports/133139
  Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
  
  Revision  Changes    Path
  1.25      +1 -1      ports/sysutils/duplicity/Makefile
  1.17      +3 -3      ports/sysutils/duplicity/distinfo
_______________________________________________
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"
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2009-03-28 06:46:27 UTC
State Changed
From-To: open->closed

Committed, thanks!