[git] GnuPG - branch, master, updated. gnupg-2.1.7-45-g84f4c88

by Werner Koch cvs at cvs.gnupg.org
Sun Aug 23 21:19:22 CEST 2015


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, master has been updated
       via  84f4c8811fc5bdd78693c4dc289389a8337cc257 (commit)
      from  88317ae8c829bfeb1689415efbd32b7a232d7bd0 (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 84f4c8811fc5bdd78693c4dc289389a8337cc257
Author: Werner Koch <wk at gnupg.org>
Date:   Sun Aug 23 21:16:39 2015 +0200

    dirmngr: Allow sending of Zack's key.
    
    * dirmngr/server.c (MAX_KEYBLOCK_LENGTH): Increase to 1 MiB.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/dirmngr/server.c b/dirmngr/server.c
index 1b7e9e9..5c142e8 100644
--- a/dirmngr/server.c
+++ b/dirmngr/server.c
@@ -59,8 +59,9 @@
 
 /* The same goes for OpenPGP keyblocks, but here we need to allow for
    much longer blocks; a 200k keyblock is not too unusual for keys
-   with a lot of signatures (e.g. 0x5b0358a2).  */
-#define MAX_KEYBLOCK_LENGTH (512*1024)
+   with a lot of signatures (e.g. 0x5b0358a2).  9C31503C6D866396 even
+   has 770 KiB as of 2015-08-23.  */
+#define MAX_KEYBLOCK_LENGTH (1024*1024)
 
 
 #define PARM_ERROR(t) assuan_set_error (ctx, \

-----------------------------------------------------------------------

Summary of changes:
 dirmngr/server.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list