Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: robbat2@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v4 13/14] glep-0063: Remove whitespace from LDAP field
Date: Sat, 07 Jul 2018 06:02:32
Message-Id: 20180707055623.28603-14-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v4 00/14] GLEP 63 update by "Michał Górny"
1 Requested-by: Robin H. Johnson <robbat2@g.o>
2 ---
3 glep-0063.rst | 8 ++++----
4 1 file changed, 4 insertions(+), 4 deletions(-)
5
6 diff --git a/glep-0063.rst b/glep-0063.rst
7 index d4fd953..0792a5c 100644
8 --- a/glep-0063.rst
9 +++ b/glep-0063.rst
10 @@ -39,6 +39,9 @@ v2
11
12 The usage of DSA keys has been disallowed.
13
14 + The ``gpgfingerprint`` LDAP field has been altered to remove optional
15 + whitespace.
16 +
17 v1.1
18 The recommended RSA key size has been changed from 4096 bits
19 to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
20 @@ -157,10 +160,7 @@ Gentoo LDAP
21
22 All Gentoo developers must list the complete fingerprint for their primary
23 keys in the "``gpgfingerprint``" LDAP field. It must be exactly 40 hex digits,
24 -uppercase, with optional spaces every 8 hex digits. Regular expression for
25 -validation::
26 -
27 - ^([[:space:]]*[[:xdigit:]]{8}){5}$
28 +uppercase, without whitespace.
29
30 The prior "``gpgkey``" field will be removed, as it is a subset
31 of the fingerprint field. In any place that presently displays
32 --
33 2.18.0

Replies