diff options
author | tron <tron@pkgsrc.org> | 2007-11-19 13:46:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-11-19 13:46:36 +0000 |
commit | 34e9459a91d4003954807e203e4e00ed7978ee4d (patch) | |
tree | f4aa39f4e91db55bc450ef088ccde8aea4d88634 /sysutils/duplicity/distinfo | |
parent | 63f6dae6b6595e6b8e2b1ab27f09f4be70579065 (diff) | |
download | pkgsrc-34e9459a91d4003954807e203e4e00ed7978ee4d.tar.gz |
Update "duplicity" package to version 0.4.3. Changes since version 0.4.2:
Move get_password() to Backend class to standardize.
- Fix problem with ftpBackend to create target directory
if needed. Note: this creates only one level.
- Dropped ssh-command and added ssh-options to allow users
to add options to the scp and sftp commmands.
- Removed use of tempfile.TemporaryFile(). This fixes the
restore problem on Windows that was due to Python bug
1776696 reported on Sourceforge.
- Fixed Debian Bug#437694: Make bzip2 compression optional.
The default is not to do bzip2 compression. To use bzip2
add the following command line option:
--gpg-options='--compress-algo=bzip2 --bzip2-compress-level=9'
Note: do not add spaces in the string value.
- Fixed bug 20764 - unable to use port in ssh backend.
https://savannah.nongnu.org/bugs/?20764
- Remove ssh_command option, add ssh_options. This adds
options to the scp and sftp commands that are used by
the ssh backend.
- Change ssh backend to send 'quit' instead of EOF when
using sftp. This allows it to run under cron as long
as the password is supplied non-interactively.
- Change ssh backend to not pass :port part of URL to
scp or sftp. We already supply -oPort=xx for port.
Diffstat (limited to 'sysutils/duplicity/distinfo')
-rw-r--r-- | sysutils/duplicity/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo index 120a09549b3..792c44a6b66 100644 --- a/sysutils/duplicity/distinfo +++ b/sysutils/duplicity/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2006/10/08 13:42:21 obache Exp $ +$NetBSD: distinfo,v 1.4 2007/11/19 13:46:36 tron Exp $ -SHA1 (duplicity-0.4.2.tar.gz) = 37e861218800910fab7590f45520e0f1d8b318d4 -RMD160 (duplicity-0.4.2.tar.gz) = c6c86f397e43b7d5f63965d69f3328daa601d00b -Size (duplicity-0.4.2.tar.gz) = 103183 bytes +SHA1 (duplicity-0.4.3.tar.gz) = 57d44feee22e20d14772c80a4ce048d5a58cf4ad +RMD160 (duplicity-0.4.3.tar.gz) = 2f8be650a42384ef5612a36968459358130a6909 +Size (duplicity-0.4.3.tar.gz) = 104581 bytes SHA1 (patch-aa) = 48866f297e2dcffd5da98b8298d6acf08821f7e8 |