pkgsrc/sysutils/duplicity/patches/patch-aa
drochner d262128200 update to 0.6.21
changes:
-many fixes
-new option: Generate encrypted backups without revealing the user's
 key id via option --hidden-encrypt-key
-translation updates
-cleanup, doc improvement

pkgsrc changes:
-added option to use gnupg2
-drop py-boto dependency -- if we had a dependency for each possible
 backend, it would be just too much. add a MESSAGE pointing to
 some options and information
-minor cleanup
2013-04-11 16:27:45 +00:00

15 lines
377 B
Text

$NetBSD: patch-aa,v 1.4 2013/04/11 16:27:45 drochner Exp $
prepare for SUBST
--- duplicity/gpginterface.py.orig 2013-01-23 14:35:56.000000000 +0000
+++ duplicity/gpginterface.py
@@ -281,7 +281,7 @@ class GnuPG:
"""
def __init__(self):
- self.call = 'gpg'
+ self.call = '@GPGPATH@'
self.passphrase = None
self.options = Options()