From eee061542a7d4e9b62e64bbedc4dd583fe02e583 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 10 Jan 2015 14:56:45 -0500 Subject: tweak proposal 227 to match my implementation. --- proposals/227-vote-on-package-fingerprints.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'proposals/227-vote-on-package-fingerprints.txt') diff --git a/proposals/227-vote-on-package-fingerprints.txt b/proposals/227-vote-on-package-fingerprints.txt index 9c8652e..d82f76c 100644 --- a/proposals/227-vote-on-package-fingerprints.txt +++ b/proposals/227-vote-on-package-fingerprints.txt @@ -44,9 +44,12 @@ Status: Open Votes and consensuses may include any number of "package" lines, but no vote or consensus may include more than one "package" line with the same PACKAGENAME and VERSION values. All "package" - lines must be sorted by PACKAGENAME, and then by VERSION, in + lines must be sorted by "PACKAGENAME VERSION", in lexical (strcmp) order. + (If a vote contains multiple entries with the same PACKAGENAME and + VERSION, then only the last one is considered.) + If the consensus-method is at least (TBD), then when computing the consensus, package lines for a given PACKAGENAME/VERSION pair should be included if at least three authorities list such a @@ -141,3 +144,4 @@ Status: Open This proposal is not a substitute for a proper software update tool. + -- cgit v1.2.3-54-g00ecf