Activity log for bug #259076

Date Who What changed Old value New value Message
2008-08-18 13:51:44 Cristian Klein bug added bug
2008-08-18 13:54:15 Cristian Klein description When port numbers are given in SSH URIs, duplicity incorrectly calls sftp and scp with that port number in the hostname field. Example: $ duplicity -v5 svn ssh://example.com:26/svn.duplicity Running 'sftp -oPort=26 cristi@example.com:26' (attempt #1) Remote file or directory 'svn.duplicity' does not exist Running 'sftp -oPort=26 cristi@example.com:26' failed (attempt #1) sftp should be called as 'sftp -oPort=26 example.com' (without :26). This bug is solved in duplicity v0.4.12. When port numbers are given in SSH URIs, duplicity incorrectly calls sftp and scp with that port number in the hostname field. Example: $ duplicity -v5 svn ssh://example.com:26/svn.duplicity Running 'sftp -oPort=26 cristi@example.com:26' (attempt #1) Remote file or directory 'svn.duplicity' does not exist Running 'sftp -oPort=26 cristi@example.com:26' failed (attempt #1) sftp should be called as 'sftp -oPort=26 example.com' (without :26). This bug is solved in duplicity v0.4.12. Bug URL: https://savannah.nongnu.org/bugs/index.php?23066 ChangeLog for v0.4.12: http://duplicity.nongnu.org/CHANGELOG
2008-08-28 15:52:47 Daniel Hahler duplicity: status New Triaged
2008-08-28 15:52:47 Daniel Hahler duplicity: importance Undecided Medium
2008-08-28 15:52:47 Daniel Hahler duplicity: statusexplanation This should be fixed in duplicity 0.4.12. I'll request a sync of it, since it's a bugfix-only release.
2009-02-18 16:09:21 Kenneth Loafman bug assigned to duplicity
2009-02-18 16:25:42 Kenneth Loafman duplicity: assignee kenneth-loafman
2009-02-18 16:25:42 Kenneth Loafman duplicity: statusexplanation
2009-02-19 22:22:59 Kenneth Loafman duplicity: status New Fix Released
2009-02-19 22:22:59 Kenneth Loafman duplicity: importance Undecided Medium
2009-02-19 22:22:59 Kenneth Loafman duplicity: statusexplanation Fixed in https://savannah.nongnu.org/bugs/?23066, released in 0.4.11.
2009-03-27 16:36:34 Jorge Castro duplicity: importance Medium Unknown
2009-03-27 16:36:34 Jorge Castro duplicity: status Fix Released Unknown
2009-03-27 16:36:34 Jorge Castro duplicity: assignee kenneth-loafman
2009-04-29 13:35:06 Launchpad Janitor duplicity (Ubuntu): status Triaged Fix Released
2009-08-13 17:18:21 Launchpad Janitor branch linked lp:ubuntu/karmic/duplicity