[pkg-gnupg-maint] Bug#785789: Bug#785789: gnupg: key import spits debug messages "gpg: DBG: armor-keys-failed" to stderr

Werner Koch wk at gnupg.org
Wed May 20 13:26:15 UTC 2015


That has been fixed in the upstream repo.  Here is the patch:

>From f34d88364a984947bcd7c344f9532f683b856353 Mon Sep 17 00:00:00 2001
From: Werner Koch <wk at gnupg.org>
Date: Thu, 26 Feb 2015 09:38:58 +0100
Subject: [PATCH] gpg: Remove left-over debug message.

* g10/armor.c (check_input): Remove log_debug.
---
 g10/armor.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/g10/armor.c b/g10/armor.c
index 4332d70..be03692 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -538,9 +538,6 @@ check_input( armor_filter_context_t *afx, IOBUF a )
             /* This is probably input from a keyserver helper and we
                have not yet seen an error line.  */
             afx->key_failed_code = parse_key_failed_line (line+4, len-4);
-            log_debug ("armor-keys-failed (%.*s) ->%d\n",
-                       (int)len, line,
-                       afx->key_failed_code);
           }
 	if( i >= 0 && !(afx->only_keyblocks && i != 1 && i != 5 && i != 6 )) {
 	    hdr_line = i;
-- 
2.1.4


-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.



More information about the pkg-gnupg-maint mailing list