[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.15-15-g23191d7
by Werner Koch
cvs at cvs.gnupg.org
Thu Mar 6 16:21:20 CET 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-1-4 has been updated
via 23191d7851eae2217ecdac6484349849a24fd94a (commit)
from 24ba0ce93263c42afb9f087ffcf2edda0b433022 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 23191d7851eae2217ecdac6484349849a24fd94a
Author: Werner Koch <wk at gnupg.org>
Date: Thu Mar 6 16:11:34 2014 +0100
gpg: Need to init the trustdb for import.
* g10/trustdb.c (clear_ownertrusts): Init trustdb.
--
This is actually a hack to fix a bug introduced with commit 2528178.
Debian uses it and thus we should do too.
GnuPG-bug-id: 1622
diff --git a/g10/trustdb.c b/g10/trustdb.c
index 0bf92e4..a541106 100644
--- a/g10/trustdb.c
+++ b/g10/trustdb.c
@@ -927,6 +927,7 @@ clear_ownertrusts (PKT_public_key *pk)
TRUSTREC rec;
int rc;
+ init_trustdb ();
if (trustdb_args.no_trustdb && opt.trust_model == TM_ALWAYS)
return 0;
-----------------------------------------------------------------------
Summary of changes:
g10/trustdb.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list