pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/duplicity Update "duplicity" package to versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a90429c8d72
branches:  trunk
changeset: 535494:4a90429c8d72
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Nov 19 13:46:36 2007 +0000

description:
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:

 sysutils/duplicity/Makefile |  11 +++++------
 sysutils/duplicity/PLIST    |   5 +----
 sysutils/duplicity/distinfo |   8 ++++----
 3 files changed, 10 insertions(+), 14 deletions(-)

diffs (63 lines):

diff -r 735cd6298d72 -r 4a90429c8d72 sysutils/duplicity/Makefile
--- a/sysutils/duplicity/Makefile       Mon Nov 19 13:44:22 2007 +0000
+++ b/sysutils/duplicity/Makefile       Mon Nov 19 13:46:36 2007 +0000
@@ -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 @@
 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 -r 735cd6298d72 -r 4a90429c8d72 sysutils/duplicity/PLIST
--- a/sysutils/duplicity/PLIST  Mon Nov 19 13:44:22 2007 +0000
+++ b/sysutils/duplicity/PLIST  Mon Nov 19 13:46:36 2007 +0000
@@ -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 @@
 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 -r 735cd6298d72 -r 4a90429c8d72 sysutils/duplicity/distinfo
--- a/sysutils/duplicity/distinfo       Mon Nov 19 13:44:22 2007 +0000
+++ b/sysutils/duplicity/distinfo       Mon Nov 19 13:46:36 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index