summaryrefslogtreecommitdiff
path: root/sysutils/duplicity
AgeCommit message (Collapse)AuthorFilesLines
2008-06-21update to 0.4.11drochner2-6/+6
changes: -restore a patch which got lost in 0.4.10, for S3 filestore -fix for ssh uris with given portnumbers
2008-04-25Update to duplicity-0.4.10.tnn2-6/+6
New in v0.4.10 (2008/03/27): bug #22728: FTP backend fails on empty directory patch #6374: Duplicity --tempdir patch documentation. patch #6375: Duplicity reports the epoch for a nonexistant last full backup date patch #6380: add additional named logging levels patch #6389: Possible Fix for pagefile.sys on Win32 systems patch #6403: Restore by overwriting files/directories by using --force option patch #6449: add additional debug level logging patch #6453: handle absolute urls in webdav backend
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-02-06Update to version 0.4.9. ChangeLog is extremely verbose; seebjs4-15/+24
${WRKSRC}/CHANGES. With this update comes Amazon S3 support provided by the newly imported net/py-boto package. This has not been tested yet, however, as I do not have an S3 account. Please let me know if this update has resulted in any untoward effects. Thanks.
2007-11-19Update "duplicity" package to version 0.4.3. Changes since version 0.4.2:tron3-14/+10
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.
2006-10-08Update duplicity to 0.4.2.obache2-8/+7
Patch provided by Martin Wilke via PR 34574. And also work with python24, so add 24 to PYTHON_VERSIONS_ACCEPTED.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-26Initial import of duplicity-0.4.1, an encrypting remote incrementalwennmach5-0/+129
backup utility