aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dirmngr.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2016-11-21 04:09:24 +0000
committerDaniel Kahn Gillmor <[email protected]>2019-07-20 18:16:20 +0000
commit38ab07d34464317d3bc7b786ef1379468792c192 (patch)
tree6730ad02af41dac06a1bc46ca86ce5025e0cf946 /dirmngr/dirmngr.c
parentdirmngr: Avoid need for hkp housekeeping. (diff)
downloadgnupg-38ab07d34464317d3bc7b786ef1379468792c192.tar.gz
gnupg-38ab07d34464317d3bc7b786ef1379468792c192.zip
dirmngr: Avoid automatically checking upstream swdb.
* dirmngr/dirmngr.c (housekeeping_thread): Avoid automatically checking upstream's software database. In Debian, software updates should be handled by the distro mechanism, and additional upstream checks only confuse the user. * doc/dirmngr.texi: document that --allow-version-check does nothing. Signed-off-by: Daniel Kahn Gillmor <[email protected]> Gbp-Pq: Topic dirmngr-idling Gbp-Pq: Name dirmngr-Avoid-automatically-checking-upstream-swdb.patch
Diffstat (limited to '')
-rw-r--r--dirmngr/dirmngr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c
index 4f7f4be32..ffbb10871 100644
--- a/dirmngr/dirmngr.c
+++ b/dirmngr/dirmngr.c
@@ -1957,8 +1957,6 @@ housekeeping_thread (void *arg)
if (network_activity_seen)
{
network_activity_seen = 0;
- if (opt.allow_version_check)
- dirmngr_load_swdb (&ctrlbuf, 0);
workqueue_run_global_tasks (&ctrlbuf, 1);
}
else