diff options
author | Werner Koch <[email protected]> | 2017-01-31 12:22:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-01-31 12:24:24 +0000 |
commit | b0e8376e19072ec3c590273c69ab3e8e5edfdaca (patch) | |
tree | 9261b21b9a9e93741cfff3e59e6c50084bfb7ebf /doc/dirmngr.texi | |
parent | scd: Remove --debug-disable-ticker option. (diff) | |
download | gnupg-b0e8376e19072ec3c590273c69ab3e8e5edfdaca.tar.gz gnupg-b0e8376e19072ec3c590273c69ab3e8e5edfdaca.zip |
dirmngr: Require --allow-version-check even if --use-tor is used.
* dirmngr/dirmngr.c (housekeeping_thread): Load swdb only if the
option is set.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r-- | doc/dirmngr.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index fcc174f92..7fc11a2aa 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -266,8 +266,8 @@ seconds. @item --allow-version-check @opindex allow-version-check Allow Dirmngr to connect to @code{https://versions.gnupg.org} to get -the list of current software versions. If this option is enabled, or -if @option{use-tor} is active, the list is retrieved when the local +the list of current software versions. If this option is enabled +the list is retrieved in case the local copy does not exist or is older than 5 to 7 days. See the option @option{--query-swdb} of the command @command{gpgconf} for more details. Note, that regardless of this option a version check can |