From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 204F81F8C6 for ; Tue, 7 Sep 2021 19:22:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346046AbhIGTXa (ORCPT ); Tue, 7 Sep 2021 15:23:30 -0400 Received: from cloud.peff.net ([104.130.231.41]:40942 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346038AbhIGTX3 (ORCPT ); Tue, 7 Sep 2021 15:23:29 -0400 Received: (qmail 20196 invoked by uid 109); 7 Sep 2021 19:22:22 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Tue, 07 Sep 2021 19:22:22 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 17145 invoked by uid 111); 7 Sep 2021 19:22:22 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Tue, 07 Sep 2021 15:22:22 -0400 Authentication-Results: peff.net; auth=none Date: Tue, 7 Sep 2021 15:22:21 -0400 From: Jeff King To: Konstantin Ryabitsev Cc: Junio C Hamano , git@vger.kernel.org Subject: Re: expired key in junio-gpg-pub Message-ID: References: <20210907182042.3ugoaicjt4e3h4fp@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210907182042.3ugoaicjt4e3h4fp@meerkat.local> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, Sep 07, 2021 at 02:20:42PM -0400, Konstantin Ryabitsev wrote: > On Tue, Sep 07, 2021 at 02:12:53PM -0400, Jeff King wrote: > > Have you extended the expiration on it? I wasn't able to find any > > updates on the keyservers I checked. But regardless, we should probably > > ship an updated one via the tag. > > You can get it from here: > https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/plain/keys/20D04E5A713660A7.asc Thanks! That fixes my problem. I do think we should update the in-repo tag. :) -Peff