From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BB76139083 for ; Mon, 11 Dec 2017 07:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBF15E1038; Mon, 11 Dec 2017 07:53:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC3E8E1038 for ; Mon, 11 Dec 2017 07:53:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0749533BE18 for ; Mon, 11 Dec 2017 07:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683C6AE65 for ; Mon, 11 Dec 2017 07:53:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1512978644.a1a2a3bc2ef8a6be3b0e0b7cbfd9a4f8ea9ee7b6.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0042.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a1a2a3bc2ef8a6be3b0e0b7cbfd9a4f8ea9ee7b6 X-VCS-Branch: master Date: Mon, 11 Dec 2017 07:53:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a9657ba-520f-4832-b57f-1e9d38749e49 X-Archives-Hash: cb756450a0b236d5362914e8cade0a14 commit: a1a2a3bc2ef8a6be3b0e0b7cbfd9a4f8ea9ee7b6 Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 26 23:13:08 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 11 07:50:44 2017 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=a1a2a3bc glep-0042: Drop requirement for detached signatures. glep-0042.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/glep-0042.rst b/glep-0042.rst index c6b41e9..7726ea4 100644 --- a/glep-0042.rst +++ b/glep-0042.rst @@ -9,7 +9,7 @@ Type: Standards Track Status: Final Version: 3 Created: 2005-10-31 -Last-Modified: 2016-03-18 +Last-Modified: 2017-11-26 Post-History: 2005-11-01, 2005-11-05, 2005-11-07, 2005-12-11, 2005-12-13, 2005-12-18, 2006-01-05, 2006-03-02, 2006-03-06, 2006-06-12, 2006-09-05, 2016-03-10 @@ -203,19 +203,16 @@ A news item file is a text file, encoded using UTF-8 [#rfc-3629]_ for compatibility with and for the same reasons as existing Gentoo documentation [#docs-policy]_ and the tree [#glep-31]_. -News items must be signed with a detached GPG signature.:: - - gpg --armour --detach-sign ????-??-??-*.??.txt - -This GLEP does not specify the type or strength of signature to be used, nor -does it discuss how, if at all, a centralised keychain will be provided. These -issues should be handled as part of the signing policy discussions. - A news item file's content will consist of an RFC 822 style header [#rfc-822]_ followed by the main body of the message as plain text. This GLEP defines various optional and mandatory headers. Future GLEPs may propose new headers — tools handling these news items must ignore any unrecognised header. +.. Note:: A previous version of this GLEP had required that news items must + be signed with a detached OpenPGP signature. This was no longer deemed + necessary after moving news items to a Git repository with commit signing, + and deployment of full-tree verification per GLEP 74 [#glep-74]_. + News Item Headers ''''''''''''''''' @@ -500,6 +497,9 @@ References https://www.gentoo.org/glep/glep-0034.html .. [#glep-45] GLEP 45: "GLEP date format", Henrik Brix Andersen, https://www.gentoo.org/glep/glep-0045.html +.. [#glep-74] GLEP 74: "Full-tree verification using Manifest files", + Michał Górny, Robin Hugh Johnson, Ulrich Müller, + https://www.gentoo.org/glep/glep-0074.html .. [#iso-639] ISO 639 "Code for the representation of names of languages" .. [#ramereth-repo] "Re: [gentoo-dev] GLEP ??: Critical News Reporting", Lance Albertson,