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 0/3] glep-0074: Explicitly specify hashes and compressed Manifest formats
Date: Sun, 11 Sep 2022 13:14:30
Message-Id: 20220911131417.3117-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a batch of three followup patches to GLEP 74 (Manifest),
4 to be reviewed separately from the previous set:
5
6 1. Add a changelog to the GLEP.
7 2. Explicitly list supported hash algorithms.
8 3. Explicitly list supported compressed Manifest formats.
9
10
11 Originally I didn't want to include these lists in GLEP 74 because
12 I didn't want to update the spec whenever we were to add a new hash.
13 However, from retrospective this seems wrong. In the end, new hashes
14 are not something that happens every month (we didn't add any since
15 the GLEP was published) and updating the GLEP is relatively cheap.
16 At the same time, having a formal, well-defined list of algorithms
17 is good for interoperability.
18
19 I have also considered the option of listing the algorithms
20 in a separate GLEP but I think this option would only cause unnecessary
21 confusion.
22
23 --
24 Best regards,
25 Michał Górny
26
27 Michał Górny (3):
28 glep-0074: Add a changelog
29 glep-0074: Specify supported hash algorithms
30 glep-0074: Specify compressed file formats
31
32 glep-0074.rst | 220 ++++++++++++++++++++++++++++++++++++--------------
33 1 file changed, 161 insertions(+), 59 deletions(-)
34
35 --
36 2.37.3

Replies