From owner-dev-commits-doc-all@freebsd.org Mon May 17 10:23:56 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAE926435E4 for ; Mon, 17 May 2021 10:23:56 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FkFbc5hkPz3qwX; Mon, 17 May 2021 10:23:56 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id A4C91259A2; Mon, 17 May 2021 10:23:56 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-ej1-f48.google.com with SMTP id et19so1316607ejc.4; Mon, 17 May 2021 03:23:56 -0700 (PDT) X-Gm-Message-State: AOAM531Um/7K/UZCKNuvZNNbCwlNgOuNtIAWrLL4Y42G0O3WhLFoHfSy /UWLIRdEG2u6pkBOGAnqWtOUqsyaJHxgu1X2w7w= X-Google-Smtp-Source: ABdhPJx0v7w0sFWZnD4AT57UD1tRzA1hoj31GHGPsqpBaVHAAagSh8sDAydxMJK2sgYiFrnPNakrUEVY8QBH7F48j3s= X-Received: by 2002:a17:906:2dcd:: with SMTP id h13mr16366464eji.41.1621247035578; Mon, 17 May 2021 03:23:55 -0700 (PDT) MIME-Version: 1.0 References: <202105162040.14GKeRfJ089059@gitrepo.freebsd.org> <20210517101939.d73svm4gzox2e4sn@nerd-thinkpad.local> In-Reply-To: <20210517101939.d73svm4gzox2e4sn@nerd-thinkpad.local> From: Sergio Carlavilla Date: Mon, 17 May 2021 12:23:41 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 3f63c74021 - main - Homogenize all PGP keys to follow the same syntax To: Daniel Ebdrup Jensen , dev-commits-doc-all@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2021 10:23:56 -0000 On Mon, 17 May 2021 at 12:20, Daniel Ebdrup Jensen wrote: > On Sun, May 16, 2021 at 08:40:27PM +0000, Sergio Carlavilla Delgado wrote= : > >The branch main has been updated by carlavilla: > > > >URL: > https://cgit.FreeBSD.org/doc/commit/?id=3D3f63c740214b40d44e826da8c93ebbd= 1afac3b1e > > > >commit 3f63c740214b40d44e826da8c93ebbd1afac3b1e > >Author: Sergio Carlavilla Delgado > >AuthorDate: 2021-05-16 20:38:14 +0000 > >Commit: Sergio Carlavilla Delgado > >CommitDate: 2021-05-16 20:40:12 +0000 > > > > Homogenize all PGP keys to follow the same syntax > [SNIP] > > Hi Sergio, > > I think this commit has broken the PGP keyring [1]. > > So far as I know, it's used by quite a lot of people, to keep their > local PGP keyrings up-to-date with the project related keys. > > Yours, > Daniel Ebdrup Jensen > > 1: https://docs.freebsd.org/pgpkeyring.txt > Hi, I creates an script yes, but I don=E2=80=99t updated yet the document. What you=E2=80=99re seeing in this link it=E2=80=99s a redirect to the old = txt file. I=E2=80=99ll update the document this night. Thanks for the report.