From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47136) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPYec-0007bl-BW for guix-patches@gnu.org; Fri, 17 Apr 2020 17:36:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPYea-0004UR-Dl for guix-patches@gnu.org; Fri, 17 Apr 2020 17:36:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58518) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPYeZ-0004SF-09 for guix-patches@gnu.org; Fri, 17 Apr 2020 17:36:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPYeY-00017Y-Tk for guix-patches@gnu.org; Fri, 17 Apr 2020 17:36:02 -0400 Subject: bug#40689: [PATCH] gnupg: Accept revoked keys. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200417212517.22922-1-me@tobias.gr> Date: Fri, 17 Apr 2020 23:35:11 +0200 In-Reply-To: <20200417212517.22922-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Fri, 17 Apr 2020 23:25:17 +0200") Message-ID: <87k12d94og.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Tobias Geerinckx-Rice Cc: 40689-done@debbugs.gnu.org Hi, Tobias Geerinckx-Rice skribis: > I (nckx) have revoked all RSA subkeys, in favour of my older and > freshly-refreshed ECDSA ones. This was merely a precaution: to my > knowledge all my RSA private keys have been carefully destroyed and > were never compromised. This commit keeps =E2=80=98make authenticate=E2= =80=99 happy. > > * guix/gnupg.scm (revkeysig-rx): New variable for revoked keys. > (gnupg-verify): Parse it. > (gnupg-status-good-signature?): Accept it as =E2=80=98good=E2=80=99 for o= ur purposes. > * build-aux/git-authenticate.scm (%committers): Clarify nckx's subkeys. Great. Applied on your behalf, thanks! Ludo=E2=80=99.