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 | |
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')
-rw-r--r-- | sysutils/duplicity/Makefile | 11 | ||||
-rw-r--r-- | sysutils/duplicity/PLIST | 5 | ||||
-rw-r--r-- | sysutils/duplicity/distinfo | 8 |
3 files changed, 10 insertions, 14 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index c132a0ee133..937ef3a6671 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2006/10/08 13:42:21 obache Exp $ -# +# $NetBSD: Makefile,v 1.10 2007/11/19 13:46:36 tron Exp $ -DISTNAME= duplicity-0.4.2 +DISTNAME= duplicity-0.4.3 CATEGORIES= sysutils net MASTER_SITES= http://savannah.nongnu.org/download/duplicity/ @@ -9,13 +8,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/duplicity/ COMMENT= Remote encrypting incremental backup utility -DEPENDS+= gnupg>=1.2.3:../../security/gnupg - BUILDLINK_API_DEPENDS.librsync+= librsync>=0.9.6 PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 22 23 24 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 +.include "../../devel/py-pexpect/buildlink3.mk" .include "../../devel/librsync/buildlink3.mk" +.include "../../security/py-gnupg/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/sysutils/duplicity/PLIST b/sysutils/duplicity/PLIST index 89b5218d3b6..b41d73bff16 100644 --- a/sysutils/duplicity/PLIST +++ b/sysutils/duplicity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/26 18:24:51 wennmach Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/11/19 13:46:36 tron Exp $ bin/duplicity bin/rdiffdir man/man1/duplicity.1 @@ -6,9 +6,6 @@ man/man1/rdiffdir.1 share/doc/${PKGNAME}/CHANGELOG share/doc/${PKGNAME}/COPYING share/doc/${PKGNAME}/README -${PYSITELIB}/duplicity/GnuPGInterface.py -${PYSITELIB}/duplicity/GnuPGInterface.pyc -${PYSITELIB}/duplicity/GnuPGInterface.pyo ${PYSITELIB}/duplicity/__init__.py ${PYSITELIB}/duplicity/__init__.pyc ${PYSITELIB}/duplicity/__init__.pyo 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 |