[torspec/master] tweak proposal 227 to match my implementation.

commit eee061542a7d4e9b62e64bbedc4dd583fe02e583 Author: Nick Mathewson <nickm@torproject.org> Date: Sat Jan 10 14:56:45 2015 -0500 tweak proposal 227 to match my implementation. --- proposals/227-vote-on-package-fingerprints.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. +
participants (1)
-
nickm@torproject.org