Version: 0.8.21, Package name: duplicity-0.8.21 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Description Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server. The duplicity package also includes the rdiffdir utility. Rdiffdir is an extension of librsync's rdiff to directories---it can be used to produce signatures and deltas of directories as well as regular files. These signatures and deltas are in GNU tar format. Only minimal dependencies are enforced, other backends require additional dependencies (some are available in packages, some not). For S3, "pkg_add py3-boto3" and use the URL boto3+s3://bucket/subdir. Other options are: # azure # b2sdk # dropbox==6.9.0 # gdata # jottalib # mediafire # pydrive # pyrax # python-cloudfiles # python-swiftclient # requests_oauthlib # urllib3 |
Filesize: 1343.231 KB |
Version History (View Complete History) |
|
2021-11-01 18:02:24 by Stuart Henderson | Files touched by this commit (121) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-05-13 02:22:57 by Kirill Bychkov | Files touched by this commit (1) |
Log message: fix python shebang and switch to HTTPS while here |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-19 12:28:45 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Update to duplicity-0.8.18. |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-10-05 13:46:18 by Jeremie Courreges-Anglas | Files touched by this commit (44) |
Log message: Remove gnupg-1.4 and replace it with gnupg-2 gnupg-1.4 is not developed actively anymore, and new software expects a modern "gpg" executable, which leads to pointless patches in the ports tree. Move the various users of security/gnupg2 to security/gnupg and zap patches that forced the use of "gpg2". Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test reports from semarie@, giovanni@ and solene@, input and bulk build by sthen@. ok sthen@ edd@ (maintainer) |
2020-07-05 02:53:45 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Update to duplicity-0.8.13. - move to py3 - move to gnupg2 |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-01 04:20:24 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Update to duplicity-0.7.19 and bring a patch from Fedora that should fix a unicode issue reported by stsp@ |
2018-10-22 19:03:17 by Daniel Jakots | Files touched by this commit (2) |
Log message: Update to duplicity-0.7.18.2 From Henrik Friedrichsen |
2018-09-02 19:16:06 by Daniel Jakots | Files touched by this commit (3) |
Log message: Update to duplicity-0.7.18.1 Drop maintainership while there |
2018-04-04 14:29:49 by Daniel Jakots | Files touched by this commit (4) |
Log message: Update to duplicity-0.7.17 |
2018-01-21 10:48:39 by Daniel Jakots | Files touched by this commit (2) |
Log message: Update to duplicity-0.7.16 |
2017-08-09 15:41:54 by Daniel Jakots | Files touched by this commit (4) |
Log message: Update to duplicity-0.7.13.1 |
2017-05-18 20:33:27 by Daniel Jakots | Files touched by this commit (2) |
Log message: Sync DESCR with upstream prodded a while ago by mmcc |
2017-05-14 12:37:08 by Daniel Jakots | Files touched by this commit (3) |
Log message: Update to duplicity-0.7.12 |
2017-01-26 15:52:20 by Daniel Jakots | Files touched by this commit (1) |
Log message: Upstream committed a fix based on this diff |
2017-01-13 18:59:05 by Daniel Jakots | Files touched by this commit (4) |
Log message: Update to duplicity-0.7.11 ok shadchin@ giovanni@ |
2016-09-16 10:18:19 by Daniel Jakots | Files touched by this commit (1) |
Log message: Patch committed upstream |
2016-09-03 02:45:52 by Daniel Jakots | Files touched by this commit (4) |
Log message: update to duplicity-0.7.10 and enable tests as they don't hang any more add a patch from giovanni@ to fix an otherwise failing test ok giovanni@ |
2016-08-09 05:16:53 by Daniel Jakots | Files touched by this commit (4) |
Log message: update to duplicity-0.7.09 Tested by Rune Pade, thanks! |
2016-05-25 11:41:36 by Daniel Jakots | Files touched by this commit (5) |
Log message: update to duplicity-0.7.07.1 Take maintainer ok shadchin@ |
2016-02-22 11:45:53 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Fix documentation: the default ssh backend is now paramiko (again) Issue noticed by, and patch from Tim (trondd at kagu-tsuchi dot com). ok naddy@ |
2016-01-16 22:30:32 by Alexandr Shadchin | Files touched by this commit (7) |
Log message: Update to duplicity 0.7.06, from viq. |
2015-09-29 04:52:35 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for setuptools dep change. |
2015-06-03 22:19:12 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to duplicity-0.6.26. from brad |
2015-01-02 13:11:18 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Remove unresponsive MAINTAINER and unneeded RDEP on py-gnupg duplicity contains its own modified and improved copy of GnuPGInterface since some time already. GnuPGInterface has no user left in the tree. MAINTAINER timeout. ok dcoppa@ (for the RDEP part only). |
2014-11-14 00:49:33 by Brad Smith | Files touched by this commit (6) |
Log message: Update to duplicity 0.6.25. maintainer timeout |
2014-11-01 04:28:15 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message: Update to duplicity-0.6.24, from Jason Tubnor. ok giovanni@ |
2011-06-08 11:50:25 by Jasper Lievisse Adriaanse | Files touched by this commit (9) |
Log message: bump after default python version switch |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-11-11 12:00:49 by Marc Espie | Files touched by this commit (30) |
Log message: last WANTLIB conversion, hopefully |
2010-10-19 01:43:05 by Marc Espie | Files touched by this commit (132) |
Log message: USE_GROFF=Yes |
2010-09-23 06:59:21 by Stefan Sperling | Files touched by this commit (2) |
Log message: Update to 0.6.10. ok jim@ (MAINTAINER) |
2010-08-30 11:57:31 by Federico G. Schwindt | Files touched by this commit (12) |
Log message: Bump revision after python's default change. |
2009-12-05 07:45:08 by Jim Razmus II | Files touched by this commit (4) |
Log message: update to 0.6.06 from bernd@ ok bernd@ |
2009-05-15 10:36:50 by Jim Razmus II | Files touched by this commit (3) |
Log message: update to 0.5.17 and change maintainer per Bruno Bigras. ok wcmaier@ simon@ |
2009-03-28 12:12:50 by Christian Weisgerber | Files touched by this commit (12) |
Log message: bump for python dependency change |
2009-02-16 08:28:58 by Stuart Henderson | Files touched by this commit (25) |
Log message: add MASTER_SITES_SAVANNAH and switch ports over to using it. ok jasper, landry |
2009-02-08 17:28:33 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to 0.5.08, from Jim Razmus via maintainer Bruno Bigras. |
2009-01-03 14:27:26 by Matthias Kilian | Files touched by this commit (22) |
Log message: MODPY_EXPAT_DEPENDS doesn't exist any longer. While here, update PLISTs, some WANTLIBs, some license markers and use MODPY_EGG_VERSION where it may help to keep future PLIST diffs smaller. help, nitpicking and ok jasper@, ok wcmaier@ note that print/py-reportlab/reportlab needs some more love. |
2008-09-16 20:40:27 by Okan Demirmen | Files touched by this commit (4) |
Log message: update to 0.5.01 from MAINTAINER (Bruno Bigras) ok merdely@ |
2008-07-28 18:09:07 by Okan Demirmen | Files touched by this commit (2) |
Log message: update to 0.4.12 from Bruno Bigras (MAINTAINER) ok merdely@ |