diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-19 14:57:39 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-12-19 14:57:39 +0100 |
commit | f00d26304c1febd47d5d9aefdcb9dd7e25f4058c (patch) | |
tree | 8c0487dcbdf4563aefe40afc2cc2b71e3a6e7e56 /methods | |
parent | aff87a762f86ed47f2b81ccbac23faa5d9fddcdb (diff) | |
parent | 383594799377d5e628ee84557218f538d7b0bc0a (diff) |
merged from bzr.debian.net
Diffstat (limited to 'methods')
-rw-r--r-- | methods/gpgv.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/gpgv.cc b/methods/gpgv.cc index 01b240856..1ed26a30a 100644 --- a/methods/gpgv.cc +++ b/methods/gpgv.cc @@ -83,6 +83,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile, Args[i++] = gpgvpath.c_str(); Args[i++] = "--status-fd"; Args[i++] = "3"; + Args[i++] = "--ignore-time-conflict"; Args[i++] = "--keyring"; Args[i++] = pubringpath.c_str(); |