Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 5/6] glep-0078: Clarify that Manifest is signed too
Date: Wed, 21 Sep 2022 18:18:40
Message-Id: 20220921181651.39370-6-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/6] glep-0078: Clarifications by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 glep-0078.rst | 4 +++-
4 1 file changed, 3 insertions(+), 1 deletion(-)
5
6 diff --git a/glep-0078.rst b/glep-0078.rst
7 index a109b7f..ab28aed 100644
8 --- a/glep-0078.rst
9 +++ b/glep-0078.rst
10 @@ -328,7 +328,9 @@ the inner archive contents. This file also provides protection against
11 signature reuse/replacement attacks if the OpenPGP signatures are used.
12
13 The implementation follows the Manifest specifications in GLEP 74
14 -[#GLEP74]_ and uses the DATA tag for files within the container.
15 +and uses the ``DATA`` tag for files within the container.
16 +If the package is using OpenPGP signatures, the Manifest file must also
17 +include a cleartext OpenPGP signature as defined in GLEP 74 [#GLEP74]_.
18
19 The implementation should be able to detect checksum mismatches,
20 as well as missing, duplicate, or extraneous files within
21 --
22 2.37.3