[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.18-72-gad93910
Alex Vandiver
alexmv at bestpractical.com
Fri Nov 22 13:17:07 EST 2013
The branch, 4.0-trunk has been updated
via ad9391083d4d60aeccf7a1766204fe7d78237e05 (commit)
from e625a53e8e62bab2efacde09b8e3d3d5026ed447 (commit)
Summary of changes:
etc/RT_Config.pm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ad9391083d4d60aeccf7a1766204fe7d78237e05
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Nov 22 11:35:20 2013 -0500
Switch to non-deprecated suggested "retrive keys when verifying" option
The gpg --auto-key-retrieve option was deprecated GnuPG 1.0.7 in 2002,
in favor of --keyserver-option=auto-key-retrieve:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff;h=f8f52d8
Switch to listing the non-deprecated form.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 62563aa..9d53b45 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2165,7 +2165,7 @@ Set(%GnuPGOptions,
# 'auto-key-locate' => 'keyserver',
# enables the automatic retrieving of keys when verifying signatures
-# 'auto-key-retrieve' => undef,
+# 'keyserver-options' => 'auto-key-retrieve',
);
=back
-----------------------------------------------------------------------
More information about the rt-commit
mailing list